6167 Commits (ac4922f2b31a67f2ca7ea59478bfdbfd7a2f708c)
 

Author SHA1 Message Date
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
Peter Forstmeier fb6ddc87af More exact display of long text in small Textfield 15 years ago
Martin Koníček 6485df93ac Code completion respects suggested item: e.g. when typing "DateTimeKind k =", the completion window pres-selects the DateTimeKind entry. 15 years ago
Siegfried Pammer fa4738ee2a fixed some code completion bugs 15 years ago
Siegfried Pammer 6f56216b3e added infrastructure for VB code completion tests 15 years ago
Siegfried Pammer e89b10cea5 added code snippets for Try-Catch and Using and Properties 15 years ago
Siegfried Pammer c57c78e844 - added New Keyword in Type context 15 years ago
Siegfried Pammer d171b0a765 reactivated IL Rewrite 15 years ago
Siegfried Pammer cca4d61806 - implemented ObjectCreation and Type context 15 years ago
Kumar Devvrat d7ee6b9f51 - Set tooltips for Grid unit selectors and in-place editor. 15 years ago
David Srbecký b9f9defcb7 Ignore 0x80131C3B The application did not supply symbols when it loaded or created this module, or they are not yet available. 15 years ago
David Srbecký dea13e142d Rewritten filename -> symbol document resolution 15 years ago
David Srbecký 1ed9f6f251 Improved the filename -> symbol document resolution 15 years ago
David Srbecký 9f4495a21e Added unit test for dynamic code 15 years ago
David Srbecký 61d67819c3 In .NET 4.0, we use the LoadClass callback to load dynamic modules because it always works - UpdateModuleSymbols does not. 15 years ago
David Srbecký 6af3e43629 Support for new dynamic debugging features in .NET 4.0 15 years ago
Matt Ward a86aa8d720 Add files to support unit testing in IronRuby. 15 years ago
Matt Ward bb9007ce6d IronRuby addin now adds the directories of referenced projects to the load path when running unit tests. This allows unit tests to be put in a separate project to the code under test. 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
Martin Koníček e48784a10b Shortcuts: 15 years ago
Kumar Devvrat 3cfef6401f - Add a QuickOperationMenu for changing quickly properties and take some action which is attachable to the primary selection. 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
Martin Koníček a53c2967d0 Shortcuts: 15 years ago
Matt Ward dea2074160 Added support for running tests with Ruby's unit testing framework. 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
Peter Forstmeier 3afedf998d CanGrow for Table 15 years ago
Siegfried Pammer d5b46a969a - added Exception handling on errors in ExpressionFinder 15 years ago
Peter Forstmeier 235a2102d0 Cleanup 15 years ago
Siegfried Pammer e0ef6fd8b6 - fixed IsInComment 15 years ago
Siegfried Pammer 4c47339173 - reorganised some files of the VB Lexer 15 years ago
Kumar Devvrat 7420a7907e - Turn SizeDisplay on when the element is resized and hide margin handles at the time. 15 years ago
Matt Ward b4d5f7726a WiX addin now generates unique ids for directories. 15 years ago
Kumar Devvrat 54b533eacf Add possible null checks 15 years ago
Siegfried Pammer c319e92477 implemented state handling in ILexer and AbstractLexer to make it publicly available 15 years ago
Siegfried Pammer 7b5949bb2e added the memento pattern to VB Lexer (Import/Export of state) 15 years ago
Siegfried Pammer 3eb6b8a524 changed VB .NET assembly name in Files.wxs, fixes build 15 years ago
Tomáš Linhart 3c1c1211f8 The summary box provides now basic summary of node. 15 years ago
Martin Koníček b8195879d5 Enhanced look of ContextActionPopup. 15 years ago
Tomáš Linhart 1c343c66bf Added a support for a selected vertex. The selected vertex got different color and can be deselected by clicking its again. 15 years ago
Peter Forstmeier ad3e80a77c Remove IExportItemsConverter.cs, move Renderer and Converters to dedicated classes 15 years ago
Siegfried Pammer 151548cf32 renamed namespace to ICSharpCode.VBNetBinding; started implementation of new Code Completion binding 15 years ago