2262 Commits (5989e5653ecf23c837e6dc7df9074c64aa50001d)

Author SHA1 Message Date
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
Martin Koníček 6a3116d7ff Implemented "Add using" editor context action. 16 years ago
Martin Koníček 7338344014 Decoupled "Add using" functionality from context menu building. 16 years ago
Martin Koníček 47ee9924e7 "Implement abstract class" editor context action. 16 years ago
Martin Koníček b67dfce2bb Fix recently introduced bug when opening files with other than C#/VB content. 16 years ago
Martin Koníček 7b318f80a1 "Implement interface" and "Implement abstract class" editor context menu items are shown only when needed (that is the class/interface is not yet implemented). 16 years ago
Martin Koníček 2315172e5f Refactoring: decoupled code to implement abstract class from building the menus. 16 years ago
Martin Koníček 7102b476e2 Refactoring: decoupled 'Implement interface' actions from menu building. 16 years ago
Martin Koníček e7ab1474fc Progress with editor Context actions. 16 years ago
Martin Koníček b2c80c66bb Split ContextActionsControl into 2 user controls: the TreeView and the Header. 16 years ago
Martin Koníček d95e218172 Added basic classes for editor Context actions (ReSharper-like "bulb"). 16 years ago
Kumar Devvrat 27fe096db9 - Implement IServiceProvider in IViewContent to get services for View Contents as suggested by Daniel. 16 years ago
Siegfried Pammer 9ef1561394 only display snippets that are mapped to a currently available keyword 16 years ago
Daniel Grunwald c9a780068a Make sure buttons have the correct size (using a style with MinWidth=75 and Padding=9,1). 16 years ago
Siegfried Pammer aab8d9b0e0 - moved some expression contexts to CSharpExpressionContext 16 years ago
Martin Koníček 86fec631cd Moved 16 years ago
Martin Koníček 2882236cef Moved context menu items "Implement interface" from SharpDevelop to SharpRefactoring.addin, where "Implement abstract class" is. 16 years ago
Matt Ward f3956a7f41 Fix null reference exception when using ProjectReferenceProjectItem in unit tests - LocalizedObject checks for null workbench when refiltering properties. 16 years ago
Martin Koníček 3978ddee50 Changed F11 -> F9 also in editor context menu labels. 16 years ago
Siegfried Pammer c60157c9a4 - fixed bug in ExpressionFinder 16 years ago
Martin Koníček 15f4a433ce "F12 to Find references" also works on local variables. 16 years ago
Martin Koníček ba136fc954 ContextActionsPopup (Used by Find derived classes, base classes and overrides) is closed by ESC. 16 years ago
Daniel Grunwald b410bcd465 Allow routing WPF commands to SDWindowsFormsHost without setting focus on a WinForms control 16 years ago
Martin Koníček ba590ca416 Shortcuts: 16 years ago
Martin Koníček b8195879d5 Enhanced look of ContextActionPopup. 16 years ago
Daniel Grunwald aeb06aa320 Apply patch from Boris Kozorovitzky: 16 years ago
Martin Koníček 3038b54842 Editor context menus for Find derived classes etc. open at right position: added GetScreenPosition(int line, int column) to IEditorUIService. 16 years ago
Daniel Grunwald 6cb65113c4 Show progress running unit tests in status bar. 16 years ago
Daniel Grunwald 08c1792353 When running unit tests in multiple projects, perform a single build for all those projects before executing any tests. 16 years ago
Daniel Grunwald 359e7bb4ac Remove ICSharpCode.SharpDevelop.DefaultEditor namespace. 16 years ago
Daniel Grunwald 7a23f641b3 Remove ICSharpCode.TextEditor. 16 years ago
Martin Koníček 56f4098df1 Implemented "Find overrides" popup in the context menu of methods and properties. 16 years ago
Martin Koníček e06f45b906 Find overrides menu item is available for interface members. 16 years ago
Martin Koníček 3b18169d84 Derived/base classes popups show class names using AmbienceService.GetCurrentAmbience(). 16 years ago
Martin Koníček 7064e3b170 Derived classes popup and Base classes popup show partial classes only once. 16 years ago
Martin Koníček 18bbfe2f38 Derived classes popup closes when action used or focus lost. 16 years ago
Martin Koníček 3b913de566 Renamed ContextAction to IContextAction. 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
Daniel Grunwald aca411965e Fix label edit operation in ExtTreeView (original text was shown behind label edit text box). Based on patch by Boris Kozorovitzky. 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
Daniel Grunwald b13831f676 Fixed bug that caused MSBuild item metadata values to always be escaped on project creation. 16 years ago
Matt Ward a152542520 IronRuby addin now uses AvalonEdit. 16 years ago
Martin Koníček 5c62feb236 Kind of fixed SD2-1683, should be fixed properly by refactoring RenamedClass (which is only used at one place as special suggested entry in CC). 16 years ago
Martin Koníček f7a5169a1d Fixed bug in CC when typing fully qualified name. 16 years ago
Daniel Grunwald 7fb5b52dc7 Fixed DefinitionViewPad. 16 years ago
Daniel Grunwald ff5a719dc2 Re-read MSBuild items list when target framework is changed. 16 years ago
Daniel Grunwald 392585c818 WpfSynchronizeInvoke.Invoke: pass exceptions to the calling thread 16 years ago
Daniel Grunwald cec2f1cd99 Fix SD2-1680: DirectoryNotFoundException when creating new Form while Task List is open 16 years ago
Daniel Grunwald 905ab15b2b Fix SD2-1679 - "Page" and "Resource" build actions not available in property pad 16 years ago