916 Commits (e097527450680e7d2c3b683b4b191d03be3de21c)
 

Author SHA1 Message Date
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
David Srbecký 8c4fbace89 Added headers to debugger interop 20 years ago
David Srbecký e9d7cf5110 Warning 108 suppressed in the release build of debugger 20 years ago
Daniel Grunwald eefbab6fb7 Applied form designer patch by Christian Hornung. Fixes SD2-522 and SD2-516. 20 years ago
Daniel Grunwald de36e77696 FileTypeRegisterer now uses HKCU\Software\Classes when there is no write access to HKEY_CLASSES. 20 years ago
Daniel Grunwald d9df3a65dd Fixed SD2-504: Explicit implementations of generic interfaces cause parser error 20 years ago
Daniel Grunwald 726e726308 Fixed possible StackOverflowException in BooBinding. 20 years ago
Matt Ward ba9529033a Form designer creates and uses .resx files for new forms and user controls. Forms that have already been created and are using a .resources file will continue to do so. Resx files are added to the MSBuild project with the DependentUpon element set to point to its form. Deleting the form will also delete its Resx file. 20 years ago
Daniel Grunwald 0cfa16791c Add support for partial classes to the form designer. 20 years ago
Daniel Grunwald fa98de1bd8 Use shadows, improved colors for debugger tooltip. 20 years ago
Daniel Grunwald 91406cf910 Debugger grid child windows now use a custom border instead of SizableToolWindow. 20 years ago
Daniel Grunwald e8c8159477 Add AllowLabelEdit to DynamicListItem. Improve drawing of '+' sign. 20 years ago
Daniel Grunwald e71835b49f Fixed debugger tooltip grid. 20 years ago
David Srbecký 36c8a94de5 Exceptions handled properly in .NET 1.1 20 years ago
Daniel Grunwald 3445fea87c Improve Clean task. 20 years ago
Daniel Grunwald bf408d7f26 Fixed SD2-509: Form Designer duplicates first line of code 20 years ago
Daniel Grunwald dec20c958b Fixed SD2-520: Changes to Treat Warnings as Errors option ignored 20 years ago
Daniel Grunwald b9c23bedf7 Fix BooBinding solution file, minor C#->Boo conversion fix. 20 years ago
Daniel Grunwald 66a115d6ce Improved measuring of TreeGrid item width. 20 years ago
Mathias Simmack a01df87211 removed that little String hack from SearchPad.cs 20 years ago
David Srbecký 016c973473 Fixed SD2-471: Sorting of arrays in locals window is wrong 20 years ago
David Srbecký 5475eeea0d Function.GetSegmentForOffet is a bit more forgiving 20 years ago