925 Commits (843a8c478866c587cb3dbe75cb1ca0a2c901b6d7)

Author SHA1 Message Date
Matt Ward 5dd7ca5b36 Fixed null reference exception in form designer's NameCreationService when generating code with the python code dom serializer. 16 years ago
Daniel Grunwald 1ffa5cbd86 Remove unused code. 16 years ago
Philipp Maihart 4bea217c2f Data AddIn (Database Metadata Fetcher, Database Explorer, EDM Designer, WPF Wizard) 16 years ago
Daniel Grunwald 1afb035d95 Use ITextBuffer instead of string in IParser. 16 years ago
Daniel Grunwald 51fcc171d6 Add ChangeTrackingCheckpoint to AvalonEdit.Document. 16 years ago
Martin Koníček e8964e5495 - Debugger tooltips display icons 16 years ago
Martin Koníček 0a9ff0ae4d Debugger tooltips - closing popup in CodeEditor.JumpTo so that the popup closes on debugger steps. 16 years ago
Martin Koníček cff4acbc5f Debugger tooltips - basic version finished, lazy evaluated on scrolling, behavior very similar to SharpDevelop 3. Missing: icons, integration with visualizers. 16 years ago
Daniel Grunwald a40cc4c22d Add function node support to Rope<T>. 16 years ago
Martin Koníček 1a9088a801 Debugger tooltips - expanding, partially working collapsing using StaysOpen = false for leaf Popup 16 years ago
Martin Koníček 7ff82f21ef Debugger tooltips - content displayed in a Popup 16 years ago
Daniel Grunwald 7f6d0a5968 Added Rope<T> to AvalonEdit and use it instead of the GapTextBuffer. 16 years ago
Daniel Grunwald 871e875ad0 Add "ITextEditor.PrimaryView" property to allow language bindings to detect split-views. 16 years ago
Daniel Grunwald 937fc8fc1e Fixed SD2-1406: More Missing String Resources 16 years ago
Siegfried Pammer 091c06d2b3 - refactoring of LanguageBindings, introduced ProjectBindings 16 years ago
Siegfried Pammer 88d6f02ff2 XamlBinding: 16 years ago
Daniel Grunwald e8e168ab8a Finished port of Windows Forms designer to ITextEditor. 16 years ago
Daniel Grunwald a732e7e0d3 CSharpFormattingStrategy: when pressing enter, add '///' inside documentation comments or '" + "' in strings. 16 years ago
Daniel Grunwald 5869171226 Added PublicSettingsSingleFileGenerator (forum-8428). 16 years ago
Siegfried Pammer 07a072be0e XamlBinding: 16 years ago
Daniel Grunwald 137bb94ea0 Replace WorkflowDesigner with simple designer for Workflow Foundation 4.0. 16 years ago
Siegfried Pammer af5a6c6ade ported Indent and Comment commands to SharpDevelop 4.0 16 years ago
Matt Ward 13e940da3b Fixed XmlParser.GetAttributeNameAtIndex returning an attribute name when inside an element's text child node. 16 years ago
Daniel Grunwald ea250dd7e2 Add missing GlobalAssemblyInfo.cs references. 16 years ago
Daniel Grunwald ab626fb573 Add back all unit tests. 16 years ago
Siegfried Pammer 485f751cc5 - XAML completion is now a bit less intrusive 16 years ago
Daniel Grunwald 40cdceff01 Add most AddIns back. 16 years ago
Matt Ward eb27110cbf XML schema namespaces now visible in completion window. 16 years ago
Daniel Grunwald a0b130adfd Move solution from SharpDevelop/src to SharpDevelop. 16 years ago
Daniel Grunwald a1269d8efa Added ICompletionListWindow interface to allow AddIns to control the completion window. 16 years ago
Matt Ward 85e78d6762 Fixed bugs in XmlParser when getting the attribute value and attribute name when the attribute value contains an equals sign. 16 years ago
Matt Ward 5786346f6c When autocompleting an xml element end tag the cursor is now left inside the element after completion and not put at the end of the inserted end tag. 16 years ago
Matt Ward 94a674800b Schema namespace completion window now shown in XML editor. 16 years ago
Daniel Grunwald 241ec7101a Fixed exception when deleting a line that contains a bookmark. 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 664dc13b32 Implemented code coverage text markers for AvalonEdit. 16 years ago
Daniel Grunwald 0e632cbd45 Fixed GUID in project reference to XmlEditor. 16 years ago
Siegfried Pammer 436413a26e - fixed Unit Tests 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
Siegfried Pammer 96e8836e37 fixed some unit tests 16 years ago
Daniel Grunwald f1b423c05e Ported event handler completion to ITextEditor. 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 0630068f58 Move code completion types into ICSharpCode.SharpDevelop.Editor.CodeCompletion. 16 years ago