4070 Commits (c30b0f3bb3b0453b63e75d891bb4df3ed5a3fba4)
 

Author SHA1 Message Date
Sergej Andrejev c30b0f3bb3 Integrate MultiKeyGesture into SharpDevelop 16 years ago
Sergej Andrejev d7f200ab01 Add support of bindings associated with whole type. Add named types and instances. Named instances and types can be used before the instance or class associated with the name is loaded 16 years ago
Sergej Andrejev cf7680a3ee InputBindingCategory class, nested categories 16 years ago
Sergej Andrejev 11471cd275 Allow shortcuts and categories at root level in ShortcutManagement add-in. Also allow multiple levels of sub-categories. 16 years ago
Sergej Andrejev dd36269a67 Display MenuItem shortcuts in shortcuts management dialog. Allow modifying link commands 16 years ago
Sergej Andrejev d1fd2832d4 Register bindings by providing binding info object instead bunch of arguments. Show bindings in options panel. Add categories and allow multiple gestures in InputBindingInfo instance 16 years ago
Sergej Andrejev 74ef0edad8 Add localization to shortcuts manager 16 years ago
Sergej Andrejev d4c6cb416e Add ShortcutsManagementOptionsPanel 16 years ago
Sergej Andrejev 8a84a06e02 Allow modification of similar shortcuts. Separate shortcuts tree in separate control. 16 years ago
Sergej Andrejev 93b84b3b1a Similar shortcuts list in shortcut management window 16 years ago
Sergej Andrejev 90b3d0fef8 Shortcuts gestures management window 16 years ago
Sergej Andrejev 5449d1aa4f Filter shortcuts by key gesture in shortcuts management addin and other visual enchantments 16 years ago
Sergej Andrejev 87dee20444 Add ShortcutsManagement options panel 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 0b92f024e5 Merge 3.0 to trunk. 16 years ago
Daniel Grunwald 2deb507aa2 Do not show 'Finalize' in C# code completion. 16 years ago
Daniel Grunwald 88e92880ff Use tabs instead of spaces in WPF file templates. 16 years ago
Daniel Grunwald 19025349a9 Move ICSharpCode.SharpDevelop.Dom.IParser to ICSharpCode.SharpDevelop.Project 16 years ago
Daniel Grunwald 0630068f58 Move code completion types into ICSharpCode.SharpDevelop.Editor.CodeCompletion. 16 years ago
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
Matt Ward f8b00cb742 Python code converter now specifies types when creating an instance of a generic. 16 years ago
Matt Ward 9f1c668e8e Python forms designer no longer generates code for the form's MainMenuStrip property after the menu strip has been removed. 16 years ago
Daniel Grunwald 510c0b2048 Remove ICSharpCode.TextEditor references from SearchAndReplace. 16 years ago
Daniel Grunwald b4f383ad8f New search results pad. 16 years ago
Daniel Grunwald 41fe04bcb8 IDocument: moved to ICSharpCode.SharpDevelop (so that all ICSharpCode.SharpDevelop.Editor types are defined in the same assembly). 16 years ago
Daniel Grunwald ffe4d90838 Use correct colors for DropDownButton on Aero. 16 years ago
Daniel Grunwald 3c7a54507f New Search Results pad. 16 years ago
Matt Ward 10c8a90ed8 Python menu options now use the debugger when running ipy.exe 16 years ago
Martin Koníček ce71ce0575 Object graph visualizer - fix bug in TreeLayouter. 16 years ago
Martin Koníček 85e500e2c0 Object graph visualizer - animations. 16 years ago
Sergej Andrejev 12a9dd40f4 GesturesPlaceHolderRegistry and CommandsRegistry fixes 16 years ago
Matt Ward 7a40b62660 Debugger now supports debugging IronPython code. 16 years ago
Matt Ward d8ca9a66b1 Namespace imports now import all classes on conversion to IronPython. 16 years ago
Matt Ward 71711e3c7d MainFile property now set when converting a project to IronPython. 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
Matt Ward 10f4b5965c Boolean variables now correctly converted to python. 16 years ago
Matt Ward bbe48609ab Added support for ContextMenuStrips in the python forms designer. 16 years ago
Sergej Andrejev 6da9813aa3 Fix broken buid 16 years ago
Sergej Andrejev 0e385eded1 Use WPF commands for Build and Run main menus 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
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
Matt Ward b2c6344367 Extender provider properties set for other controls now appear in properties window in the python form designer. 16 years ago
Daniel Grunwald 89bb1bc0d6 Rename "Quality Tools" -> "Analysis". 16 years ago
Daniel Grunwald 45b73e93e2 Fixed 'Reset to defaults' in layout combo box. 16 years ago
Daniel Grunwald 8bf506da54 Fixed bug that could cause pads to be lost when the layout is changed. (when trying to reopen such a "lost" pad, it would show up with a width of zero) 16 years ago