[svn] r7645: vs-plugin/trunk:
Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Heavy.Tests/CommonTest.n
Ne...
VladD2
svnadmin at nemerle.org
Tue May 1 23:08:12 CEST 2007
Log:
Add EnableFormatSelection = true to ProvideLanguageService attribute.
Author: VladD2
Date: Tue May 1 23:08:09 2007
New Revision: 7645
Modified:
vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Heavy.Tests/CommonTest.n
vs-plugin/trunk/Nemerle.VsIntegration/NemerlePackage.cs
Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Tests/Heavy.Tests/CommonTest.n
==============================================================================
Modified: vs-plugin/trunk/Nemerle.VsIntegration/NemerlePackage.cs
==============================================================================
--- vs-plugin/trunk/Nemerle.VsIntegration/NemerlePackage.cs (original)
+++ vs-plugin/trunk/Nemerle.VsIntegration/NemerlePackage.cs Tue May 1 23:08:09 2007
@@ -61,7 +61,8 @@
MatchBraces = true,
ShowCompletion = true,
ShowMatchingBrace = true,
- ShowDropDownOptions = true
+ ShowDropDownOptions = true,
+ EnableFormatSelection = true
)]
[ProvideLanguageExtension(typeof(NemerleLanguageService), NemerleConstants.FileExtension)]
[ProvideProjectFactory(typeof(NemerleProjectFactory),
More information about the svn
mailing list