1048 Commits (5c91c8bb320af6913f4ee486f84bd14dd57398e8)

Author SHA1 Message Date
Matt Ward 0b148f5fbd Added unit tests for XmlFormattingStrategy. 16 years ago
Matt Ward 077dd31d2f XML editor uses folds from previous parse if current xml being parsed is not well formed. 16 years ago
Matt Ward 1c005e33dc Folding now working again in the XML editor. 16 years ago
Matt Ward 8b19a85b41 Fixed failing python addin unit tests. 16 years ago
Matt Ward 67ec85874e Wix addin now uses the new text editor interfaces. Restructured various Wix addin classes and added missing unit tests. 16 years ago
Daniel Grunwald adb609e6c4 IncrementalSearch: scroll to search result 16 years ago
Siegfried Pammer c29815a7c0 - Removed OverrideEqualsGetHashCodeMethodsCommand and OverrideEqualsGetHashCodeMethodsCommand from Refactor menu 16 years ago
Daniel Grunwald c478f64f15 Fixed cut/copy/paste commands in WinForms Designer context menu. 16 years ago
Daniel Grunwald 923174fbbe Implemented incremental search for AvalonEdit. 16 years ago
Daniel Grunwald c16985247f Use TextFormattingMode.Display for tooltips and context menus. 16 years ago
Daniel Grunwald 9108aaa781 Use TextFormattingMode.Display for dialog and code completion windows. 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
Siegfried Pammer b03fe447ab - added InlineUIElementGenerator and AvalonEditEditorUIService 16 years ago
Matt Ward 62f7808f01 Added unit tests for the XmlCodeCompletionBinding class. 16 years ago
Daniel Grunwald 37115adab8 Code cleanup. 16 years ago
Siegfried Pammer 98242a8a97 - added EntityType to IEntity 16 years ago
Daniel Grunwald 49f8c18d14 Fixed SD2-1602: Order of nodes in AddIn tree path is not preserved. 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
Daniel Grunwald 0abbd0ee81 Removed another part of old SharpServerTools. 16 years ago
Matt Ward 972c1e1361 Added extra unit tests for the Xml Editor's QualifedName classes. 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 0040375aa5 Fixed build. 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
Siegfried Pammer 002ffad912 - implemented Ctrl+J for new snippets 16 years ago
Daniel Grunwald d1cf921a76 Added missing System.Xaml references to unit tests. 17 years ago
Daniel Grunwald 9cc7b86eb9 Removed unused code in XamlColorizer that failed to compile with .NET 4.0 Beta 2. 17 years ago
Daniel Grunwald ee0255fbaf Add references to System.Xaml.dll (necessary because some types were moved from WindowsBase to System.Xaml; see http://blogs.windowsclient.net/rob_relyea/archive/2009/10/19/xaml-news-net4-and-vs2010-beta2.aspx). 17 years ago
Matt Ward 2e63f13270 Fixed unhandled InvalidCastException when using the keyboard with a Form being displayed in the designer. 17 years ago
Matt Ward 1f5505dbf3 Now using XmlSchemaSet.Compile() to compile schemas instead of XmlSchema.Compile() which is obsolete. 17 years ago
Matt Ward 8051328c2f Fixed null reference when validating an .xsd file with no root xs:schema element. 17 years ago
Matt Ward 3befe85746 Recognised XML file extensions now read from XmlEditor.addin file. 17 years ago
Daniel Grunwald 45761d3824 Implemented option panels for text editor. 17 years ago
Daniel Grunwald d75b2d4a94 Started work on new text editor options. 17 years ago
Daniel Grunwald 82643cb089 Fixed layout of SnippetOptionPanel. 17 years ago
Daniel Grunwald 4931df6c98 Show context menu when right-clicking on IconBarMargin. 17 years ago
Daniel Grunwald d7cd0e58f7 Fixed build. 17 years ago
Daniel Grunwald 4a85fa660c Added snippet support to SharpDevelop (replaces 'code templates'). 17 years ago
Daniel Grunwald aad8c0de16 Code snippets: implemented input handling and background renderer. 17 years ago
Daniel Grunwald ac6d4f66a0 Fixed split view crash when folding is enabled. 17 years ago
Daniel Grunwald 5c5c4ff93c Use PermanentAnchor for Tasks. 17 years ago
Daniel Grunwald 017c07888a Use FileName class for ITextEditor.FileName and OpenedFile.FileName. 17 years ago
Daniel Grunwald c9218dfa30 Implemented PermanentAnchor (TextAnchor inside SharpDevelop that works even when a file is closed) 17 years ago
Daniel Grunwald 55316cef66 Updated StringResources. 17 years ago