141 Commits (d54cf7c844366eb77b15d33f3b96ca536e44120d)

Author SHA1 Message Date
Daniel Grunwald e5c90b35d7 Fixed SD2-1610 - Add back file encoding option 16 years ago
Daniel Grunwald 6c771a6218 Fixed SD2-1652: "Cannot save with current encoding" not implemented in AvalonEdit.AddIn 16 years ago
Daniel Grunwald cf7adb39dd Allow user to specify an encoding when opening a text file. 16 years ago
Daniel Grunwald 4c9a3527cb Fixed bug that could cause the text editor's ParseInformation to get out-of-sync with the parser service's. 16 years ago
Daniel Grunwald 7d3a410d0b AvalonEdit: Fixed repainting issues when document was modified above the visible region (e.g. using split view) and the highlighting stack changed. 16 years ago
Daniel Grunwald 843a8c4788 Highlighting editor: allow changing the default text color and selection color. 16 years ago
Daniel Grunwald 488d12f83c SD2-1592 (Add back highlighting editor for AvalonEdit): 16 years ago
Daniel Grunwald 9357a9a4eb Fixed SD2-1601 - Implement disabled text editor settings 16 years ago
Daniel Grunwald 574cf24a63 SD2-1601 (Implement disabled text editor settings): enable "Folding" option. 16 years ago
Daniel Grunwald c16985247f Use TextFormattingMode.Display for tooltips and context menus. 16 years ago
Siegfried Pammer 98242a8a97 - added EntityType to IEntity 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
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 4931df6c98 Show context menu when right-clicking on IconBarMargin. 16 years ago
Daniel Grunwald 4a85fa660c Added snippet support to SharpDevelop (replaces 'code templates'). 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 c9218dfa30 Implemented PermanentAnchor (TextAnchor inside SharpDevelop that works even when a file is closed) 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
Daniel Grunwald 3d8c70850c Build simple folding support (independent of parsers in SharpDevelop) into AvalonEdit. 16 years ago
Daniel Grunwald 867dab1f32 Move folding code to separate namespace ICSharpCode.AvalonEdit.Folding. 16 years ago
Siegfried Pammer bab3f4369f - removed some debug code from AXmlParser in Release build to increase performance a bit 16 years ago
Daniel Grunwald 94bf27e8cd Move tooltip handling from CodeEditor to CodeEditorView. 16 years ago
Daniel Grunwald 984b1ab9e1 Add TextView.InvalidateLayer. 16 years ago
Siegfried Pammer 8570e8f7e7 - implemented IBracketSearcher for C# 16 years ago
Daniel Grunwald 7ed5729102 Display title of #region in folding. 16 years ago
Daniel Grunwald 012b77e96a Reimplemented the ParserFoldingStrategy for AvalonEdit. 16 years ago
Siegfried Pammer f15a135bf9 implemented ErrorDrawer for ITextEditor 16 years ago
Daniel Grunwald 18f3aca132 Use Ctrl+Click as go to definition. 16 years ago
Martin Koníček 5b19084276 Fixed build. 16 years ago
Martin Koníček 5a9eb62f09 Debugger tooltips: 16 years ago
Daniel Grunwald f3f87a4bf5 QuickClassBrowser: don't change ComboBox contents while user has opened the drop-down. 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
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 871e875ad0 Add "ITextEditor.PrimaryView" property to allow language bindings to detect split-views. 16 years ago
Siegfried Pammer 091c06d2b3 - refactoring of LanguageBindings, introduced ProjectBindings 16 years ago
Daniel Grunwald a732e7e0d3 CSharpFormattingStrategy: when pressing enter, add '///' inside documentation comments or '" + "' in strings. 16 years ago
Siegfried Pammer 485f751cc5 - XAML completion is now a bit less intrusive 16 years ago
Daniel Grunwald a1269d8efa Added ICompletionListWindow interface to allow AddIns to control the completion window. 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 2db5ccb19e Implemented the commands in the 'Edit>Format' menu for AvalonEdit. 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