3047 Commits (f411e6112c367faceaec3c1078e71dee0e16f335)

Author SHA1 Message Date
Daniel Grunwald 295c4abfe9 Combine Run/Continue on F5. Move FindDerivedClassesOrOverrideCommand to F6; change F9 back to Build Project. 15 years ago
Daniel Grunwald 425286712b Allow using a single shortcut for multiple main menu entries (we will use the first non-disabled item). 15 years ago
Daniel Grunwald c2ebe0b9b9 Disable bookmarks and breakpoints pads. 15 years ago
Daniel Grunwald 28611767f7 Set UDC branch name for reports branch. 15 years ago
Matt Ward 48383a8bec Restructured AddIns folder - removed nested AddIns\AddIns folder and added Analysis folder. 15 years ago
Daniel Grunwald 911007af84 Report the file types opened in the text editor to UDC (but only known file types) 15 years ago
Daniel Grunwald c96e64b46f Simplify code using FileFilter 15 years ago
Daniel Grunwald 6ebd91edac Track feature use in UDC: snippets, NewLineConsistencyCheck, ClassMemberBookmark menu. 15 years ago
Siegfried Pammer 8008704ce3 fixed IndexOutOfRangeException when caret is at the start of the line in EditorContext.SymbolUnderCaret 15 years ago
Siegfried Pammer b241377da2 fixed unit tests (fixes build) 15 years ago
Siegfried Pammer 8ee9c5e697 fixed NullReferenceException when working with VB files outside of a VB project 15 years ago
Martin Koníček 53f53a3320 First implementation of GUI for editor context actions. 15 years ago
Daniel Grunwald 27ff6cdc30 Remove support for compact framework. 15 years ago
Siegfried Pammer db08b353a0 added new icon for extension methods 15 years ago
Martin Koníček 007996e7cd Implemented "Introduce method" context action. 15 years ago
Siegfried Pammer 75d72345f1 fixed code snippets in code completion list 15 years ago
Daniel Grunwald ff3d81407a Handle BadImageFormatException when trying to load code completion info from non-.NET dll. 15 years ago
Siegfried Pammer 6f675509cd implemented basic code completion in Console pad 15 years ago
Daniel Grunwald b50a612d67 Revert accidentally merged change. 15 years ago
David Srbecký 1f2f64e4bf Marked #D as DPI aware 15 years ago
Siegfried Pammer 10f8d47731 fixed insertion of text in "surround with" 15 years ago
Siegfried Pammer bcf917f92d - fixed parser bugs 15 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. 15 years ago
Martin Koníček 6a3116d7ff Implemented "Add using" editor context action. 15 years ago
Martin Koníček 7338344014 Decoupled "Add using" functionality from context menu building. 15 years ago
Martin Koníček 47ee9924e7 "Implement abstract class" editor context action. 15 years ago
Siegfried Pammer 05cb4df472 implemented ., ... and .@ operator for XML Literals 15 years ago
Siegfried Pammer 3219079f94 - removed IOption 15 years ago
Siegfried Pammer 6f9028b875 implemented Options in Dom. Option Infer On/Off, turn Type Inference on and off 15 years ago
Martin Koníček b67dfce2bb Fix recently introduced bug when opening files with other than C#/VB content. 15 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). 15 years ago
Siegfried Pammer 0d04541240 - reimplemented TryTypeInference feature as CC item "? =" 15 years ago
Martin Koníček 2315172e5f Refactoring: decoupled code to implement abstract class from building the menus. 15 years ago
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