5338 Commits (3196f5838b26c31865bdba58dee799f499e39e4c)
 

Author SHA1 Message Date
Daniel Grunwald 91cb4eb433 AvalonEdit: When VisualColumn validation has to change the caret position, prefer to move the caret into the direction that does not cause a caret offset change. 16 years ago
Daniel Grunwald a7454197bd Support for TextFormattingMode.Display in line number margin and other AvalonEdit components using the FormattedText class. 16 years ago
Daniel Grunwald da8f9a068c Add entry in tools menu for "Project Upgrade" view. 16 years ago
Daniel Grunwald a6d67cfa53 Don't crash when InlineUIElementGenerator's anchor is deleted. 16 years ago
Daniel Grunwald 4b99aee612 Moved support for TextFormattingMode.Display into AvalonEdit. 16 years ago
Daniel Grunwald 8dd9b3229c Use TextFormattingMode=Display in whole SharpDevelop. 16 years ago
Matt Ward a5547a3118 Refactored various XML Editor classes used for xml completion for a better fit with the new text editor completion classes. 16 years ago
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 c1ca7b1e36 Fixed C#->VB code converter issues with casts between char and integers. 16 years ago
Daniel Grunwald aa877491c1 Added object initializers support to VB output visitor. 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