[Monodevelop-patches-list] r936 - trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Tue Feb 17 21:34:06 EST 2004
Author: tberman
Date: 2004-02-17 21:34:05 -0500 (Tue, 17 Feb 2004)
New Revision: 936
Removed:
trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Search/
Modified:
trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Makefile.am
Log:
removing the busted outsearch, hopefully will replace this with a new working one soon :)
Modified: trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Makefile.am
===================================================================
--- trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Makefile.am 2004-02-18 02:10:33 UTC (rev 935)
+++ trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Makefile.am 2004-02-18 02:34:05 UTC (rev 936)
@@ -34,13 +34,6 @@
./Commands/ProjectCommands.cs \
./Commands/FormatCommands.cs \
./Commands/TextAreaContextmenuCommands.cs \
-./Search/SearchStrategy/RegExSearchStrategy.cs \
-./Search/SearchStrategy/KMPSearchStrategy.cs \
-./Search/SearchStrategy/ISearchStrategy.cs \
-./Search/SearchStrategy/WildcardSearchStrategy.cs \
-./Search/SearchStrategy/BruteForceSearchStrategy.cs \
-./Search/SearchOptions.cs \
-./Search/TextIterator/ITextIterator.cs \
./Properties/TextEditorProperties.cs \
./FormattingStrategy/DefaultFormattingStrategy.cs \
./FormattingStrategy/IndentStyle.cs \
More information about the Monodevelop-patches-list
mailing list