5078 Commits (58b7e7476aab0157dd06d302c1f18b47c3793863)
 

Author SHA1 Message Date
David Srbecký 58b7e7476a Fixed SD2-1467 - "Can't load file 17d14f5c-a337-4978-8281-53493378c1071.vb under ." 16 years ago
David Srbecký 9f08cf225e Updating some interop APIs 16 years ago
Siegfried Pammer b03fe447ab - added InlineUIElementGenerator and AvalonEditEditorUIService 16 years ago
Daniel Grunwald dba640c524 Clear selection and caret position when TextArea.Document is changed. 16 years ago
David Srbecký 8d05f56765 Minor update to last revision 16 years ago
David Srbecký 33a981042f Hopefully fixed the bug with invalid "__exception" 16 years ago
Daniel Grunwald ddee637521 AvalonEdit TextEditor/TextArea: when changing the document/options, set document/options on the inner TextArea/TextView before the DocumentChanged/OptionChanged event is raised. 16 years ago
Daniel Grunwald 0d217472ff Fixed PixelSnapHelpers - don't crash when measuring a visual without PresentationSource. 16 years ago
Daniel Grunwald 9d571e2ba0 Use a single ParameterListComparer for both hashtables in MemberLookupHelper.LookupMember. 16 years ago
David Srbecký 8a0dc0ba3e Show only variables in scope 16 years ago
Matt Ward 62f7808f01 Added unit tests for the XmlCodeCompletionBinding class. 16 years ago
Daniel Grunwald f5170d4fde Remove unused code. 16 years ago
Daniel Grunwald 37115adab8 Code cleanup. 16 years ago
Daniel Grunwald bf14c56020 Port HtmlHelp2 to ITextEditor. 16 years ago
Daniel Grunwald ba882fe298 Port PInvokeAddIn to ITextEditor. 16 years ago
Daniel Grunwald 71ceca5f27 Fixed build. 16 years ago
Siegfried Pammer 98242a8a97 - added EntityType to IEntity 16 years ago
Daniel Grunwald 3f49d60757 Fixed bug that caused WinFormsMessageService.DialogOwner to be initialized to null instead of the actual main window. 16 years ago
Daniel Grunwald 49f8c18d14 Fixed SD2-1602: Order of nodes in AddIn tree path is not preserved. 16 years ago
Siegfried Pammer d4ec4475ae move call to GetUriFromMatch before creation of new VisualLineLinkText 16 years ago
Siegfried Pammer 8fc047a728 Fixed SD2-1598 - Unhandled UriFormatException when editing url string: 16 years ago
Daniel Grunwald 3d6181aefe Remove unused code (integration of ICSharpCode.TextEditor into SharpDevelop) 16 years ago
Daniel Grunwald f599cadc78 Fixed SD2-1612 - Commands in Edit > Folding have no effect 16 years ago
Daniel Grunwald 24358ad21e Improved AvalonEdit pixel snapping. 16 years ago
Siegfried Pammer 1e97dc079e Fixed null reference if no project is opened while editing a breakpoint. 16 years ago
Siegfried Pammer 74086bc0ac fixed SD2-1619 - Checkmark in Breakpoint context menu missing 16 years ago
Daniel Grunwald 0abbd0ee81 Removed another part of old SharpServerTools. 16 years ago
Daniel Grunwald f800a6be9e Remove old SharpServerTools (got replaced by ICSharpCode.Data) 16 years ago
Daniel Grunwald b1201c408a Remove unused old version of ShortcutsManagement addin from trunk (the current version is on the shortcuts branch). 16 years ago
Siegfried Pammer 22e837bcfc fixed SD2-1618 - "Task List" does not show any TODO tasks 16 years ago
Daniel Grunwald 5254075de9 Align caret on whole pixels. 16 years ago
Siegfried Pammer 6cdad57758 cleaned up profiler code 16 years ago
Siegfried Pammer 9c983d8d4e fixed query history 16 years ago
Siegfried Pammer 05bad56750 fixed IL rewriting of System.Console.Write (special case?) 16 years ago
Matt Ward 972c1e1361 Added extra unit tests for the Xml Editor's QualifedName classes. 16 years ago
Daniel Grunwald 3bd5433f41 Avoid stack overflow in custom command routing (r5213), e.g. when scrolling in the quick class browser dropdown. 16 years ago
Daniel Grunwald 5778efa82e Fixed pixel snapping of lines in folding margin. 16 years ago
Daniel Grunwald 0679dd34ae Reverted AvalonDock change that caused bad performance and flickering in WinForms controls. 16 years ago
Matt Ward 55490f9e3e Removed unused object allocations in XML editor. 16 years ago
Matt Ward 30ddebc32b Added more unit tests for the XML Editor and restricted the use of statics. 16 years ago
Siegfried Pammer 3c5585e0a2 - finished implementation of Ctrl+J snippets. 16 years ago
Daniel Grunwald 4c27af8849 Implemented custom command routing: if a WPF routed command is not handled by the current focus, re-route it to the logical focus of the active workbench window. 16 years ago
Daniel Grunwald db5f09dfd4 Add version info to layout files to avoid exception when AvalonDock version has changed. 16 years ago
Daniel Grunwald 6898c3b700 Update to AvalonDock 1.2.2691. 16 years ago
Daniel Grunwald 1cb38f4be5 Fixed build. 16 years ago
Daniel Grunwald 3e64285db9 Remember focus and restore it when a workbench window or pad gets activated. 16 years ago
Daniel Grunwald 0040375aa5 Fixed build. 16 years ago
Daniel Grunwald 656cd6cb97 Draw vertical line in fold margin on whole pixels. 16 years ago
Daniel Grunwald ef0da64c45 Move bracket highlighting from CodeEditor to CodeEditorView. 16 years ago
Daniel Grunwald 05df040a28 Implemented CodeEditor.ActiveTextEditor. 16 years ago