925 Commits (843a8c478866c587cb3dbe75cb1ca0a2c901b6d7)

Author SHA1 Message Date
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. 16 years ago
Daniel Grunwald 9cc7b86eb9 Removed unused code in XamlColorizer that failed to compile with .NET 4.0 Beta 2. 16 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). 16 years ago
Matt Ward 2e63f13270 Fixed unhandled InvalidCastException when using the keyboard with a Form being displayed in the designer. 16 years ago
Matt Ward 1f5505dbf3 Now using XmlSchemaSet.Compile() to compile schemas instead of XmlSchema.Compile() which is obsolete. 16 years ago
Matt Ward 8051328c2f Fixed null reference when validating an .xsd file with no root xs:schema element. 16 years ago
Matt Ward 3befe85746 Recognised XML file extensions now read from XmlEditor.addin file. 16 years ago
Daniel Grunwald 45761d3824 Implemented option panels for text editor. 16 years ago
Daniel Grunwald d75b2d4a94 Started work on new text editor options. 16 years ago
Daniel Grunwald 82643cb089 Fixed layout of SnippetOptionPanel. 16 years ago
Daniel Grunwald 4931df6c98 Show context menu when right-clicking on IconBarMargin. 16 years ago
Daniel Grunwald d7cd0e58f7 Fixed build. 16 years ago
Daniel Grunwald 4a85fa660c Added snippet support to SharpDevelop (replaces 'code templates'). 16 years ago
Daniel Grunwald aad8c0de16 Code snippets: implemented input handling and background renderer. 16 years ago
Daniel Grunwald ac6d4f66a0 Fixed split view crash when folding is enabled. 16 years ago
Daniel Grunwald 5c5c4ff93c Use PermanentAnchor for Tasks. 16 years ago
Daniel Grunwald 017c07888a Use FileName class for ITextEditor.FileName and OpenedFile.FileName. 16 years ago
Daniel Grunwald c9218dfa30 Implemented PermanentAnchor (TextAnchor inside SharpDevelop that works even when a file is closed) 16 years ago
Daniel Grunwald 55316cef66 Updated StringResources. 16 years ago
Daniel Grunwald 9865f6a922 Fixed ArgumentOutOfRangeException in SearchResultNode.ActivateItem. 16 years ago
Siegfried Pammer 1a64947a94 - integrated Profiler into SharpDevelop.Tests.sln 16 years ago
Daniel Grunwald bb6dbbada5 Started work on UI for project upgrade (to .NET 4.0). 16 years ago
Philipp Maihart 0b89a4d29c Data AddIn: Fixed Composite Key FK Cardinality 16 years ago
Philipp Maihart 84294839c2 Data AddIn - Connection Wizard: Improved exception handling 16 years ago
Daniel Grunwald 4feb97519c Prepare DocumentLineTree for optimization. 16 years ago
Siegfried Pammer 407ecdfe0d - added xml: completion 16 years ago
Siegfried Pammer 72de8cfebd HexEditor: 16 years ago
Daniel Grunwald 881a67359f Ported Edit>Insert menu to ITextEditor. 16 years ago
Daniel Grunwald a8d5cfbfbb Implemented "Edit > Format > Sort lines" for AvalonEdit. 16 years ago
Daniel Grunwald 6bdfc5a232 Forum-9934: work around exception by limiting class diagram to 10000x10000 pixels. 16 years ago
Christian Hornung b537595e0b Fixed SD2-1016 - #Develop menus cannot be navigated using arrow keys when a winform has the focus. 16 years ago
Daniel Grunwald 2059062c5e Work around SD2-1049 - XPath query combo box is case insensitive - by disabling auto-completion in the query combo box. 16 years ago
Daniel Grunwald e364a29697 GotoDialog: sort by relevance, then alphabetically 16 years ago
Daniel Grunwald d4068f0087 Implemented TextEditorSideBar for AvalonEdit. 16 years ago
Siegfried Pammer 8db012ec87 - moved Hook to VS 2010 project format (vcxproj) 16 years ago