2427 Commits (cbc1b162e629c1e0a3a55fb46ce5fb6e5f04a2b7)

Author SHA1 Message Date
Siegfried Pammer 6f9028b875 implemented Options in Dom. Option Infer On/Off, turn Type Inference on and off 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
Siegfried Pammer 0d04541240 - reimplemented TryTypeInference feature as CC item "? =" 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
Siegfried Pammer 6840d02d43 fixed failing unit tests 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
Daniel Grunwald 153ddd46aa Fix bug in global styles that caused crash on startup. 16 years ago
Siegfried Pammer a5d19c3267 - implemented Overrides-CC 16 years ago
Siegfried Pammer 8d087bbd83 - fixed bugs in ExpressionFinder 16 years ago
Siegfried Pammer 1e1e4cd46b fixed bugs in ExpressionFinder and inconsistent completion results 16 years ago
Siegfried Pammer 1da056e7c4 fixed FindExpression after parameter list opening brace 16 years ago
Siegfried Pammer 9ef1561394 only display snippets that are mapped to a currently available keyword 16 years ago
Daniel Grunwald 0abe633156 Fixed build. 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 a7e313349c fixed imports-completion after newline 16 years ago
Siegfried Pammer 0c0b4b151f CC is now working at the beginning of the first parameter 16 years ago
Siegfried Pammer e7e141401b enabled completing existing expressions on ctrl+space 16 years ago
Siegfried Pammer 0a4557c9a1 fixed code completion in first parameter 16 years ago
Siegfried Pammer 20cbf34bd8 - reintroduced Identifier-Blocks 16 years ago
Siegfried Pammer aab8d9b0e0 - moved some expression contexts to CSharpExpressionContext 16 years ago
Siegfried Pammer 956ec3bbe3 added VB specific Parameter expression context 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
Siegfried Pammer fa4738ee2a fixed some code completion bugs 16 years ago
Siegfried Pammer c57c78e844 - added New Keyword in Type context 16 years ago
Siegfried Pammer cca4d61806 - implemented ObjectCreation and Type context 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
Siegfried Pammer 840c7ee89d show namespace contents only inside method/property bodies 16 years ago
Siegfried Pammer 8695eb0004 implemented CC after Imports 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
Siegfried Pammer d5b46a969a - added Exception handling on errors in ExpressionFinder 16 years ago
Siegfried Pammer e0ef6fd8b6 - fixed IsInComment 16 years ago
Siegfried Pammer 4c47339173 - reorganised some files of the VB Lexer 16 years ago
Martin Koníček b8195879d5 Enhanced look of ContextActionPopup. 16 years ago
Siegfried Pammer 151548cf32 renamed namespace to ICSharpCode.VBNetBinding; started implementation of new Code Completion binding 16 years ago
Siegfried Pammer 1e8101c1aa fixed FindExpression 16 years ago
Siegfried Pammer 3f161c463c - fixed LL1 conflict with CollectionInitializer 16 years ago
Daniel Grunwald 57354103f5 IncludeDoozer: show error message only if included path was not found (don't catch unrelated TreePathNotFoundException) 16 years ago
Daniel Grunwald aeb06aa320 Apply patch from Boris Kozorovitzky: 16 years ago
Siegfried Pammer 8671ab60c2 - added keywords to CC 16 years ago