2524 Commits (58a5eea4781bbd8f7138b35fee1ddce16c5d0093)

Author SHA1 Message Date
Martin Koníček 7102b476e2 Refactoring: decoupled 'Implement interface' actions from menu building. 15 years ago
Martin Koníček e7ab1474fc Progress with editor Context actions. 15 years ago
Siegfried Pammer 6840d02d43 fixed failing unit tests 15 years ago
Martin Koníček b2c80c66bb Split ContextActionsControl into 2 user controls: the TreeView and the Header. 15 years ago
Martin Koníček d95e218172 Added basic classes for editor Context actions (ReSharper-like "bulb"). 15 years ago
Kumar Devvrat 27fe096db9 - Implement IServiceProvider in IViewContent to get services for View Contents as suggested by Daniel. 15 years ago
Daniel Grunwald 153ddd46aa Fix bug in global styles that caused crash on startup. 15 years ago
Siegfried Pammer a5d19c3267 - implemented Overrides-CC 15 years ago
Siegfried Pammer 8d087bbd83 - fixed bugs in ExpressionFinder 15 years ago
Siegfried Pammer 1e1e4cd46b fixed bugs in ExpressionFinder and inconsistent completion results 15 years ago
Siegfried Pammer 1da056e7c4 fixed FindExpression after parameter list opening brace 15 years ago
Siegfried Pammer 9ef1561394 only display snippets that are mapped to a currently available keyword 15 years ago
Daniel Grunwald 0abe633156 Fixed build. 15 years ago
Daniel Grunwald c9a780068a Make sure buttons have the correct size (using a style with MinWidth=75 and Padding=9,1). 15 years ago
Siegfried Pammer a7e313349c fixed imports-completion after newline 15 years ago
Siegfried Pammer 0c0b4b151f CC is now working at the beginning of the first parameter 15 years ago
Siegfried Pammer e7e141401b enabled completing existing expressions on ctrl+space 15 years ago
Siegfried Pammer 0a4557c9a1 fixed code completion in first parameter 15 years ago
Siegfried Pammer 20cbf34bd8 - reintroduced Identifier-Blocks 15 years ago
Siegfried Pammer aab8d9b0e0 - moved some expression contexts to CSharpExpressionContext 15 years ago
Siegfried Pammer 956ec3bbe3 added VB specific Parameter expression context 15 years ago
Martin Koníček 86fec631cd Moved 15 years ago
Martin Koníček 2882236cef Moved context menu items "Implement interface" from SharpDevelop to SharpRefactoring.addin, where "Implement abstract class" is. 15 years ago
Siegfried Pammer fa4738ee2a fixed some code completion bugs 15 years ago
Siegfried Pammer c57c78e844 - added New Keyword in Type context 15 years ago
Siegfried Pammer cca4d61806 - implemented ObjectCreation and Type context 15 years ago
Matt Ward f3956a7f41 Fix null reference exception when using ProjectReferenceProjectItem in unit tests - LocalizedObject checks for null workbench when refiltering properties. 15 years ago
Martin Koníček 3978ddee50 Changed F11 -> F9 also in editor context menu labels. 15 years ago
Siegfried Pammer c60157c9a4 - fixed bug in ExpressionFinder 15 years ago
Siegfried Pammer 840c7ee89d show namespace contents only inside method/property bodies 15 years ago
Siegfried Pammer 8695eb0004 implemented CC after Imports 15 years ago
Martin Koníček 15f4a433ce "F12 to Find references" also works on local variables. 15 years ago
Martin Koníček ba136fc954 ContextActionsPopup (Used by Find derived classes, base classes and overrides) is closed by ESC. 15 years ago
Daniel Grunwald b410bcd465 Allow routing WPF commands to SDWindowsFormsHost without setting focus on a WinForms control 15 years ago
Martin Koníček ba590ca416 Shortcuts: 15 years ago
Siegfried Pammer d5b46a969a - added Exception handling on errors in ExpressionFinder 15 years ago
Siegfried Pammer e0ef6fd8b6 - fixed IsInComment 15 years ago
Siegfried Pammer 4c47339173 - reorganised some files of the VB Lexer 15 years ago
Martin Koníček b8195879d5 Enhanced look of ContextActionPopup. 15 years ago
Siegfried Pammer 151548cf32 renamed namespace to ICSharpCode.VBNetBinding; started implementation of new Code Completion binding 15 years ago
Siegfried Pammer 1e8101c1aa fixed FindExpression 15 years ago
Siegfried Pammer 3f161c463c - fixed LL1 conflict with CollectionInitializer 15 years ago
Daniel Grunwald 57354103f5 IncludeDoozer: show error message only if included path was not found (don't catch unrelated TreePathNotFoundException) 15 years ago
Daniel Grunwald aeb06aa320 Apply patch from Boris Kozorovitzky: 15 years ago
Siegfried Pammer 8671ab60c2 - added keywords to CC 15 years ago
Siegfried Pammer bb1fa1202e implemented FindFullExpression 15 years ago
Siegfried Pammer e168d1dd17 fixed infinite loop in VBNetExpressionFinder 15 years ago
Siegfried Pammer 4d30bfa51d updated VBExpressionFinder: now uses new API 15 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. 15 years ago
Daniel Grunwald ccc4e24de9 Add workaround to ICSharpCode.Core that makes assemblies in the LoadFrom context also available in the Load context. This fixes some problems using WPF or .NET remoting in SharpDevelop AddIns. 15 years ago