3022 Commits (91069acffda0aeb655b9a4d892fe714088e686ba)

Author SHA1 Message Date
Matt Ward f779d51cd1 Added patch by Christian Hornung. DesignerResourceService now complies with the SDK documentation and serves resource readers/writers at any time in any order. Localised resources now saved correctly. 21 years ago
David Srbecký 63f72c394f Added icons to debugger tooltips 21 years ago
David Srbecký b11865c0d2 Variables in Local Variables pad are expandable again. 21 years ago
David Srbecký 0e1ab4a415 Debugger SubVariables property moved from Value to Variable. 21 years ago
David Srbecký 7939a3daa5 Worked on Debugger.VariableCollection. Started redesign of local variables pad. 21 years ago
David Srbecký 18d989267c Added Debugger.Variable 21 years ago
Daniel Grunwald 91104f4152 Fixed SD2-559: Jagged arrays don't parse 21 years ago
Markus Palme d6990c235f correct comment prefix 21 years ago
Markus Palme 8764384554 xml comment insertion and completition for vb.net 21 years ago
David Srbecký 6f785e7cc0 Renamed debugger Variables to Values 21 years ago
David Srbecký f8928556af Fixed exception being handled twice. 21 years ago
David Srbecký 31eac65e8a Added VariableCollection.UpdateTo 21 years ago
Daniel Grunwald b100ff1fb0 Improved code completion for extension methods (currently only enabled for Boo). 21 years ago
Markus Palme aea5c1246a SD-538: vb.net specific text editor options not ported to corsavy 21 years ago
Daniel Grunwald af069a1f42 Add code completion for the "override" keyword. 21 years ago
David Srbecký c7463e54c9 Added public property Debugger to debugger objects. 'debugger' parameter of many constructors inferred from other parameters. 21 years ago
David Srbecký ab7901dbf5 VariableCollection made mutable 21 years ago
Daniel Grunwald 8d38544362 Fixed BOO-536: Forms Designer generated code has bad indentation. 21 years ago
Daniel Grunwald 71729d5352 Fixed SD2-557: .resx file becomes invalid when all resources are removed 21 years ago
Daniel Grunwald 6181a779b1 The boo CodeDomVisitor now supports local variables (needed for resource manager). 21 years ago
David Srbecký 5d757b2ecb PropertyVariable updated to new eval design. Variables can have 'magic' values and have OnValueChanged event. 21 years ago
David Srbecký 6e62dad949 Redesigned debugger evaluation interface 21 years ago
Matt Ward 06250b3697 Fixed SD2-480 - Forms designer supports localisation. 21 years ago
David Srbecký 0432df8966 Added methods for "Set current statement" to IDebugger 21 years ago
Daniel Grunwald 70810828fd Add "Set current statement" command to text editor context menu. 21 years ago
Matt Ward d7a76e3da1 Fixed SD2-484 - Designer verbs now displayed in forms designer. 21 years ago
Daniel Grunwald d0c6d2e5f2 Improved keyboard handling in form designer, typing text in the menu designer now works. 21 years ago
Daniel Grunwald 9128a01c7b Fixed SD2-544: Tooltip stays visible when user starts typing 21 years ago
Daniel Grunwald f0f15618f4 Form designer now uses default font for smart tag menus. 21 years ago
Matt Ward 963519101b Enabled Forms Designer Smart Tags. Designer Verbs menu item set to be of type Builder in the .addin file 21 years ago
Daniel Grunwald 0cd63b78df Fixed SD2-554: Enum members in output visitor 21 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. 21 years ago
Daniel Grunwald b842af5b4c Fixed some small bugs. 21 years ago
Daniel Grunwald db979be5f7 Improved C# to Boo converter. 21 years ago
David Srbecký 20f9f1925f Renamed namespace DebuggerInterop to Debugger.Interop 21 years ago
David Srbecký bcd6160f6d Renamed namespace DebuggerLibrary to Debugger 21 years ago
David Srbecký 5c439cd41b Code from DebuggerInterop moved to Interop 21 years ago
David Srbecký 8c4fbace89 Added headers to debugger interop 21 years ago
David Srbecký e9d7cf5110 Warning 108 suppressed in the release build of debugger 21 years ago
Daniel Grunwald eefbab6fb7 Applied form designer patch by Christian Hornung. Fixes SD2-522 and SD2-516. 21 years ago
Daniel Grunwald de36e77696 FileTypeRegisterer now uses HKCU\Software\Classes when there is no write access to HKEY_CLASSES. 21 years ago
Daniel Grunwald d9df3a65dd Fixed SD2-504: Explicit implementations of generic interfaces cause parser error 21 years ago
Daniel Grunwald 726e726308 Fixed possible StackOverflowException in BooBinding. 21 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. 21 years ago
Daniel Grunwald 0cfa16791c Add support for partial classes to the form designer. 21 years ago
Daniel Grunwald fa98de1bd8 Use shadows, improved colors for debugger tooltip. 21 years ago
Daniel Grunwald e71835b49f Fixed debugger tooltip grid. 21 years ago
David Srbecký 36c8a94de5 Exceptions handled properly in .NET 1.1 21 years ago
Daniel Grunwald bf408d7f26 Fixed SD2-509: Form Designer duplicates first line of code 21 years ago
Daniel Grunwald b9c23bedf7 Fix BooBinding solution file, minor C#->Boo conversion fix. 21 years ago