293 Commits (6e0521b88c8db502893a375c4f6ddd0e791dfb42)

Author SHA1 Message Date
David Srbecký cbe7c9f20c XML Parser: Simplified code by introducing RawContainer 16 years ago
David Srbecký 4c6945b8bb XML Parser: Using only one copy of raw DOM again. All DOM object offsets will be always relative to the last parsed text. The user can use list of changes since last parse to translate between the old offsets and new ones. 16 years ago
David Srbecký 8e03d90fdd XML Parser: Initial support for Xml.Linq 16 years ago
David Srbecký 84bce20b8b Written custom XML parser which can handle malformed XML. Subsequent parsing is incremental to increase performance. The old and new parse trees are compared, the DOM is updated and user events are raised. 16 years ago
Daniel Grunwald 941af5fc35 Fixed bug introduced in last revision. 16 years ago
Daniel Grunwald cc9b3e1705 AvalonEdit: 16 years ago
Daniel Grunwald ee2a4e29cb Fixed code analysis AddIn (fixed support for custom MSBuild loggers, ported SuppressMessageCommand to ITextEditor). 16 years ago
Daniel Grunwald a732e7e0d3 CSharpFormattingStrategy: when pressing enter, add '///' inside documentation comments or '" + "' in strings. 16 years ago
Daniel Grunwald 8f38d8cc87 Use whole-word selection when Control is pressed. 16 years ago
Siegfried Pammer f779eb0a69 - added EditGridColumnsAndRowsCommand 16 years ago
Daniel Grunwald a257a5b2e9 document ILineTracker.SetLineLength 16 years ago
Tomasz Tretkowski 0762a4924b Handling msbuild4 projects with target platform other than AnyCPU 16 years ago
Daniel Grunwald 1fd78f3a55 DocumentHighlighter.GetSpanStack 16 years ago
David Srbecký bbcc95f3d0 Attempt to fix NullReference exception 16 years ago
David Srbecký e936a38958 Fix the position of code completion window for non-default DPI 16 years ago
Daniel Grunwald ab626fb573 Add back all unit tests. 16 years ago
Daniel Grunwald e7491afa6d Text snapshot support. 16 years ago
Daniel Grunwald e82a1f11fc Fixed showing completion window when another completion window is already open. 16 years ago
Daniel Grunwald 8a4b2018a5 Avoid NullReferenceException when pasting text. 16 years ago
Daniel Grunwald a1269d8efa Added ICompletionListWindow interface to allow AddIns to control the completion window. 16 years ago
Daniel Grunwald c62cfbcad7 AvalonEdit: allow setting the caret color. 16 years ago
Daniel Grunwald 4d8bde1e77 Added AutomationPeer for AvalonEdit TextEditor. Based on patch by Amir Tuval. 16 years ago
Daniel Grunwald 5eee3babfc Implemented syntax highlighting in search results pad. 16 years ago
Daniel Grunwald 8c332d9550 AvalonEdit: fixed 'Home' key and CaretPositioningMode.WordStart over line borders. 16 years ago
Daniel Grunwald 80c40ac480 Fixed action="disable" conditions on WPF Menus. 16 years ago
Daniel Grunwald 664dc13b32 Implemented code coverage text markers for AvalonEdit. 16 years ago
Daniel Grunwald fc543e2a99 Implemented updating text anchors on text replace operations. 16 years ago
Daniel Grunwald 2db5ccb19e Implemented the commands in the 'Edit>Format' menu for AvalonEdit. 16 years ago
Daniel Grunwald 27cd1c9931 AvalonEdit: split Gui namespace into Editing and Rendering. 16 years ago
Daniel Grunwald 60f01927a9 Split AvalonEdit.Gui into Editing and Rendering 16 years ago
Daniel Grunwald eb09b62e33 Fixed two editor bugs introduced in revision 4138. 16 years ago
Daniel Grunwald ce435d7a0c CodeEditor is now calling IFormattingStrategy.FormatLine. 16 years ago
Daniel Grunwald 7ec09f2873 Merge bugfixes from revision 4108 to trunk: 16 years ago
Daniel Grunwald cccf3779c2 WpfWorkbench: fixed MainWin32Window property 16 years ago
Daniel Grunwald 4db960a353 Create new projects using MSBuild 4.0 16 years ago
Daniel Grunwald f5b8a4a2df Set TargetFrameworkVersion to 4.0 16 years ago
Daniel Grunwald c33cfbabe9 Context menu for AvalonEdit 16 years ago
Daniel Grunwald cc8eddac14 GetNextCaretPosition methods: Use enum LogicalDirection instead of bool backwards. 17 years ago
Daniel Grunwald 28f210b3e5 Fixed unit tests (TextEditorOptions.GetIndentationString was changed to take 1-based column numbers). 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 1599cfa89e Implemented AvalonEdit split view 17 years ago
Daniel Grunwald 34ed9d7591 Document CompletionWindow.StartOffset and EndOffset. 17 years ago
Daniel Grunwald 7ff8db8eac AvalonEdit: add quick class browser 17 years ago
Daniel Grunwald 024c5fb887 ITextEditor: moved to namespace ICSharpCode.SharpDevelop.Editor. 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
Daniel Grunwald 30d06682f7 Update to AvalonDock 1.2.2083. 17 years ago
Daniel Grunwald 0f98095978 AvalonDockLayout: Fixed exception 'Unable to deserialize a docking layout while DockingManager control is unloaded'. 17 years ago
Siegfried Pammer bc05d9df74 - Added TextView to Services 17 years ago