[Monodevelop-patches-list] r2712 - in trunk/MonoDevelop/Core/src: AddIns/DisplayBindings/SourceEditor ICSharpCode.SharpRefactory MonoDevelop.Base MonoDevelop.Gui.Widgets

John Luke <jluke@cfl.rr.com> jluke at mono-cvs.ximian.com
Sun Aug 7 14:07:31 EDT 2005


Author: jluke
Date: 2005-08-07 14:07:30 -0400 (Sun, 07 Aug 2005)
New Revision: 2712

Modified:
   trunk/MonoDevelop/Core/src/AddIns/DisplayBindings/SourceEditor/ChangeLog
   trunk/MonoDevelop/Core/src/AddIns/DisplayBindings/SourceEditor/SourceEditor.mdp
   trunk/MonoDevelop/Core/src/ICSharpCode.SharpRefactory/ChangeLog
   trunk/MonoDevelop/Core/src/ICSharpCode.SharpRefactory/ICSharpCode.SharpRefactory.mdp
   trunk/MonoDevelop/Core/src/MonoDevelop.Base/ChangeLog
   trunk/MonoDevelop/Core/src/MonoDevelop.Base/MonoDevelop.Base.mdp
   trunk/MonoDevelop/Core/src/MonoDevelop.Gui.Widgets/ChangeLog
   trunk/MonoDevelop/Core/src/MonoDevelop.Gui.Widgets/MonoDevelop.Gui.Widgets.mdp
Log:
update the project files


Modified: trunk/MonoDevelop/Core/src/AddIns/DisplayBindings/SourceEditor/ChangeLog
===================================================================
--- trunk/MonoDevelop/Core/src/AddIns/DisplayBindings/SourceEditor/ChangeLog	2005-08-06 18:58:14 UTC (rev 2711)
+++ trunk/MonoDevelop/Core/src/AddIns/DisplayBindings/SourceEditor/ChangeLog	2005-08-07 18:07:30 UTC (rev 2712)
@@ -1,3 +1,7 @@
+2005-08-06  John Luke  <john.luke at gmail.com>
+
+	* SourceEditor.mdp: update
+	
 2005-08-03  Lluis Sanchez Gual  <lluis at novell.com> 
 
 	* MonoDevelopEditor.addin.xml: Removed old menu entries.

Modified: trunk/MonoDevelop/Core/src/AddIns/DisplayBindings/SourceEditor/SourceEditor.mdp
===================================================================
--- trunk/MonoDevelop/Core/src/AddIns/DisplayBindings/SourceEditor/SourceEditor.mdp	2005-08-06 18:58:14 UTC (rev 2711)
+++ trunk/MonoDevelop/Core/src/AddIns/DisplayBindings/SourceEditor/SourceEditor.mdp	2005-08-07 18:07:30 UTC (rev 2712)
@@ -51,15 +51,8 @@
     <File name="./FormattingStrategy/IndentStyle.cs" subtype="Code" buildaction="Compile" />
     <File name="./Gui/Dialogs/EditTemplateGroupDialog.cs" subtype="Code" buildaction="Compile" />
     <File name="./Gui/Dialogs/GotoLineNumberDialog.cs" subtype="Code" buildaction="Compile" />
-    <File name="./Commands/CodeActions.cs" subtype="Code" buildaction="Compile" />
-    <File name="./Commands/CommentRegionCommand.cs" subtype="Code" buildaction="Compile" />
     <File name="./Commands/EditorCommands.cs" subtype="Code" buildaction="Compile" />
-    <File name="./Commands/FoldingCommands.cs" subtype="Code" buildaction="Nothing" />
-    <File name="./Commands/FormatCommands.cs" subtype="Code" buildaction="Nothing" />
-    <File name="./Commands/ICSharpCode.SharpDevelop.DefaultEditor.Commands.GenerateCodeAction.resources" subtype="Code" buildaction="Nothing" />
     <File name="./Commands/IEditAction.cs" subtype="Code" buildaction="Compile" />
-    <File name="./Commands/ProjectCommands.cs" subtype="Code" buildaction="Compile" />
-    <File name="./Commands/TextAreaContextmenuCommands.cs" subtype="Code" buildaction="Compile" />
     <File name="./Codons/EditActionCodon.cs" subtype="Code" buildaction="Compile" />
   </Contents>
 </Project>
\ No newline at end of file

Modified: trunk/MonoDevelop/Core/src/ICSharpCode.SharpRefactory/ChangeLog
===================================================================
--- trunk/MonoDevelop/Core/src/ICSharpCode.SharpRefactory/ChangeLog	2005-08-06 18:58:14 UTC (rev 2711)
+++ trunk/MonoDevelop/Core/src/ICSharpCode.SharpRefactory/ChangeLog	2005-08-07 18:07:30 UTC (rev 2712)
@@ -1,3 +1,7 @@
+2005-08-06  John Luke  <john.luke at gmail.com>
+
+    * ICSharpCode.SharpRefactory.mdp: update
+
 2005-06-30  Jacob Ilsø Christensen  <jacobilsoe at gmail.com>
 
 	* src/Parser/generated/cs.ATG:

Modified: trunk/MonoDevelop/Core/src/ICSharpCode.SharpRefactory/ICSharpCode.SharpRefactory.mdp
===================================================================
--- trunk/MonoDevelop/Core/src/ICSharpCode.SharpRefactory/ICSharpCode.SharpRefactory.mdp	2005-08-06 18:58:14 UTC (rev 2711)
+++ trunk/MonoDevelop/Core/src/ICSharpCode.SharpRefactory/ICSharpCode.SharpRefactory.mdp	2005-08-07 18:07:30 UTC (rev 2712)
@@ -131,5 +131,9 @@
     <File name="./src/PrettyPrinter/SpecialVisitor.cs" subtype="Code" buildaction="Compile" />
     <File name="./src/VBConverter/VBNetRefactory.cs" subtype="Code" buildaction="Compile" />
     <File name="./src/VBConverter/VBNetVisitor.cs" subtype="Code" buildaction="Compile" />
+    <File name="./src/Parser/generated/cs.ATG" subtype="Code" buildaction="Nothing" />
+    <File name="./src/Parser/generated/Makefile" subtype="Code" buildaction="Nothing" />
+    <File name="./src/Parser/generated/Parser.frame" subtype="Code" buildaction="Nothing" />
+    <File name="./src/Parser/generated/Scanner.frame" subtype="Code" buildaction="Nothing" />
   </Contents>
 </Project>
\ No newline at end of file

Modified: trunk/MonoDevelop/Core/src/MonoDevelop.Base/ChangeLog
===================================================================
--- trunk/MonoDevelop/Core/src/MonoDevelop.Base/ChangeLog	2005-08-06 18:58:14 UTC (rev 2711)
+++ trunk/MonoDevelop/Core/src/MonoDevelop.Base/ChangeLog	2005-08-07 18:07:30 UTC (rev 2712)
@@ -1,3 +1,7 @@
+2005-08-06  John Luke  <john.luke at gmail.com>
+
+    * MonoDevelop.Base.mdp: update
+
 2005-08-03  Lluis Sanchez Gual  <lluis at novell.com> 
 
 	* MonoDevelop.Base.mdp: Removed unused file.

Modified: trunk/MonoDevelop/Core/src/MonoDevelop.Base/MonoDevelop.Base.mdp
===================================================================
--- trunk/MonoDevelop/Core/src/MonoDevelop.Base/MonoDevelop.Base.mdp	2005-08-06 18:58:14 UTC (rev 2711)
+++ trunk/MonoDevelop/Core/src/MonoDevelop.Base/MonoDevelop.Base.mdp	2005-08-07 18:07:30 UTC (rev 2712)
@@ -46,7 +46,6 @@
     <File name="./Commands/FileCommands.cs" subtype="Code" buildaction="Compile" />
     <File name="./Commands/HelpCommands.cs" subtype="Code" buildaction="Compile" />
     <File name="./Commands/ProjectCommands.cs" subtype="Code" buildaction="Compile" />
-    <File name="./Commands/ProjectOptionsCommands.cs" subtype="Code" buildaction="Compile" />
     <File name="./Commands/SearchCommands.cs" subtype="Code" buildaction="Compile" />
     <File name="./Commands/ToolsCommands.cs" subtype="Code" buildaction="Compile" />
     <File name="./Commands/ViewCommands.cs" subtype="Code" buildaction="Compile" />
@@ -91,7 +90,6 @@
     <File name="./Services/Language/Language.cs" subtype="Code" buildaction="Compile" />
     <File name="./Services/Language/LanguageService.cs" subtype="Code" buildaction="Compile" />
     <File name="./Services/LanguageBinding/LanguageBindingService.cs" subtype="Code" buildaction="Compile" />
-    <File name="./Services/MenuService/MenuService.cs" subtype="Code" buildaction="Compile" />
     <File name="./Services/ParserService/AssemblyCodeCompletionDatabase.cs" subtype="Code" buildaction="Compile" />
     <File name="./Services/ParserService/AssemblyInformation.cs" subtype="Code" buildaction="Compile" />
     <File name="./Services/ParserService/ClassEntry.cs" subtype="Code" buildaction="Compile" />
@@ -127,7 +125,6 @@
     <File name="./Services/Tasks/StatusProgressMonitor.cs" subtype="Code" buildaction="Compile" />
     <File name="./Services/Tasks/Task.cs" subtype="Code" buildaction="Compile" />
     <File name="./Services/Tasks/TaskService.cs" subtype="Code" buildaction="Compile" />
-    <File name="./Services/Toolbar/ToolbarService.cs" subtype="Code" buildaction="Compile" />
     <File name="./Internal/Codons/ContextPadCodon.cs" subtype="Code" buildaction="Compile" />
     <File name="./Internal/Codons/DefaultDialogPanelDescriptor.cs" subtype="Code" buildaction="Compile" />
     <File name="./Internal/Codons/DialogPanelCodon.cs" subtype="Code" buildaction="Compile" />
@@ -331,11 +328,6 @@
     <File name="./Gui/WorkbenchWindowCollection.cs" subtype="Code" buildaction="Compile" />
     <File name="./Gui/BrowserDisplayBinding/BrowserDisplayBinding.cs" subtype="Code" buildaction="Compile" />
     <File name="./Gui/BrowserDisplayBinding/HtmlViewPane.cs" subtype="Code" buildaction="Compile" />
-    <File name="./Gui/Components/SdMenu.cs" subtype="Code" buildaction="Compile" />
-    <File name="./Gui/Components/SdMenuCheckBox.cs" subtype="Code" buildaction="Compile" />
-    <File name="./Gui/Components/SdMenuCommand.cs" subtype="Code" buildaction="Compile" />
-    <File name="./Gui/Components/SdMenuSeparator.cs" subtype="Code" buildaction="Compile" />
-    <File name="./Gui/Components/SdToolbarCommand.cs" subtype="Code" buildaction="Compile" />
     <File name="./Gui/Components/LocalizedPropertyGrid/LocalizedObject.cs" subtype="Code" buildaction="Compile" />
     <File name="./Gui/Components/LocalizedPropertyGrid/LocalizedPropertyAttribute.cs" subtype="Code" buildaction="Compile" />
     <File name="./Gui/Components/LocalizedPropertyGrid/LocalizedPropertyDescriptor.cs" subtype="Code" buildaction="Compile" />
@@ -409,7 +401,6 @@
     <File name="./Gui/Pads/DefaultMonitorPad.cs" subtype="Code" buildaction="Compile" />
     <File name="./Gui/Pads/OpenTaskView.cs" subtype="Code" buildaction="Compile" />
     <File name="./Gui/Pads/TerminalPad.cs" subtype="Code" buildaction="Nothing" />
-    <File name="./Gui/Pads/TreeViewMemento.cs" subtype="Code" buildaction="Compile" />
     <File name="./Gui/Pads/ClassPad/ClassData.cs" subtype="Code" buildaction="Compile" />
     <File name="./Gui/Pads/ClassPad/ClassNodeBuilder.cs" subtype="Code" buildaction="Compile" />
     <File name="./Gui/Pads/ClassPad/CombineNodeBuilder.cs" subtype="Code" buildaction="Compile" />
@@ -442,7 +433,6 @@
     <File name="./Gui/Pads/ProjectPad/SystemFile.cs" subtype="Code" buildaction="Compile" />
     <File name="./Gui/Pads/ProjectPad/SystemFileNodeBuilder.cs" subtype="Code" buildaction="Compile" />
     <File name="./Gui/Pads/PropertyPad/PropertyPad.cs" subtype="Code" buildaction="Compile" />
-    <File name="./Gui/Pads/PropertyPad/PropertyPadCommands.cs" subtype="Code" buildaction="Compile" />
     <File name="./Gui/Pads/SolutionPad/DragOperation.cs" subtype="Code" buildaction="Compile" />
     <File name="./Gui/Pads/SolutionPad/ITreeBuilder.cs" subtype="Code" buildaction="Compile" />
     <File name="./Gui/Pads/SolutionPad/ITreeBuilderContext.cs" subtype="Code" buildaction="Compile" />
@@ -487,12 +477,6 @@
     <File name="./Gui/Workbench/WorkbenchMemento.cs" subtype="Code" buildaction="Compile" />
     <File name="./Gui/Workbench/Layouts/SdiWorkspaceLayout.cs" subtype="Code" buildaction="Compile" />
     <File name="./Gui/Workbench/Layouts/SdiWorkspaceWindow.cs" subtype="Code" buildaction="Compile" />
-    <File name="./Internal/Codons/MenuItems/AbstractCheckableMenuCommand.cs" subtype="Code" buildaction="Compile" />
-    <File name="./Internal/Codons/MenuItems/AbstractMenuCommand.cs" subtype="Code" buildaction="Compile" />
-    <File name="./Internal/Codons/MenuItems/ICheckableMenuCommand.cs" subtype="Code" buildaction="Compile" />
-    <File name="./Internal/Codons/MenuItems/IMenuCommand.cs" subtype="Code" buildaction="Compile" />
-    <File name="./Internal/Codons/MenuItems/ISubmenuBuilder.cs" subtype="Code" buildaction="Compile" />
-    <File name="./Internal/Codons/MenuItems/MenuItemCodon.cs" subtype="Code" buildaction="Compile" />
     <File name="./Internal/Codons/ProjectBinding/IProjectBinding.cs" subtype="Code" buildaction="Compile" />
     <File name="./Internal/Codons/ProjectBinding/ProjectBindingCodon.cs" subtype="Code" buildaction="Compile" />
     <File name="./Internal/Codons/DisplayBinding/DisplayBindingCodon.cs" subtype="Code" buildaction="Compile" />
@@ -550,5 +534,6 @@
     <File name="./Internal/ProgressMonitoring/MessageDialogProgressMonitor.cs" subtype="Code" buildaction="Compile" />
     <File name="./Internal/ProgressMonitoring/SynchronizedProgressMonitor.cs" subtype="Code" buildaction="Compile" />
     <File name="./Internal/ProgressMonitoring/AggregatedOperationMonitor.cs" subtype="Code" buildaction="Compile" />
+    <File name="./Gui/Components/MenuButtonEntry.cs" subtype="Code" buildaction="Compile" />
   </Contents>
-</Project>
+</Project>
\ No newline at end of file

Modified: trunk/MonoDevelop/Core/src/MonoDevelop.Gui.Widgets/ChangeLog
===================================================================
--- trunk/MonoDevelop/Core/src/MonoDevelop.Gui.Widgets/ChangeLog	2005-08-06 18:58:14 UTC (rev 2711)
+++ trunk/MonoDevelop/Core/src/MonoDevelop.Gui.Widgets/ChangeLog	2005-08-07 18:07:30 UTC (rev 2712)
@@ -1,3 +1,7 @@
+2005-08-06  John Luke  <john.luke at gmail.com>
+
+    * MonoDevelop.Gui.Widgets.mdp: update
+
 2005-08-03  Lluis Sanchez Gual  <lluis at novell.com>
 
 	* Tree/TreeNodeCollection.cs:

Modified: trunk/MonoDevelop/Core/src/MonoDevelop.Gui.Widgets/MonoDevelop.Gui.Widgets.mdp
===================================================================
--- trunk/MonoDevelop/Core/src/MonoDevelop.Gui.Widgets/MonoDevelop.Gui.Widgets.mdp	2005-08-06 18:58:14 UTC (rev 2711)
+++ trunk/MonoDevelop/Core/src/MonoDevelop.Gui.Widgets/MonoDevelop.Gui.Widgets.mdp	2005-08-07 18:07:30 UTC (rev 2712)
@@ -80,9 +80,6 @@
     <File name="./IconView/IconView.cs" subtype="Code" buildaction="Compile" />
     <File name="./Navbar/Navbar.cs" subtype="Code" buildaction="Compile" />
     <File name="./TabLabel/TabLabel.cs" subtype="Code" buildaction="Compile" />
-    <File name="./Tree/TreeNode.cs" subtype="Code" buildaction="Compile" />
-    <File name="./Tree/TreeNodeCollection.cs" subtype="Code" buildaction="Compile" />
-    <File name="./Tree/TreeView.cs" subtype="Code" buildaction="Compile" />
     <File name="./Commands/ICommandDelegatorRouter.cs" subtype="Code" buildaction="Compile" />
     <File name="./Commands/CommandRouterContainer.cs" subtype="Code" buildaction="Compile" />
     <File name="./BasicChart/Axis.cs" subtype="Code" buildaction="Compile" />
@@ -94,5 +91,6 @@
     <File name="./BasicChart/IntegerAxis.cs" subtype="Code" buildaction="Compile" />
     <File name="./BasicChart/Serie.cs" subtype="Code" buildaction="Compile" />
     <File name="./BasicChart/TickEnumerator.cs" subtype="Code" buildaction="Compile" />
+    <File name="./Tree" subtype="Directory" buildaction="Compile" />
   </Contents>
 </Project>
\ No newline at end of file




More information about the Monodevelop-patches-list mailing list