1237 Commits (7210557a1f92fc07e1c525fa02f4ec335b5095ea)
 

Author SHA1 Message Date
Markus Palme 8764384554 xml comment insertion and completition for vb.net 20 years ago
Daniel Grunwald 7eabc20547 Fixed SD2-558 (Override as variable name) and the first half of SD2-559 (Jagged arrays don't parse) 20 years ago
Daniel Grunwald 605a6e924e Fixed SD2-560: Interface implementation generator messes up arrays 20 years ago
David Srbecký 6f785e7cc0 Renamed debugger Variables to Values 20 years ago
David Srbecký f8928556af Fixed exception being handled twice. 20 years ago
David Srbecký 31eac65e8a Added VariableCollection.UpdateTo 20 years ago
Daniel Grunwald b100ff1fb0 Improved code completion for extension methods (currently only enabled for Boo). 20 years ago
Markus Palme aea5c1246a SD-538: vb.net specific text editor options not ported to corsavy 20 years ago
Daniel Grunwald af069a1f42 Add code completion for the "override" keyword. 20 years ago
David Srbecký c7463e54c9 Added public property Debugger to debugger objects. 'debugger' parameter of many constructors inferred from other parameters. 20 years ago
David Srbecký ab7901dbf5 VariableCollection made mutable 20 years ago
Daniel Grunwald 8d38544362 Fixed BOO-536: Forms Designer generated code has bad indentation. 20 years ago
Daniel Grunwald 5cccbf6f15 Don't save the text "whole solution" as directory name, save the correct DocumentIteratorType when searching in a directory. 20 years ago
Daniel Grunwald ceb25fb474 Fixed SD2-521: Clicking CS1691 error in error list shows error message 20 years ago
Daniel Grunwald 71729d5352 Fixed SD2-557: .resx file becomes invalid when all resources are removed 20 years ago
Daniel Grunwald 6181a779b1 The boo CodeDomVisitor now supports local variables (needed for resource manager). 20 years ago
David Srbecký 5d757b2ecb PropertyVariable updated to new eval design. Variables can have 'magic' values and have OnValueChanged event. 20 years ago
David Srbecký 6e62dad949 Redesigned debugger evaluation interface 20 years ago
Matt Ward 06250b3697 Fixed SD2-480 - Forms designer supports localisation. 20 years ago
Daniel Grunwald ae264e9aff Fixed two bugs in the C# to VB converter. 20 years ago
Daniel Grunwald 50a9f45f25 Fixed NullReferenceException when typing an OptionStatement. 20 years ago
David Srbecký 0432df8966 Added methods for "Set current statement" to IDebugger 20 years ago
Daniel Grunwald 70810828fd Add "Set current statement" command to text editor context menu. 20 years ago
Daniel Grunwald 2e819f05f1 Use List<SwitchSection> and List<CatchClause> instead of ArrayLists. 20 years ago
Matt Ward d7a76e3da1 Fixed SD2-484 - Designer verbs now displayed in forms designer. 20 years ago
Daniel Grunwald d0c6d2e5f2 Improved keyboard handling in form designer, typing text in the menu designer now works. 20 years ago
Daniel Grunwald 9128a01c7b Fixed SD2-544: Tooltip stays visible when user starts typing 20 years ago
Daniel Grunwald f0f15618f4 Form designer now uses default font for smart tag menus. 20 years ago
Matt Ward 963519101b Enabled Forms Designer Smart Tags. Designer Verbs menu item set to be of type Builder in the .addin file 20 years ago
Daniel Grunwald 951b9bf716 Fixed some C# output visitor bugs. 20 years ago
Daniel Grunwald b8475ada12 Fixed small problem introduced in rev. 714. 20 years ago
Daniel Grunwald 24a3024a26 Run Autostart before InitializeWorkbench. 20 years ago
Daniel Grunwald b36d72b6b5 Fixed SD2-543: NullReference Exception thrown when viewing VB project properties 20 years ago
Daniel Grunwald 2deee1b7ed Fixed SD2-552: Class Browser not Refreshing 20 years ago
Daniel Grunwald cba44d45b9 Fixed SD2-547: Incorrect text line selected after scrolling text editor window 20 years ago
Daniel Grunwald 0cd63b78df Fixed SD2-554: Enum members in output visitor 20 years ago
Daniel Grunwald 625fa7f119 Use ParseUtil.ParseX<T>(string) instead of ParseUtil.ParseX(string, Type) for the NRefactory unit tests. 20 years ago
Markus Palme 85a90c9cee SD2-534: Quick XML Doc menu option does nothing; added vb.net support 20 years ago
Daniel Grunwald ab7edc9537 When using Ctrl+C or Ctrl+X when nothing is selected, the current line is copied/cut (patch by Martin Nordholts). 20 years ago
Matt Ward f43ec049b7 Fixed SD2-507. Adding a column to a DataGridView was causing a NullReference exception. Fixed by adding a new TypeDiscoveryService returning types from System.Windows.Forms. 20 years ago
Daniel Grunwald b842af5b4c Fixed some small bugs. 20 years ago
Daniel Grunwald fb12258ca6 Always show tooltips below the code line - patch by Yannick Kiekens (purplebox). 20 years ago
Daniel Grunwald 39d44d19db Applied ProjectNodeBuilder patch from Scott Ferret. 20 years ago
Matt Ward 140507c756 Fixed SD2-542. 'Show tooltip when moving mouse over expression' check box set to the value of the CodeCompletionOptions.TooltipsEnabled flag. 20 years ago
Daniel Grunwald db979be5f7 Improved C# to Boo converter. 20 years ago
Matt Ward d01afc4561 SD2-456. Focus is now no longer being set back to the form designer after the property pad is clicked. 20 years ago
Markus Palme d45bf1135e patch from Luc Morin: support for overriding virtual base class properties with the alt-ins mechanism 20 years ago
David Srbecký 20f9f1925f Renamed namespace DebuggerInterop to Debugger.Interop 20 years ago
David Srbecký bcd6160f6d Renamed namespace DebuggerLibrary to Debugger 20 years ago
David Srbecký 5c439cd41b Code from DebuggerInterop moved to Interop 20 years ago