925 Commits (843a8c478866c587cb3dbe75cb1ca0a2c901b6d7)

Author SHA1 Message Date
Daniel Grunwald 1a80acf5c2 'override' completion for AvalonEdit. 16 years ago
Sergej Andrejev e451c17012 Fix exceptions when opening new pad from view menu 16 years ago
Siegfried Pammer b16addd829 - fixed compilation of tests 16 years ago
Siegfried Pammer d3b55598de moved XmlBinding to XmlEditor 16 years ago
Siegfried Pammer 4a05270da8 project clean up 16 years ago
Sergej Andrejev a0454e65b8 Use "+" in serialized shortcut strings. Fix python binding tests 16 years ago
Sergej Andrejev b01030f84e Use WPF commands in View menu 16 years ago
Daniel Grunwald 27cd1c9931 AvalonEdit: split Gui namespace into Editing and Rendering. 16 years ago
Daniel Grunwald eb09b62e33 Fixed two editor bugs introduced in revision 4138. 16 years ago
Matt Ward 4e32c63398 XmlParser now handles equals sign inside quotes when checking if cursor is inside an attribute value. 16 years ago
Daniel Grunwald ce435d7a0c CodeEditor is now calling IFormattingStrategy.FormatLine. 16 years ago
Daniel Grunwald 0b4bd0e3f7 Worked on MSBuildBasedProject 16 years ago
Siegfried Pammer af7878c95c - removed xfrms 16 years ago
Daniel Grunwald 01a3550d51 Remove obsolete members. 16 years ago
Daniel Grunwald f5b8a4a2df Set TargetFrameworkVersion to 4.0 16 years ago
Daniel Grunwald dea5046bec Refactoring menu for AvalonEdit 16 years ago
Daniel Grunwald c33cfbabe9 Context menu for AvalonEdit 16 years ago
Matt Ward babca5416f Fixed failing tests due to move to NUnit 2.5 17 years ago
Daniel Grunwald b58af24885 Reimplemented method insight for AvalonEdit. 17 years ago
Daniel Grunwald d83dbd9f16 AvalonEdit Insight Window 17 years ago
Daniel Grunwald 66faa9efe5 Support IconBarMargin in split view. 17 years ago
Daniel Grunwald 1599cfa89e Implemented AvalonEdit split view 17 years ago
Daniel Grunwald 4c485fabf7 Rename Content property back to Control (IViewContent, IPadContent, IOptionsPanel) to prevent the C# compiler from automatically picking up a Content property from a base class. 17 years ago
Daniel Grunwald 1b38904278 Prevent Boo forms designer from changing the type of fields to 'void' 17 years ago
Daniel Grunwald 96887f5d5a Update to AvalonDock 1.2.2104. 17 years ago
Daniel Grunwald 1c7b08ea20 Fixed build. 17 years ago
Daniel Grunwald 7ff8db8eac AvalonEdit: add quick class browser 17 years ago
Daniel Grunwald 3a2c128dd7 Organize files in ICSharpCode.SharpDevelop.Editor. 17 years ago
Daniel Grunwald 024c5fb887 ITextEditor: moved to namespace ICSharpCode.SharpDevelop.Editor. 17 years ago
Daniel Grunwald 3fbd48b7d4 Bookmark/Breakpoint support for AvalonEdit. 17 years ago
Daniel Grunwald 25814ec485 Changed IPositionable interface and FileService.JumpToFilePosition to work with 1-based line and column numbers. 17 years ago
Daniel Grunwald 173236e380 Allow using icons in code completion items. 17 years ago
Matt Ward 4cc8fbe441 Fixed bug in XmlParser.IsAttributeValueChar not recognising valid characters as being valid for an attribute value. 17 years ago
Matt Ward 4df59fe850 Fixed bug in XmlParser.IsAttributeValueChar not recognising valid characters as being valid for an attribute value. 17 years ago
Daniel Grunwald c0e8c59603 AvalonEditViewContent: implement ITextEditorProvider. 17 years ago
Matt Ward c773c2e393 Added empty string checks to XmlParser. 17 years ago
Siegfried Pammer 4629730755 improvements in XAML binding 17 years ago
Siegfried Pammer 105962eabd fixed crash when trying to profile non-.NET executable 17 years ago
Siegfried Pammer 8c27d50744 added tests in XamlBinding 17 years ago
Daniel Grunwald e43e49a621 Allow opening a new code completion window inside ICompletionList.Complete() method. 17 years ago
Daniel Grunwald b6cd6d16b0 AvalonEdit: Fixed bug in GetIndentation that could mess up text when pressing Enter. 17 years ago
Matt Ward 80aa8f7476 XmlParser now returning the correct active element if the element is followed by a tab or new line character. 17 years ago
Daniel Grunwald 4b1d5b858c Smart C# indentation now works with AvalonEdit. 17 years ago
Daniel Grunwald 7f94fc4146 Allow completion list and items to handle insertion of text. 17 years ago
Daniel Grunwald 1102221b0d AvalonEdit: added support for preselection. 17 years ago
Daniel Grunwald d9fb680f9d Implemented Ctrl+Space completion for AvalonEdit. 17 years ago
Daniel Grunwald f3f05768f2 Fixed build. 17 years ago
Daniel Grunwald bc400c5dd9 IMementoCapable support is back. 17 years ago
Daniel Grunwald 5adc77bbff AvalonEdit: fixed cyclic reference in type initializers 17 years ago
Daniel Grunwald 71993014c9 AvalonEdit: tooltips. 17 years ago