1726 Commits (6e2178b5b2cd2c184393ce7dca4a08a246fe3fe0)

Author SHA1 Message Date
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
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
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
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
Daniel Grunwald 0cd63b78df Fixed SD2-554: Enum members in output visitor 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 de36e77696 FileTypeRegisterer now uses HKCU\Software\Classes when there is no write access to HKEY_CLASSES. 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 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
Mathias Simmack a01df87211 removed that little String hack from SearchPad.cs 21 years ago
David Srbecký 016c973473 Fixed SD2-471: Sorting of arrays in locals window is wrong 21 years ago
David Srbecký 5475eeea0d Function.GetSegmentForOffet is a bit more forgiving 21 years ago
David Srbecký 645c22b31a Fixed SD2-482: First command line argument not passed to debuggee; 21 years ago
David Srbecký 9396ae6c8c Fixed Thread.Callstack yielding null. 21 years ago
Matt Ward fce237bd28 Fixed duplicate items in output pad due to race condition in CompilerMessageView. Addins that use the output pad changed to bring pad to front before adding messages to it. Added NAnt build file filter when opening files. 21 years ago
David Srbecký 352a57c1b0 Debugger tooltips are filled with real content. 21 years ago
Daniel Grunwald c7500d9f59 Fixed SD2-512: Form Designer cannot load "Color.FromArgb" definitions 21 years ago
David Srbecký d94907f1da Fixed SD2-505: Debugger freezes on StackOverflowException 21 years ago
David Srbecký e5b0912f94 Fixed obsolete warnings in debugger 21 years ago
David Srbecký a2187b2420 .NET 1.1 applications can be debugged 21 years ago
David Srbecký efb229d1ef StateControl refactored. Added WaitForPause() 21 years ago
Mathias Simmack 2ca271aaa4 Help 2.0: added a new checkbox to limit the search results for the current project language if a project is loaded; if not, the checkbox disappears. I was too lazy to build a new version of the translation database, but the strings are entered. 21 years ago
Daniel Grunwald c0cd40529b Fixed SD2-510: Deleting a file with local modifications 21 years ago
Mathias Simmack 755e0747f8 Thanks to Daniel. I forgot my other *Strip* thing, the ContextMenuStrip in TocPad.cs. The RendererChanged event works for it now. 21 years ago
Mathias Simmack ed4d112be0 Dynamic Help toolstrip now reacts to the RendererChanged event 21 years ago
Mathias Simmack 8c4f7acf08 Dynamic Help Toolstrip: ProfessionalColorTable used to color the toolstrip 21 years ago
Daniel Grunwald 9d3e4e8eab Some changes to resources / font loading. 21 years ago
Daniel Grunwald 07297e1268 Replace PostBuildEvent with MsBuild targets. 21 years ago
Daniel Grunwald 205b2efb02 SharpDevelop should now work on .NET 2.0 final. Implemented a workaround for SD2-485 (Compile solution not working with .NET 2.0 RC1). 21 years ago
Daniel Grunwald b55748e687 Add Boo.InterpreterAddIn. 21 years ago
Daniel Grunwald e2d20525d9 Improved BooBinding: 21 years ago
Daniel Grunwald e5964dbf6a Fixed problems with RegexpTk. 21 years ago
Daniel Grunwald cb19451039 Fixed SD2-496: TODO task entries removed after building solution. 21 years ago
Daniel Grunwald 09f1580e2a Add quotation marks around the post-build event batch file to fix compiling in paths containing a space. 21 years ago
Matt Ward 153c6eb444 NAnt addin now using SolutionOpen condition. 21 years ago
Daniel Grunwald e2abd3442e Add documentation for conditions, rename CombineOpen to SolutionOpen. 21 years ago
Daniel Grunwald bf9be4201b Add list with documentation about the doozers. 21 years ago
Daniel Grunwald 8a3241306b Fixed SD2-488: Highlighting editor does not work for addin-defined syntax modes. 21 years ago