[svn] r7280: vs-plugin/trunk/Nemerle.Compiler.Utils:
Nemerle.Compiler.Utils.csproj Nemerle.Completion2/Eng...
VladD2
svnadmin at nemerle.org
Wed Jan 17 03:31:58 CET 2007
Log:
1. Added a missed file.
2. Add some keyword for top level completion.
Author: VladD2
Date: Wed Jan 17 03:31:55 2007
New Revision: 7280
Modified:
vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Compiler.Utils.csproj
vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Engine/Engine.Properties.n
Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Compiler.Utils.csproj
==============================================================================
--- vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Compiler.Utils.csproj (original)
+++ vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Compiler.Utils.csproj Wed Jan 17 03:31:55 2007
@@ -191,9 +191,6 @@
<ItemGroup>
<Compile Include="Nemerle.Completion2\Engine\Engine-overrides.n" />
</ItemGroup>
- <ItemGroup>
- <Compile Include="Nemerle.Completion2\Engine\Engine.Completion.Using.n" />
- </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Engine/Engine.Properties.n
==============================================================================
--- vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Engine/Engine.Properties.n (original)
+++ vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Engine/Engine.Properties.n Wed Jan 17 03:31:55 2007
@@ -52,7 +52,7 @@
_topKeywords = StrsToCompletionElems(
["using", "class", "struct", "variant", "namespace", "enum", "public", "protected",
"internal", "private", "abstract", "sealed", "delegate", "#if", "#region", "extern",
- "interface", "partial", "static", "[Accessor]", "[Record]"],
+ "interface", "partial", "static", "[Accessor]", "[Record]", "this", "override"],
GlyphType.Snippet :> int,
"snippet or top level keyword");
More information about the svn
mailing list