4171 Commits (a123d004169066baecee03c38508b55b0cdbf6e5)
 

Author SHA1 Message Date
Daniel Grunwald d1069f31dc AvalonDock: set Focusable=false for border inside DockablePane 16 years ago
Daniel Grunwald 13bc024ffe AvalonDock: disable Ctrl+Tab and Shift+Tab shortcuts 16 years ago
Daniel Grunwald fa147595b3 Merge 3.0 to trunk. 16 years ago
Daniel Grunwald aeb01cd6c0 Fixed another performance issue in the ClassBrowser. 16 years ago
Daniel Grunwald 6d236d120c Fixed performance issue in class browser during loading of a solution. 16 years ago
Daniel Grunwald 9237bea45a Performance improvements for solution loading: 16 years ago
Daniel Grunwald 85c1b6e991 Profiler: Fixed CPU usage graph in time line. 16 years ago
Matt Ward 34fd498390 Break statements no longer generated when converting a switch statement to python. 16 years ago
Daniel Grunwald bcef5f830f Fixed NullReferenceException when opening a file without syntax highlighting. 16 years ago
Daniel Grunwald 241ec7101a Fixed exception when deleting a line that contains a bookmark. 16 years ago
Daniel Grunwald d8f0dd24b0 Fixed exception in VB code completion when a C# project contains two namespaces that differ only in case. 16 years ago
Daniel Grunwald 39c00dbb0c Implemented ClassMemberBookmarks and NavigationPoints for AvalonEdit. 16 years ago
Daniel Grunwald 31c5fd83d3 Remove unused XML-Parser. 16 years ago
Daniel Grunwald ac14bb27f2 Allow setting 'Option Infer' in project options. 16 years ago
Sergej Andrejev 2f239443ff ShortcutsManagement options panel 16 years ago
Daniel Grunwald fb9520f571 Allow choosing the target framework when creating VB projects. 16 years ago
Daniel Grunwald 5eee3babfc Implemented syntax highlighting in search results pad. 16 years ago
Daniel Grunwald 8c332d9550 AvalonEdit: fixed 'Home' key and CaretPositioningMode.WordStart over line borders. 16 years ago
Daniel Grunwald 80c40ac480 Fixed action="disable" conditions on WPF Menus. 16 years ago
Daniel Grunwald 103e19faf5 Add Project Reference dialog: sort projects alphabetically. 16 years ago
Daniel Grunwald 664dc13b32 Implemented code coverage text markers for AvalonEdit. 16 years ago
Martin Koníček 811e7c2f6a ObjecObject graph visualizer - refactored ObjectGraph - ordering of children, preparation for expanding nodes. 16 years ago
Daniel Grunwald 0e632cbd45 Fixed GUID in project reference to XmlEditor. 16 years ago
Daniel Grunwald 8676686279 Merge (reintegrate) XmlEditor to trunk. 16 years ago
Siegfried Pammer 436413a26e - fixed Unit Tests 16 years ago
Daniel Grunwald fc543e2a99 Implemented updating text anchors on text replace operations. 16 years ago
Daniel Grunwald f652b033eb Added back missing svn:keywords property. 16 years ago
Daniel Grunwald f8584b2d36 AvalonEditViewContent: set TabPageText 16 years ago
Siegfried Pammer 3bc97380be fixed Unit Tests 16 years ago
Siegfried Pammer b4c9f561a0 fixed some Unit Tests 16 years ago
Siegfried Pammer 1cba649b35 fixed some tests 16 years ago
Daniel Grunwald 2db5ccb19e Implemented the commands in the 'Edit>Format' menu for AvalonEdit. 16 years ago
Daniel Grunwald 997b727c17 Fixed ArgumentNullException in CompileModifiedProjectsOnly when an IBuildable2 implementation returned null as ProjectBuildOptions. 16 years ago
Siegfried Pammer 96e8836e37 fixed some unit tests 16 years ago
Daniel Grunwald f1b423c05e Ported event handler completion to ITextEditor. 16 years ago
Daniel Grunwald 90472a55e3 Merge /trunk to /branches/XmlEditor. 16 years ago
Siegfried Pammer 189828942a fixed some XML Unit Tests 16 years ago
Daniel Grunwald 6249b7bef7 Revert shortcut handling (reverse-merge of all changes from Sergej - r4173,4154,4149-4143,4128,4127). 16 years ago
Daniel Grunwald 0b92f024e5 Merge 3.0 to trunk. 16 years ago
Daniel Grunwald 2deb507aa2 Do not show 'Finalize' in C# code completion. 16 years ago
Daniel Grunwald 88e92880ff Use tabs instead of spaces in WPF file templates. 16 years ago
Daniel Grunwald 19025349a9 Move ICSharpCode.SharpDevelop.Dom.IParser to ICSharpCode.SharpDevelop.Project 16 years ago
Daniel Grunwald 0630068f58 Move code completion types into ICSharpCode.SharpDevelop.Editor.CodeCompletion. 16 years ago
Daniel Grunwald 1a80acf5c2 'override' completion for AvalonEdit. 16 years ago
Sergej Andrejev e451c17012 Fix exceptions when opening new pad from view menu 16 years ago
Matt Ward f8b00cb742 Python code converter now specifies types when creating an instance of a generic. 16 years ago
Matt Ward 9f1c668e8e Python forms designer no longer generates code for the form's MainMenuStrip property after the menu strip has been removed. 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 41fe04bcb8 IDocument: moved to ICSharpCode.SharpDevelop (so that all ICSharpCode.SharpDevelop.Editor types are defined in the same assembly). 16 years ago