[svn]
r7576: vs-plugin/trunk/Nemerle.VsIntegration/LanguageService/NemerleLanguageService.cs
kliss
svnadmin at nemerle.org
Mon Apr 2 22:01:22 CEST 2007
Log:
Disable formatting capabilities to prevent accidental damage to code.
Author: kliss
Date: Mon Apr 2 22:01:20 2007
New Revision: 7576
Modified:
vs-plugin/trunk/Nemerle.VsIntegration/LanguageService/NemerleLanguageService.cs
Modified: vs-plugin/trunk/Nemerle.VsIntegration/LanguageService/NemerleLanguageService.cs
==============================================================================
--- vs-plugin/trunk/Nemerle.VsIntegration/LanguageService/NemerleLanguageService.cs (original)
+++ vs-plugin/trunk/Nemerle.VsIntegration/LanguageService/NemerleLanguageService.cs Mon Apr 2 22:01:20 2007
@@ -1016,12 +1016,12 @@
// Setup default values.
//
- _preferences.EnableFormatSelection = true;
_preferences.ShowNavigationBar = true;
// Load from the registry.
//
_preferences.Init();
+ _preferences.EnableFormatSelection = false;
#if DEBUG
//VladD2: Switch on synchronous mode for debugging purpose!
More information about the svn
mailing list