400 Commits (a2469ef84da4a4748bb5e6572485058416b8a954)

Author SHA1 Message Date
Daniel Grunwald fa98de1bd8 Use shadows, improved colors for debugger tooltip. 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
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
David Srbecký 645c22b31a Fixed SD2-482: First command line argument not passed to debuggee; 20 years ago
David Srbecký 9396ae6c8c Fixed Thread.Callstack yielding null. 20 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. 20 years ago
David Srbecký 352a57c1b0 Debugger tooltips are filled with real content. 20 years ago
Daniel Grunwald c7500d9f59 Fixed SD2-512: Form Designer cannot load "Color.FromArgb" definitions 20 years ago
David Srbecký d94907f1da Fixed SD2-505: Debugger freezes on StackOverflowException 20 years ago
David Srbecký e5b0912f94 Fixed obsolete warnings in debugger 20 years ago
David Srbecký a2187b2420 .NET 1.1 applications can be debugged 20 years ago
David Srbecký efb229d1ef StateControl refactored. Added WaitForPause() 20 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. 20 years ago
Daniel Grunwald c0cd40529b Fixed SD2-510: Deleting a file with local modifications 20 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. 20 years ago
Mathias Simmack ed4d112be0 Dynamic Help toolstrip now reacts to the RendererChanged event 20 years ago
Mathias Simmack 8c4f7acf08 Dynamic Help Toolstrip: ProfessionalColorTable used to color the toolstrip 20 years ago
Daniel Grunwald 9d3e4e8eab Some changes to resources / font loading. 20 years ago
Daniel Grunwald 07297e1268 Replace PostBuildEvent with MsBuild targets. 20 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). 20 years ago
Daniel Grunwald b55748e687 Add Boo.InterpreterAddIn. 20 years ago
Daniel Grunwald e2d20525d9 Improved BooBinding: 20 years ago
Daniel Grunwald e5964dbf6a Fixed problems with RegexpTk. 20 years ago
Daniel Grunwald cb19451039 Fixed SD2-496: TODO task entries removed after building solution. 20 years ago
Daniel Grunwald 09f1580e2a Add quotation marks around the post-build event batch file to fix compiling in paths containing a space. 20 years ago
Matt Ward 153c6eb444 NAnt addin now using SolutionOpen condition. 20 years ago
Daniel Grunwald e2abd3442e Add documentation for conditions, rename CombineOpen to SolutionOpen. 20 years ago
Daniel Grunwald bf9be4201b Add list with documentation about the doozers. 20 years ago
Daniel Grunwald 8a3241306b Fixed SD2-488: Highlighting editor does not work for addin-defined syntax modes. 20 years ago
Daniel Grunwald 3ad811d6da Add missing file headers. 20 years ago
Daniel Grunwald 5ab533f75d Added compilation support to BooBinding. 20 years ago
Matt Ward 916110e75e Added NAnt addin from SharpDevelop 1.1/Fidalgo. 20 years ago
Daniel Grunwald 7acfbfc9b4 Delete old ProjectImporterExporter addin. 20 years ago
Matt Ward b63c53a432 Fixed SD2-476. Goto definition now works for unit tests in a test fixture containing a SetUp method. 20 years ago
Matt Ward a81823f683 GotoDefinition executed when double clicking an MbUnitPad test tree node. 20 years ago
Mathias Simmack 23a9e07147 Help 2.0: fixed a bug when selecting the previous or next topic button (browser) with a hidden TOC control; there was an exception because, of course, there was no selection in the TOC control. Now I use the Get*FromUrl method with the current browser URL. btw: some other things changed 20 years ago
Daniel Grunwald b473396c67 Fixed SD2-420: Non-generic classes and generic classes with the same name collide in the DOM. 20 years ago
Daniel Grunwald fab76749c4 Fixed code completion bug regarding events. Fixed "run unit test in debugger". 20 years ago
Daniel Grunwald 8afa7cc805 Allow references to unbound types in typeof/GetType expressions. 20 years ago
Mathias Simmack 516bf184bf dynamic help: needed to fix the Win32 resource... Hm... 20 years ago
Mathias Simmack f29a415f04 dynamic help: HTML and PNG images included as Win32 resource 20 years ago
Daniel Grunwald 56f0ee8610 Handle exceptions in ICSharpCode.Svn.HistoryViewPanel.GetLogMessages 20 years ago
Daniel Grunwald 04c0bebd07 The "Load solution" and "New solution" buttons on the start page now work even when JavaScript is disabled in Internet Explorer. 20 years ago
David Srbecký 47adfb89f7 Fixed bug that prevented recompiling due to files locked by the debugger 20 years ago
Matt Ward e928f20176 MbUnit Pad additions - Goto definition implemented, error list displayed after a test run with errors, and after a build the test tree auto-refreshes. 20 years ago
Mathias Simmack b805da617f Help 2.0: solution structure changed (you can enable the Dynamic Help by copying the new Addin file) 20 years ago
Mathias Simmack 7c59ad1435 dynamic help: some improvements, works with expressions now (ignores documents with more than 1 DevLang attribute) 20 years ago