1931 Commits (52cc3ff7129907399e4af7884c26d00916b10976)

Author SHA1 Message Date
Matt Ward c3aa874d24 SharpDevelop can now find the location of Sandcastle Help File Builder version 1.9.1.0 16 years ago
Martin Koníček c2428e204d Context actions UI: made checkboxes more lightweight. 16 years ago
Martin Koníček 914b742a6d Split ImplementInterface and ImplementInterfaceExplicit to 2 Context action providers so they can be disabled separately. 16 years ago
Martin Koníček 36f79924cb Visible / hidden actions are saved to SharpDevelop properties. 16 years ago
Martin Koníček 6f541bcaf4 Context actions UI almost final. 16 years ago
Martin Koníček 3696b9d6ae Updated Context actions UI. 16 years ago
Martin Koníček c81c3f73c8 First implementation of context action hiding. Selection of hidden actions is not persisted to settings yet. 16 years ago
Martin Koníček b169fe6311 - Implemented "Collapse all" context menu item in project browser. 16 years ago
Siegfried Pammer 017af12002 fixed deadlock in ContextActionsService; added thread safety remarks to BeginParse* methods of ParserService 16 years ago
Martin Koníček 58aa53cd4f Moved "Move class to matching file name" and "Rename file to match class name" from context menu to context actions. 16 years ago
Martin Koníček 16e22783e9 Fixed build. 16 years ago
Martin Koníček e0be701baa Refactored EditorContext to allow sharing of data between Context actions. 16 years ago
Martin Koníček f762d24d46 Implement interface (explicit) context action. 16 years ago
Siegfried Pammer d6a70db9e8 implemented proper support for method calls without a parameter list in VB 16 years ago
Matt Ward 8fda917b08 Fixed null reference when insight window opens in IronPython and Boo projects. 16 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. 16 years ago
Martin Koníček cbc1b162e6 Added 2 context actions - Check null, Check not null. They are offered after assignments to local variables. In case they annoy you: soon it will be possible to turn off any action easily right from the actions popup. 16 years ago
Martin Koníček d724328441 Rewrote EditorContext so that it will be more usable for implementing Context actions. It now provides AST Node at caret and its parents. 16 years ago
Matt Ward f249e3f083 Fixed null reference exception when typing a comma to add a new parameter to an existing class method. 16 years ago
Martin Koníček cd578c1fa7 Fixed minor CC bug. 16 years ago
Martin Koníček 47eb1adee8 Derived classes etc. popup opens at cursor position again. 16 years ago
Martin Koníček 33d3af13c7 Ctrl+T in the editor opens and focuses Context actions popup. Added tooltip so that the shortcut is discoverable. 16 years ago
Martin Koníček 9485a07bdb VBNetLanguageBinding returns LanguageProperties.VBNet, so that Context actions now work also for VB. 16 years ago
Martin Koníček d107ee6ecd Removed reparse from ContextActionsService, it hangs WPF designer. 16 years ago
Martin Koníček e7f82a9a83 Context actions popup has pencil icon. 16 years ago
Martin Koníček a842a3b8f5 Split ContextActionsControl to 2 different classes: one for Popup in the margin, one for "Derived classes" popup. 16 years ago
Martin Koníček ac810d59bc TranslateMenuItemToWpf sets also shortcut on WPF MenuItem, so that menus show shortcuts. 16 years ago
Siegfried Pammer 138742401f - improved handling of highlighting of current parameter 16 years ago
Martin Koníček 2dfc2946aa Moved "Find derived classes", "Find base classes", "Find overrides" to Class/Member menu builders, where they logically belong. Now they are available also in class browser. 16 years ago
Martin Koníček f46f076fbc Moved context menu items from submenu to top level. 16 years ago
Martin Koníček 13e4f5a65b - Removed context menu items which are now represented by Context actions (it will be possible to add context actions also to any menu if we decide to do so). ResolveExtensionMethod and ResolveAttribute will be implemented as context actions soon. 16 years ago
Siegfried Pammer c89b7a5e29 implemented SD-631 for VB .NET 16 years ago
Siegfried Pammer f1d761cde7 created IInsightWindowHandler (general API) 16 years ago
Siegfried Pammer c7e652c78a extracted insight window handling to InsightWindowHandler 16 years ago
Siegfried Pammer a19f10d222 - fixed infinite loop in VBNetExpressionFinder 16 years ago
Daniel Grunwald 08dd0f5144 Expand all menu builders in main menu once at startup to ensure that all shortcuts get registered. Fixed issue "Properties window not brought to front using keyboard shortcut" 16 years ago
Daniel Grunwald 295c4abfe9 Combine Run/Continue on F5. Move FindDerivedClassesOrOverrideCommand to F6; change F9 back to Build Project. 16 years ago
Daniel Grunwald c2ebe0b9b9 Disable bookmarks and breakpoints pads. 16 years ago
Matt Ward 48383a8bec Restructured AddIns folder - removed nested AddIns\AddIns folder and added Analysis folder. 16 years ago
Daniel Grunwald c96e64b46f Simplify code using FileFilter 16 years ago
Daniel Grunwald 6ebd91edac Track feature use in UDC: snippets, NewLineConsistencyCheck, ClassMemberBookmark menu. 16 years ago
Siegfried Pammer 8008704ce3 fixed IndexOutOfRangeException when caret is at the start of the line in EditorContext.SymbolUnderCaret 16 years ago
Martin Koníček 53f53a3320 First implementation of GUI for editor context actions. 16 years ago
Daniel Grunwald 27ff6cdc30 Remove support for compact framework. 16 years ago
Siegfried Pammer db08b353a0 added new icon for extension methods 16 years ago
Martin Koníček 007996e7cd Implemented "Introduce method" context action. 16 years ago
Siegfried Pammer 75d72345f1 fixed code snippets in code completion list 16 years ago
Siegfried Pammer 6f675509cd implemented basic code completion in Console pad 16 years ago
Siegfried Pammer 10f8d47731 fixed insertion of text in "surround with" 16 years ago
Martin Koníček 9cc04d536e Context actions: fixed logical bug when resolving class declarations on current line by name - more classes with same name and different type arguments can exist, of course. 16 years ago