800 Commits (3897fc0a335430593048267c5cb74d13db7c8efc)

Author SHA1 Message Date
Daniel Grunwald a4b35aaae6 Improved Boo VariableLookupVisitor. 20 years ago
Daniel Grunwald dd68c9529f Fixed SD2-750: Project templates should be able to include external files 20 years ago
Peter Forstmeier 174e374ccb Added SectionPrinting and SectionPrinted Event to BaseSection.cs 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
David Srbecký cbed3dc426 Added callstack cache (Fixes SD2-648) 20 years ago
David Srbecký d1c8d024f8 Steppers refactored 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
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
Peter Forstmeier ca6729d7e8 Cleanup some Interfaces 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
Matt Ward 106b0afcf0 Fixed SD2-733 - Index out of range exception when typing in an element end tag character inside the xml comments of a VB.NET class 20 years ago
Matt Ward d80ad0eb28 Added Alex Knip's patch to fix SD2-553 - Cannot Show Form Designer Grid. 20 years ago
Daniel Grunwald c3c8cc56f2 Applied forms designer assembly loading patch by Alex Prudkiy. 20 years ago
Daniel Grunwald 4a3ac892f8 Add compiler options panel for Boo. 20 years ago
Daniel Grunwald b229f6a798 Work around NCover bug (NCover strips quotation marks) 20 years ago
Daniel Grunwald cc81b04a03 Update to Boo 0.7.6.2175, adapted NRefactoryToBooConverter. 20 years ago
Matt Ward bfddb042ed SD2-727 - Null reference exception on running unit test. On running the test a second time the LoadAssemblyList method was invoking the callback without using the SafeThreadAsyncCall which meant the UpdateProjectTitles method was not being called until after the SelectTest call. The SelectTest method was then unable to match the project name with any node in the treeview. 20 years ago
Matt Ward 55777f300b SD2-581 - Unable to remove controls from toolbox using context menu. Toolbox context menu items remove, rename, move up, move down and delete are now working for forms designer specific tabs. 20 years ago
Matt Ward 0a70a4ed55 Autogeneration of xml comments no longer creates a returns element for constructors. 20 years ago
Matt Ward 9fb3aed842 SD2-427. The forms designer remembers which tools tab was selected on switching from the designer to the source code and back again. 20 years ago
Matt Ward f936c1c1b9 SD2-689 - Resource editor copy/paste. The resource editor now checks that the list item is not being edited and that the list view has focus before overriding the standard copy/paste behaviour when using keyboard shortcuts. 20 years ago
Matt Ward 2b08ae8c2b Fixed a null reference exception in the XML editor that occurs if the schema references an element that is not defined. 20 years ago
Matt Ward d88e98163f SD2-703. Main project menu now includes add new item, add existing item, add new folder and add mono reference menu options. 20 years ago
Daniel Grunwald 67bdeee0dd Update to Boo 0.7.6.2160. 20 years ago
Daniel Grunwald 9436451a2a Fixed indentation of VB "Namespace" constructs. 20 years ago
Peter Forstmeier 1a5c72995e Add Grouping (only one Column)to SharpReport, made some fixes from FxCOp 20 years ago
Daniel Grunwald 099643ef83 Fixed forum-5573: Error compiling projects created by VS 2005 for .NET 1.1. 20 years ago
Daniel Grunwald 4dbfac0f4e Fixed SD2-688: Selecting GAC list items in the Add Components dialog 20 years ago
Daniel Grunwald 23d5b75f68 Fixed crash when trying to view components in assembly Microsoft.VisualStudio.CommonIDE. (forum-5369) 20 years ago
Daniel Grunwald 493e792709 Fixed SD2-700: Exception when selecting AddIn Manager About option 20 years ago
Matt Ward af3c2e2d76 SD2-693 - ToolstripContainer designer loading problem. Applied Christian Hornung's patch that adds a Deselecting event handler for the IBaseViewContent interface, which is called before the view has been deselected, allowing the forms designer to read the correct ToolStripPanelVisible properties before the designed form is hidden. 20 years ago
Matt Ward 91dec8424b Fixed SD2-695. Unsetting a breakpoint when viewing an xml document no longer leaves red text behind. 20 years ago
Daniel Grunwald c78a1b2d48 Fixed exception when using Boo callable definition. 20 years ago
David Srbecký e5065b0a9e Some marshaling code moved to wrappers, optimized getting of unmanaged strings 20 years ago
David Srbecký 0fa3296466 Numeric values in debugger tooltips can be shown in hexadecimal 20 years ago
David Srbecký c5bf43c6ec Fixed wrapper bug: Wrapping of null now returns null 20 years ago
Daniel Grunwald 100f98a085 Boo CodeDomVisitor now supports TryCastExpressions 20 years ago
David Srbecký 9c152489e3 Fixed minor breakpoint bug 20 years ago
David Srbecký 028cb778bd Using unmanaged CorSym instead of System.Diagnostics.SymbolStore 20 years ago
David Srbecký 94f0f640d0 All autogenerated code moved to a Autogenerated directory 20 years ago
David Srbecký b0d4d404cb 'ref ushort' changed to IntPtr everywhere (it is string); Wrapper classes marked partial; Added note to generated files 20 years ago