3 Commits (d08ff2c7c36786ce0130adf85ea7da4b4fe690a7)

Author SHA1 Message Date
Siegfried Pammer d08ff2c7c3 implement Popup to let user choose a part (if there are more than one) to jump to in GoToDefinition 13 years ago
Andreas Weizel 226fef0697 Showing target file name in action menu of MoveTypeToFile/RenameFileToMatchTypeName context actions. 13 years ago
Siegfried Pammer 7eb5641bcf add WPF designer back 13 years ago
Daniel Grunwald cfe7ae8dad Adjust SharpDevelop to new context actions API. 14 years ago
Daniel Grunwald cb15d5418d Move ContextActions UI to AvalonEdit.AddIn. 14 years ago
Daniel Grunwald 50e9489c07 Add support for simple context actions. 14 years ago
Daniel Grunwald cf8da3c94d Add C# context actions to AddInTree. 14 years ago
Daniel Grunwald c0cc23d11e Reenable context action code. 14 years ago
mkonicek 2a826a7a5f Editor context actions - explicitly setting EditorContext.Editor = null from ContextActionsRenderer when the ViewModel is discarded. Prevents leaks of reference to CodeEditorView when IContextActionProviders keep long-lived references to EditorContext. (thanks to Daniel!) 15 years ago
Daniel Grunwald f5780c2944 Apply new file headers 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 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 d95e218172 Added basic classes for editor Context actions (ReSharper-like "bulb"). 16 years ago
Martin Koníček bb28929b91 Added "Find derived classes command" to class context menu, which shows in-place popup with inheritance tree. 16 years ago
Martin Koníček af3858a6e5 Renamed code snippet "props" to "prop", as the short property form is usually preferred. 16 years ago
Martin Koníček eb81f74d7b Cleaned up RefactoringService.FindDerivedClasses a bit. 16 years ago