2085 Commits (7d53a43afdeee7fc14bcedb3cb91a92a3aba64c1)

Author SHA1 Message Date
Daniel Grunwald 9237bea45a Performance improvements for solution loading: 17 years ago
Daniel Grunwald bcef5f830f Fixed NullReferenceException when opening a file without syntax highlighting. 17 years ago
Daniel Grunwald 241ec7101a Fixed exception when deleting a line that contains a bookmark. 17 years ago
Daniel Grunwald d8f0dd24b0 Fixed exception in VB code completion when a C# project contains two namespaces that differ only in case. 17 years ago
Daniel Grunwald 39c00dbb0c Implemented ClassMemberBookmarks and NavigationPoints for AvalonEdit. 17 years ago
Daniel Grunwald 31c5fd83d3 Remove unused XML-Parser. 17 years ago
Daniel Grunwald 8c332d9550 AvalonEdit: fixed 'Home' key and CaretPositioningMode.WordStart over line borders. 17 years ago
Daniel Grunwald 80c40ac480 Fixed action="disable" conditions on WPF Menus. 17 years ago
Daniel Grunwald 103e19faf5 Add Project Reference dialog: sort projects alphabetically. 17 years ago
Daniel Grunwald 664dc13b32 Implemented code coverage text markers for AvalonEdit. 17 years ago
Siegfried Pammer 436413a26e - fixed Unit Tests 17 years ago
Daniel Grunwald fc543e2a99 Implemented updating text anchors on text replace operations. 17 years ago
Siegfried Pammer 1cba649b35 fixed some tests 17 years ago
Daniel Grunwald 2db5ccb19e Implemented the commands in the 'Edit>Format' menu for AvalonEdit. 17 years ago
Daniel Grunwald 997b727c17 Fixed ArgumentNullException in CompileModifiedProjectsOnly when an IBuildable2 implementation returned null as ProjectBuildOptions. 17 years ago
Daniel Grunwald f1b423c05e Ported event handler completion to ITextEditor. 17 years ago
Daniel Grunwald 6249b7bef7 Revert shortcut handling (reverse-merge of all changes from Sergej - r4173,4154,4149-4143,4128,4127). 17 years ago
Daniel Grunwald 2deb507aa2 Do not show 'Finalize' in C# code completion. 17 years ago
Daniel Grunwald 19025349a9 Move ICSharpCode.SharpDevelop.Dom.IParser to ICSharpCode.SharpDevelop.Project 17 years ago
Daniel Grunwald 0630068f58 Move code completion types into ICSharpCode.SharpDevelop.Editor.CodeCompletion. 17 years ago
Daniel Grunwald 1a80acf5c2 'override' completion for AvalonEdit. 17 years ago
Sergej Andrejev e451c17012 Fix exceptions when opening new pad from view menu 17 years ago
Daniel Grunwald 510c0b2048 Remove ICSharpCode.TextEditor references from SearchAndReplace. 17 years ago
Daniel Grunwald b4f383ad8f New search results pad. 17 years ago
Daniel Grunwald 41fe04bcb8 IDocument: moved to ICSharpCode.SharpDevelop (so that all ICSharpCode.SharpDevelop.Editor types are defined in the same assembly). 17 years ago
Siegfried Pammer b16addd829 - fixed compilation of tests 17 years ago
Daniel Grunwald ffe4d90838 Use correct colors for DropDownButton on Aero. 17 years ago
Daniel Grunwald 3c7a54507f New Search Results pad. 17 years ago
Siegfried Pammer 79884004e1 added more ITextEditorOptions, implemented markers for XPath 17 years ago
Siegfried Pammer 286b91794f - further clean up 17 years ago
Siegfried Pammer 25354e9011 - reimplemented commands 17 years ago
Sergej Andrejev 12a9dd40f4 GesturesPlaceHolderRegistry and CommandsRegistry fixes 17 years ago
Sergej Andrejev a0454e65b8 Use "+" in serialized shortcut strings. Fix python binding tests 17 years ago
Siegfried Pammer 176bd92662 - Added new StringParseExtension and OptionBinding 17 years ago
Sergej Andrejev b01030f84e Use WPF commands in View menu 17 years ago
Sergej Andrejev 6da9813aa3 Fix broken buid 17 years ago
Sergej Andrejev 0e385eded1 Use WPF commands for Build and Run main menus 17 years ago
Daniel Grunwald 27cd1c9931 AvalonEdit: split Gui namespace into Editing and Rendering. 17 years ago
Daniel Grunwald 60f01927a9 Split AvalonEdit.Gui into Editing and Rendering 17 years ago
Daniel Grunwald eb09b62e33 Fixed two editor bugs introduced in revision 4138. 17 years ago
Daniel Grunwald ce435d7a0c CodeEditor is now calling IFormattingStrategy.FormatLine. 17 years ago
Daniel Grunwald 89bb1bc0d6 Rename "Quality Tools" -> "Analysis". 17 years ago
Daniel Grunwald 45b73e93e2 Fixed 'Reset to defaults' in layout combo box. 17 years ago
Daniel Grunwald 8bf506da54 Fixed bug that could cause pads to be lost when the layout is changed. (when trying to reopen such a "lost" pad, it would show up with a width of zero) 17 years ago
Daniel Grunwald 70ceca472d Project reference to AvalonDock. 17 years ago
Sergej Andrejev 3f16aa470a Missing files from initial commands registry implementation 17 years ago
Sergej Andrejev 8660b4da03 Initial commands registry implementation 17 years ago
Daniel Grunwald 7ec09f2873 Merge bugfixes from revision 4108 to trunk: 17 years ago
Daniel Grunwald 7c000c9f6e Implemented deleting project items. 17 years ago
Daniel Grunwald 0b4bd0e3f7 Worked on MSBuildBasedProject 17 years ago