1239 Commits (947d73507622594f2b331f32da73a09d3c7a34c5)
 

Author SHA1 Message Date
Daniel Grunwald 67bdeee0dd Update to Boo 0.7.6.2160. 20 years ago
Daniel Grunwald 9893583080 When DebugType property doesn't exist, use value of DebugSymbols. This prevents SharpDevelop from resetting DebugSymbols to false on imported projects. 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
Matt Ward 68ec2bea24 Fixed format exception when adding a reference to a COM library that has version numbers which are characters rather than numbers. 20 years ago
Daniel Grunwald b1945c6366 Merged Corsavy r1183:1195 to trunk: 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
Daniel Grunwald e9c13c09e1 Fixed SD2-711: Clear all bookmarks menu option selected when bookmarks pad not visible 20 years ago
Daniel Grunwald e378b90e2e Fixed exception when opening a solution containing web projects. 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
Matt Ward 3ae2408380 SD2-710 - Unable to add a web reference by browsing to a wsdl file when entering a file path (e.g. 'file:///C:/Projects/MyService.wsdl'). The web service discovery code no longer assumes the received response is a HttpWebResponse object. 20 years ago
Daniel Grunwald 17c49a84b4 Fixed forum-5561: Preferences not saving if path exceeds certain length 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
Daniel Grunwald 94d339bf97 Improved VB -> C# converter. 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 35d50ec12e Merged Corsavy r1166:1183 to trunk: 20 years ago
Matt Ward 374b7737d2 SD2-704. The find next button is set to be the default button on the search and replace dialog. 20 years ago
Daniel Grunwald 4dbfac0f4e Fixed SD2-688: Selecting GAC list items in the Add Components dialog 20 years ago
Daniel Grunwald 579134aeec Fixed SD2-676: Code completion for a class with many methods can be slow 20 years ago
Daniel Grunwald 5b7822936a Applied patch by John Simons: Closing an open file tab returns focus to the previously focused tab. 20 years ago
Matt Ward 0dac40f144 Fixed SD2-662, SD2-664 - Replace all inserting incorrect text or getting stuck in an infinite loop. The search and replace manager was replacing the text twice if the document was open in SharpDevelop. 20 years ago
Daniel Grunwald 7d9df59085 Fixed forum-5455: Importing old Visual Studio projects with non-ASCII characters in system encoding fails. 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 05aa4c4885 Fixed exception when loading a project when a referenced library was missing dependencies. 20 years ago
Daniel Grunwald 493e792709 Fixed SD2-700: Exception when selecting AddIn Manager About option 20 years ago
Daniel Grunwald d0ccf4ffd3 Add generic overload of BuildItems. 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 bac1a5a209 Merged Corsavy r1138:1166 to trunk. 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
Matt Ward 17aa48e709 Modified the MonoCompilerTask class (base class for all mono compiler tasks) so it uses Microsoft's ToolTask class to run the compiler instead of doing all the work itself. 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ý eca3af15fc Forgot to commit modified WrapperGenerator 20 years ago
Matt Ward 9d52c21a2e VB.NET projects can now target Mono via the MonoBasic compiler. All Mono compiler command lines now logged and can be seen when running MSBuild from the command prompt. Added Gtk# project and file template for VB.NET. 20 years ago
Daniel Grunwald 34d3939142 Add quotation marks to batch files -> fixes build if the SharpDevelop path contains a space 20 years ago
David Srbecký 94f0f640d0 All autogenerated code moved to a Autogenerated directory 20 years ago