2220 Commits (dc48a81a05fed51c3b6f497517fde4ebd693b131)

Author SHA1 Message Date
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
Daniel Grunwald ebaaf98ada Add missing dependencies for NSvn. 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
Matt Ward f97a1dae96 Validating .xsd files now uses the XmlSchema class which returns better error information. 20 years ago
Daniel Grunwald 9436451a2a Fixed indentation of VB "Namespace" constructs. 20 years ago
Daniel Grunwald 57e0fd209e SubversionAddIn now shows commands in the project pad context menu; TortoiseSvn is used to display the dialogs. 20 years ago
Daniel Grunwald f3c52672bd Update to new NSvn build. 20 years ago
Matt Ward d4ad2a79a6 SD2-464. Added projects and solutions options. 20 years ago
Peter Forstmeier 1a5c72995e Add Grouping (only one Column)to SharpReport, made some fixes from FxCOp 20 years ago
Daniel Grunwald d345513b3b Add Code Analysis AddIn (can control which FxCop rules to run). 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 dc25b74705 Applied IntermediateOutputPath patch by Jeremy Brayton. 20 years ago
Matt Ward ea64b543f7 SD2-675 - Left/right keys should move the cursor when displaying the code completion window. 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 3e7560380f Conditions are now supported in the <Runtime> section of the .addin files. This allows choosing different assemblies based on properties like ${Platform} (Win32 or Win64). 20 years ago
Daniel Grunwald 493e792709 Fixed SD2-700: Exception when selecting AddIn Manager About option 20 years ago
Matt Ward caa6fbc70c PInvoke form now uses the .NET framework's built-in combo box auto-complete, instead of implementing its own. 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 a994ab1fb1 Added support for NCover's attribute-based type exclusion (command line parameter //ea). The attributes that will be used to exclude methods or classes can be set in the code coverage project options. Excluded items will not be displayed in the code coverage pad. 20 years ago
Matt Ward 80f198e7fa Added format option to the XML menu which will format and indent the entire xml document. 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
Matt Ward e76aea7557 Added extra display options for Code Coverage Pad. Can now choose to show/hide the visit count list, optionally view the source code next to the coverage tree, or just display the tree on its own. 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
David Srbecký 569106c6ff Removed references to Debugger.Interop from main debugger code 20 years ago
David Srbecký a6012925b5 Added definitions and wrappers for Debugger Symbol Library 20 years ago
David Srbecký cb98342544 Moved MetaData wrapper 20 years ago
David Srbecký bff82fe039 Moved MetaData to Debugger.Wrappers.MetaData namespace 20 years ago
David Srbecký b6f515ba80 Worked on locking of files by debugger (keep track of all COM objects) 20 years ago
Matt Ward 5ff47c03b8 VB.NET projects can now target different versions of Microsoft's .NET framework. 20 years ago
Daniel Grunwald 872563323d Add Boo.InterpreterAddIn and SubversionAddIn. 20 years ago
Daniel Grunwald 7a95e8ead4 Update AssemblyInfo to version 2.1. 20 years ago
Daniel Grunwald 79222e01e9 Add HtmlPreview and ImageViewer sample AddIns. 20 years ago
Daniel Grunwald ae64d1e72e Applied patch by Christian Hornung: Forms designer resource loading 20 years ago