137 Commits (526c8bd679a48b6fe2cdf599760309e5dd43c10a)

Author SHA1 Message Date
Daniel Grunwald 526c8bd679 Fixed encoding autodetection in ChooseEncodingDisplayBinding to match that when normally opening a file. 16 years ago
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 f49db06b88 Allow user to specify an encoding when saving a text file. 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 b5f9f09c40 Highlighting editor: allow editing colors of highlighting definitions defined in AddIns. 16 years ago
Daniel Grunwald 471ec831c6 Editing highlighting colors is now supported for C#, VB, XML and .patch files. 16 years ago
Daniel Grunwald 488d12f83c SD2-1592 (Add back highlighting editor for AvalonEdit): 16 years ago
Daniel Grunwald 061496afc3 Started work on SD2-1592 - Add back highlighting editor for AvalonEdit 16 years ago
Daniel Grunwald 71c5d4d290 Move ISnippetElementProvider to ICSharpCode.SharpDevelop.Editor.AvalonEdit. 16 years ago
Siegfried Pammer 7dfe0ac44a added ISnippetElementProvider 16 years ago
Daniel Grunwald 2af09d613b Fixed small selection bug in snippet completion window (Ctrl+J). 16 years ago
Daniel Grunwald 4a3f617c1b Fixed issue in CodeEditorView: CustomTabCommand was modifying a KeyBinding shared by all AvalonEdit instances. The code now creates a new KeyBinding instead. 16 years ago
Daniel Grunwald edd3fb4a0a "Normalize" file headers. 16 years ago
Daniel Grunwald 7dcd391057 SD2-1607 - Add printing support to AvalonEdit 17 years ago
Daniel Grunwald 9357a9a4eb Fixed SD2-1601 - Implement disabled text editor settings 17 years ago
Daniel Grunwald 574cf24a63 SD2-1601 (Implement disabled text editor settings): enable "Folding" option. 17 years ago
Daniel Grunwald 0981fe4c8b SD2-1601 - Implement disabled text editor settings: 17 years ago
Matt Ward 432d0cb6b8 Support for highlighting definitions defined in addin files now working again. 17 years ago
Daniel Grunwald 3ba8ca7807 Code editor: clear selection when Escape is pressed. 17 years ago
Daniel Grunwald adb609e6c4 IncrementalSearch: scroll to search result 17 years ago
Siegfried Pammer c29815a7c0 - Removed OverrideEqualsGetHashCodeMethodsCommand and OverrideEqualsGetHashCodeMethodsCommand from Refactor menu 17 years ago
Daniel Grunwald 923174fbbe Implemented incremental search for AvalonEdit. 17 years ago
Daniel Grunwald c16985247f Use TextFormattingMode.Display for tooltips and context menus. 17 years ago
Daniel Grunwald 9108aaa781 Use TextFormattingMode.Display for dialog and code completion windows. 17 years ago
Daniel Grunwald a6d67cfa53 Don't crash when InlineUIElementGenerator's anchor is deleted. 17 years ago
Daniel Grunwald 4b99aee612 Moved support for TextFormattingMode.Display into AvalonEdit. 17 years ago
Daniel Grunwald 8dd9b3229c Use TextFormattingMode=Display in whole SharpDevelop. 17 years ago
Siegfried Pammer b03fe447ab - added InlineUIElementGenerator and AvalonEditEditorUIService 17 years ago
Siegfried Pammer 98242a8a97 - added EntityType to IEntity 17 years ago
Daniel Grunwald f599cadc78 Fixed SD2-1612 - Commands in Edit > Folding have no effect 17 years ago
Daniel Grunwald 24358ad21e Improved AvalonEdit pixel snapping. 17 years ago
Siegfried Pammer 3c5585e0a2 - finished implementation of Ctrl+J snippets. 17 years ago
Daniel Grunwald 0040375aa5 Fixed build. 17 years ago
Daniel Grunwald ef0da64c45 Move bracket highlighting from CodeEditor to CodeEditorView. 17 years ago
Daniel Grunwald 05df040a28 Implemented CodeEditor.ActiveTextEditor. 17 years ago
Siegfried Pammer 002ffad912 - implemented Ctrl+J for new snippets 17 years ago
Daniel Grunwald 45761d3824 Implemented option panels for text editor. 17 years ago
Daniel Grunwald d75b2d4a94 Started work on new text editor options. 17 years ago
Daniel Grunwald 82643cb089 Fixed layout of SnippetOptionPanel. 17 years ago
Daniel Grunwald 4931df6c98 Show context menu when right-clicking on IconBarMargin. 17 years ago
Daniel Grunwald d7cd0e58f7 Fixed build. 17 years ago
Daniel Grunwald 4a85fa660c Added snippet support to SharpDevelop (replaces 'code templates'). 17 years ago
Daniel Grunwald aad8c0de16 Code snippets: implemented input handling and background renderer. 17 years ago
Daniel Grunwald ac6d4f66a0 Fixed split view crash when folding is enabled. 17 years ago
Daniel Grunwald 5c5c4ff93c Use PermanentAnchor for Tasks. 17 years ago
Daniel Grunwald 017c07888a Use FileName class for ITextEditor.FileName and OpenedFile.FileName. 17 years ago