76 Commits (c1787fbd2d61023673cf065a4da7fc686e36d0c4)

Author SHA1 Message Date
Daniel Grunwald c1787fbd2d Fixed performance bugs in issue search: 13 years ago
Daniel Grunwald a3f61c855f Move workbench-related classes into new 'Workbench' namespace. 13 years ago
Daniel Grunwald ca975b65aa Add ITreeNodeFactory to create tree nodes from a model. 13 years ago
Siegfried Pammer 6247fcb190 implement customizable multi highlighter 13 years ago
Daniel Grunwald e7c9e76f3d Fix NullReferenceException when find references returns a result in a file without highlighter. 13 years ago
Siegfried Pammer 0da19d4e3b add support for customized colors to SearchResultsPad 13 years ago
Daniel Grunwald 1c61553dd7 Move remainder of the FileService into interface. 13 years ago
Daniel Grunwald ab95b18a3f Refactored parser service. 13 years ago
Siegfried Pammer 3bfbb53b57 move find references to background thread + multi-threading + IObservable + async 14 years ago
Daniel Grunwald e9fd1864e1 Adjusting SharpDevelop to new type system (unresolved/resolved split). 14 years ago
Siegfried Pammer 9d0834ac82 optimized IHighlightedLineBuilder creation 14 years ago
Siegfried Pammer 5989e5653e implement Replace and Replace all 14 years ago
Siegfried Pammer 79a5c54f73 implemented find next 14 years ago
Siegfried Pammer a79c7dad3f implement find references on local variables 14 years ago
Daniel Grunwald 1d95f36481 Adjust SharpDevelop to NRefactory changes (move ICSharpCode.Editor -> ICSharpCode.NRefactory.Editor; put NR.C# in separate assembly) 14 years ago
Daniel Grunwald 3bf2871b51 Make Find References multi-threaded. 14 years ago
Daniel Grunwald 9957c52ff2 Implemented "Find references" 14 years ago
Siegfried Pammer 2087328303 removed calls to obsolete StringParser.Parse overload 14 years ago
Daniel Grunwald 4fb4288c87 Starting to port SD to new NRefactory 14 years ago
Daniel Grunwald 89f96a89c8 Enable "Cancel" button on Find References dialog. 15 years ago
Daniel Grunwald 4ef945f0f7 Implemented SD-1457 - Client profile. 15 years ago
Siegfried Pammer abef6e6f74 Implement * refactorings do now work properly with partial classes 15 years ago
Daniel Grunwald f5780c2944 Apply new file headers 15 years ago
Martin Koníček 15f4a433ce "F12 to Find references" also works on local variables. 15 years ago
Martin Koníček ba590ca416 Shortcuts: 15 years ago
Daniel Grunwald 359e7bb4ac Remove ICSharpCode.SharpDevelop.DefaultEditor namespace. 15 years ago
Siegfried Pammer 6cbe5b0635 - reimplemented code generators in 4.0 (fixes SD2-1599) 16 years ago
Daniel Grunwald f0d8124acc Immediately rename form class when a form is renamed in the designer (avoids side-effects in IViewContent.Save). 16 years ago
Daniel Grunwald 719d16891e Mark ParseInformation.*CompilationUnit as obsolete. 16 years ago
Daniel Grunwald 7c390e8d0f ParserService bugfix: use IParseInformationListener interface. 16 years ago
Daniel Grunwald 2540b7e087 ParserService refactoring: 16 years ago
Daniel Grunwald 1afb035d95 Use ITextBuffer instead of string in IParser. 16 years ago
Daniel Grunwald 7f6d0a5968 Added Rope<T> to AvalonEdit and use it instead of the GapTextBuffer. 16 years ago
Daniel Grunwald 06f1c490bf Fixed "Implement interface" refactoring. 16 years ago
Daniel Grunwald a732e7e0d3 CSharpFormattingStrategy: when pressing enter, add '///' inside documentation comments or '" + "' in strings. 16 years ago
Daniel Grunwald 80c40ac480 Fixed action="disable" conditions on WPF Menus. 16 years ago
Daniel Grunwald 510c0b2048 Remove ICSharpCode.TextEditor references from SearchAndReplace. 16 years ago
Daniel Grunwald b4f383ad8f New search results pad. 16 years ago
Daniel Grunwald 024c5fb887 ITextEditor: moved to namespace ICSharpCode.SharpDevelop.Editor. 16 years ago
Daniel Grunwald 25814ec485 Changed IPositionable interface and FileService.JumpToFilePosition to work with 1-based line and column numbers. 16 years ago
Daniel Grunwald 2cbe40b6a4 Started replacing ICSharpCode.TextEditor references in SharpDevelop API with new ITextEditor interface. 17 years ago
Daniel Grunwald d8ff8210c5 Remove abstract/sealed modifiers from interface when extracting an interface from a class. 17 years ago
Siegfried Pammer c2d6a0cb80 fixed Bugs in ExtractInterface 17 years ago
Siegfried Pammer a5c660c325 fixed SD2-1486 - Extract Interface fails with overloaded methods 17 years ago
Matt Ward 35c76c4613 Fixed SD2-1475 - Rename class does not rename destructor. 17 years ago
Daniel Grunwald 707294326e Fixed exception when "Find references" finds a result in unsaved Designer.cs file. 17 years ago
Christian Hornung 1850c9362d Fixed SD2-1471 (Renaming MainForm event handler does not update MainForm.Designer file) by adding IFileDocumentProvider as a generalization of ITextEditorControlProvider to properly support view contents that open multiple documents. 17 years ago
Christian Hornung 22b9e89c87 Fixed SD2-1461 (Exception when renaming form) and other issues with renaming forms. 17 years ago
Siegfried Pammer 2800566249 Partial rewrite of VBNetFormattingStrategy; uses a lexer for indenting; bug fix of SD2-1448, SD2-1284 and SD2-866; fixed multiple UndoSteps after renaming an entity. 17 years ago
David Alpert de1ed7c4f4 Added basic support for Extract Interface refactoring in C#; not yet tested in VB.NET: 18 years ago