1240 Commits (2.0-Beta3)
 

Author SHA1 Message Date
David Srbecký 408b372656 Fixed expanding of variables while property evaluation is in progress 19 years ago
David Srbecký 6e6d73f924 Ignore events during property evaluation 19 years ago
David Srbecký d3fc9d2c9d Bugfix: Exception history fixed 19 years ago
David Srbecký 7210557a1f Implemented SD2-694: Keyboard shortcut to toggle breakpoints 19 years ago
Daniel Grunwald 8022c21c7e Boo: Support code completion on variables declared in a UnpackStatement. 19 years ago
David Srbecký e0c1f3ff64 Fixed Forum-6652: Arrays make use of corHandleValue 19 years ago
Daniel Grunwald 4a0d17cd67 Update StringResources 19 years ago
Christoph Wille 0a28938bc2 B3 Revision of Setup 19 years ago
David Srbecký 610feddbf7 Bugfix: Evals forced to expire on debuggee state change 19 years ago
David Srbecký e8635b78da Fixed Forum-6561: Base classes take over corHandleValue 19 years ago
David Srbecký 65b636ca71 Fixed Forum-3288: Exception when Threads pad opened for running application 19 years ago
David Srbecký 90d0eeeb0f Bugfix: Callstack disappeared on property evaluation 19 years ago
Daniel Grunwald 529a95b46c Update to Boo 0.7.6.2215 19 years ago
Daniel Grunwald a4b35aaae6 Improved Boo VariableLookupVisitor. 19 years ago
Daniel Grunwald f1d113d32c Fixed SD2-692: Refactoring submenu not available when right clicking on MethodResolveResult 19 years ago
Daniel Grunwald dd68c9529f Fixed SD2-750: Project templates should be able to include external files 19 years ago
Daniel Grunwald 73a9ab7d0c Fixed SD2-752: Exception when classes use "global::" as base class reference 19 years ago
Peter Forstmeier 174e374ccb Added SectionPrinting and SectionPrinted Event to BaseSection.cs 19 years ago
David Srbecký f7b2d83551 Keyboard short-cuts work in fullscreen (SD2-707); 20 years ago
David Srbecký 2695cb2dca Fixed SD2-645: Process was terminated error when using debugger; (walkaround) 20 years ago
David Srbecký b35128cb8b Implemented showing of properties of properties in debugger 20 years ago
David Srbecký 436025b78c Refactored some long anonymous methods 20 years ago
Daniel Grunwald 43a84fc82d Fixed SD2-743: Double clicking NUnit console errors in output window does not open up corresponding file 20 years ago
David Srbecký cbed3dc426 Added callstack cache (Fixes SD2-648) 20 years ago
Daniel Grunwald b69a14156d Fixed SD2-746: Bookmark all button on search dialog does nothing 20 years ago
Daniel Grunwald e22aa37319 Fixed SD2-748: Files Window throws an exception when copying a file 20 years ago
David Srbecký d1c8d024f8 Steppers refactored 20 years ago
Matt Ward c994982afc SD2-741. The active workbench window is no longer changed when switching between different layouts. 20 years ago
Daniel Grunwald 9763dbbc54 Fixed SD2-739: Incomplete VB class definition causes resolver crash 20 years ago
Daniel Grunwald 1a6fa98461 Added simple ASPX syntax highlighting, added Web application project template by Tom Schröter. 20 years ago
Matt Ward f93aa9c02d SD2-567. Implemented search and replace inside the current text selection. 20 years ago
Daniel Grunwald 98e7ddff44 Comment positions inside enum are preserved (forum-6415). 20 years ago
David Srbecký e232f55c7c Minnor bugfixes 20 years ago
David Srbecký 48adfe8ff3 Fixed callstack browsing; Moved some exception history code 20 years ago
David Srbecký 25af9021c2 Refactoring debugger pads - all pads are based at DebuggerPad 20 years ago
David Srbecký 4bb60397c7 Current* functions renamed to Selected* and modified to simple read/write properties. 20 years ago
Daniel Grunwald 69df449dd5 Fixed SD2-735: Assemblies with methods having a "where T: IEquatable<T>" constraint crash SharpDevelop 20 years ago
David Srbecký 610f738f4c Created classes to keep debugger state. State changes to paused for whole callback 20 years ago
David Srbecký 6955acf53e Forgot to commit modified WrapperGenerator 20 years ago
David Srbecký 693b30b158 Debugger explicitly releases pdb files 20 years ago
David Srbecký c8c690a19a Fixed SD2-708: Cannot set breakpoints in .NET 1.1 applications 20 years ago
Matt Ward ee09be29e9 Right clicking in the icon bar margin will now only show the text editor context menu. Previously the bookmark menu was being shown followed by the text editor context menu. 20 years ago
Peter Forstmeier ca6729d7e8 Cleanup some Interfaces 20 years ago
Matt Ward 193486b9a3 SD2-702 - Importing an old project that is read-only throws an unhandled exception. The unauthorized access exception is now caught and an error message is displayed to the user. 20 years ago
Matt Ward 4808223c7b SD2-378. Selected item's text in bookmark, breakpoint and search results pad now displayed using SystemColors.HighlightText. 20 years ago
Matt Ward 985dfffb70 SD2-413 - Bookmark marker not redrawn correctly after being partially covered by another window. 20 years ago
Matt Ward b132233e3e SD2-718 - Search finding a match in a resx file causing an invalid cast exception when trying to convert the resource editor to an ITextEditorControlProvider. Resource files are now excluded from searches. Excluded file extensions defined in ICSharpCode.SharpDevelop.addin. SearchReplaceManager now handles the situation where a view cannot be converted to an ITextEditorControlProvider. 20 years ago
Peter Forstmeier 215cdb9a72 Added IDataNavigator.cs, small changes in DataHandling and formatting 20 years ago
Peter Forstmeier 4d52821474 RowItem is used as a Container for ReportItems. This make's it possible to frame Lines of Data or give them a different BackGroundColor 20 years ago
Peter Forstmeier 26510b5bba New Icon for SharpReport 20 years ago