[Monodevelop-patches-list] r718 - trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Thu Jan 29 16:13:54 EST 2004
Author: jluke
Date: 2004-01-29 16:13:54 -0500 (Thu, 29 Jan 2004)
New Revision: 718
Modified:
trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/SourceEditor.prjx
Log:
update with the new files
Modified: trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/SourceEditor.prjx
===================================================================
--- trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/SourceEditor.prjx 2004-01-29 21:10:40 UTC (rev 717)
+++ trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/SourceEditor.prjx 2004-01-29 21:13:54 UTC (rev 718)
@@ -3,6 +3,16 @@
<File name="./Gui/SourceEditorDisplayBinding.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
<File name="./Gui/SourceEditorWidget.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
<File name="./Gui/SourceEditorBuffer.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./Gui/SourceEditorView.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./CodeCompletion/CodeCompletionData.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./CodeCompletion/CodeCompletionDataProvider.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./CodeCompletion/CommentCompletionDataProvider.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./CodeCompletion/CompletionWindow.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./CodeCompletion/DeclarationViewWindow.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./CodeCompletion/ICompletionData.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./CodeCompletion/ICompletionDataProvider.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./CodeCompletion/TemplateCompletionDataProvider.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
+ <File name="./CodeCompletion/TextUtilities.cs" subtype="Code" buildaction="Compile" dependson="" data="" />
</Contents>
<References />
<DeploymentInformation target="" script="" strategy="File" />
More information about the Monodevelop-patches-list
mailing list