91 Commits (c9cc2ff0775715a5be2e381af3b74010f2a22b47)

Author SHA1 Message Date
eusebiu 4150e8db59 fix for SD-1713 15 years ago
Daniel Grunwald f5780c2944 Apply new file headers 15 years ago
Martin Koníček 0f5a586493 Moved "Resolve extension method" to context actions. 15 years ago
Martin Koníček 745d903188 Implemented Extend selection (Ctrl+W, will be in menu). Does not work perfectly for constructor and indexer declarations yet. 15 years ago
Martin Koníček 9485a07bdb VBNetLanguageBinding returns LanguageProperties.VBNet, so that Context actions now work also for VB. 15 years ago
Daniel Grunwald 6ebd91edac Track feature use in UDC: snippets, NewLineConsistencyCheck, ClassMemberBookmark menu. 15 years ago
Martin Koníček d95e218172 Added basic classes for editor Context actions (ReSharper-like "bulb"). 15 years ago
Martin Koníček ba590ca416 Shortcuts: 15 years ago
Martin Koníček 959352e7e2 Added option to turn on/off symbol highlighting to Options/TextEditor/Markers and Rulers. 15 years ago
Martin Koníček e8d33e6fb5 CompletionList - implemented ReSharper (and VS2010)-like Code completion: 16 years ago
Martin Koníček 56a5829329 Implemented CaretReferencesRenderer - highlighting of all references to symbol under caret in the editor (VS2010 like). 16 years ago
Daniel Grunwald 090bf516bb Use AvalonEdit in definition view. 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 488d12f83c SD2-1592 (Add back highlighting editor for AvalonEdit): 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 16 years ago
Daniel Grunwald 574cf24a63 SD2-1601 (Implement disabled text editor settings): enable "Folding" option. 16 years ago
Daniel Grunwald 0981fe4c8b SD2-1601 - Implement disabled text editor settings: 16 years ago
Daniel Grunwald 3ba8ca7807 Code editor: clear selection when Escape is pressed. 16 years ago
Daniel Grunwald c16985247f Use TextFormattingMode.Display for tooltips and context menus. 16 years ago
Daniel Grunwald 4b99aee612 Moved support for TextFormattingMode.Display into AvalonEdit. 16 years ago
Daniel Grunwald 8dd9b3229c Use TextFormattingMode=Display in whole SharpDevelop. 16 years ago
Daniel Grunwald 0040375aa5 Fixed build. 16 years ago
Daniel Grunwald ef0da64c45 Move bracket highlighting from CodeEditor to CodeEditorView. 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 4a85fa660c Added snippet support to SharpDevelop (replaces 'code templates'). 16 years ago
Daniel Grunwald e364a29697 GotoDialog: sort by relevance, then alphabetically 16 years ago
Daniel Grunwald 94bf27e8cd Move tooltip handling from CodeEditor to CodeEditorView. 16 years ago