1944 Commits (0e274e98a829e74ac1b5a5ac39831bad1aa06c71)
 

Author SHA1 Message Date
Matt Ward d637ec546e Added ResourceToolkit addin to installer. 19 years ago
Daniel Grunwald 7936cdc4dc Fixed SD2-1048: Fully qualified names base types are added after 'global::' as keywords Converting from VB to C#. 19 years ago
Matt Ward cb9957ac4c Fixed warning about unused field in XML Editor addin. 19 years ago
Daniel Grunwald 0d14714a98 Fixed SD2-1136: File changed externally message only appears when SharpDevelop loses focus 19 years ago
Daniel Grunwald 26fad390b9 Include NodeTrackingAstVisitor in NRefactory. 19 years ago
Daniel Grunwald a1b74dfb38 Add ResourceToolkit AddIn (from hornung.dynalias.com/svn/resourcetoolkit/trunk, rev 70). 19 years ago
Daniel Grunwald 7f16f7249c Simple solution configuration editor (adding/removing configurations not yet supported) 19 years ago
Matt Ward f6f8fe0c62 Fixed SD2-1147. All parameters used in WiX xpath queries have any special XML characters encoded. 19 years ago
Daniel Grunwald 41de00fe68 Fixed SD2-1094: Compact Framework GetDeviceFrameworkPath task failing 19 years ago
Matt Ward dd53177cd5 The XML Editor now correctly detects that the schema associated with a file extension has been changed and updates any open xml documents. In the original code the property name had been changed but the XmlView was watching for property changed events for the old name. 19 years ago
Scott Ferrett 4936318a7f Dlls are not backwards compatible beyond build 1751 due to name space change for ParserService 19 years ago
Matt Ward 3f2e742b70 WiX Setup Files property grid now has a file browser and drop down lists with possible attribute values based on the WiX schema. 19 years ago
Markus Palme 165f9fe9e5 patch from Troy Simpson improving gutter selection 19 years ago
Matt Ward e6682a2264 Can now generate new guids from the Setup Files property grid. 19 years ago
Matt Ward 0c7e97bd26 Fixed incorrectly named NAnt.addin file in installer. 19 years ago
Matt Ward 9043a2345f Fixed SD2-1139 - Text editor mouse position incorrect in status bar. The line, column and character positions in the status bar were being set in two different places by slightly different code and in the TextEditorDisplayBinding and the XmlView the positions were off by one. 19 years ago
Daniel Grunwald 8c3f088c3e CecilReader was incorrectly marking interface members as private. 19 years ago
Markus Palme b0d238f8c8 patch from Troy Simpson improving texteditor gutter selection behaviour 19 years ago
Matt Ward ce3eec7604 Fixed SD2-1134. A user friendly error message is now shown if the NAnt executable cannot be found or the path specified is invalid. 19 years ago
Christoph Wille 18af146e39 --START 1139 added to Tools.build so that the change log only contains change information for v2.1 19 years ago
Matt Ward 9dfd0c33e9 Fixed SD2-1119. When creating a schema from an XML document any XmlSchemaInferenceExceptions are now caught and displayed in the error list window. 19 years ago
Markus Palme 75823df6c4 SD2-1070: No code templates for VB. 19 years ago
Matt Ward 6622110ccf Fixed SD2-1090. Spaces are now trimmed from the project name when creating a new project. 19 years ago
Matt Ward 8a1e9ad624 SD2-1002. Right clicking in the text editor no longer extends the text selection. 19 years ago
Matt Ward e4b751a225 Fixed SD2-1115. In the WiX project options the compiling tab now has a vertical scrollbar. 19 years ago
Matt Ward f89bc1b773 Changed the incremental search wrapping behaviour. It now wraps around to the start of the document with any length of search string. Previously it would not wrap around if a character had been matched already. Code completion is now temporarily disabled whilst incrementally searching. Typing in a code completion character was previously stopping the search. Added some missing incremental search resource strings. 19 years ago
Markus Palme 3e436eb1d7 SD2-900: Reloading non existant file throws exception 19 years ago
Markus Palme 79df003c54 SD2-835: Creating a regex assembly with an invalid filename throws an error 19 years ago
Markus Palme 76e6c81234 SD2-1047: Quick XML doc not implemented for VB.NET comments 19 years ago
David Srbecký 57052244bc Fixed SD2-1117: Local variables pad throws exception in debugger. 19 years ago
Markus Palme c1712fc7c4 combination of --START and --REVISION parameter is possible 19 years ago
Matt Ward d2a822d9b1 Fixed SD2-1043. Can now open auto-hide pads using their keyboard shortcuts. 19 years ago
David Srbecký 10e4518ce1 Fixed SD2-1116: Local variables pad is not updating its content properly when the code is being steped into, generating an exception in the debugger. 19 years ago
David Srbecký 5e82cc6daa Fixed SD2-1114: Debugger throws exception when a null event argument is used. 19 years ago
David Srbecký 5e51e69c22 Fixed SD2-1111: Debugger's form can be shown after the debug process has been stopped 19 years ago
David Srbecký 91f24720fa Fixed SD2-1109: Stack OverFlow exception in code makes the debugger throw an unhundled exception. 19 years ago
Matt Ward 284934c8d2 Fixed failing WixBinding test AddWixProjectNodeTestFixture by adding missing fixture setup code to initialise the string resources. 19 years ago
David Srbecký a59c9dddec Fixed SD2-1096: Moving mouse over com object whilst debugging unit test throws a ComException; 19 years ago
Matt Ward 1eddd435a2 Updated to NUnit 2.2.8. Commented out SharpDevelop tests that no longer compile. Removed all occurrences of %3B from project files. Added a probing binary path to SharpDevelop's app.config pointing to the location of the NUnit assemblies. This allows the Unit Testing window to work without needing NUnit added to the GAC. 19 years ago
David Srbecký 2f1aae67ea Fixed SD2-1033: Debugger locking assemblies 19 years ago
Markus Palme 4d851cb562 svn changelog conversion tool supports a parameter --START that specifies the start revision. 19 years ago
Matt Ward d360f45d1e Added missing ReportExplorer pad and renamed SharpServerTools pad and ClassBrowser pad in the UI layouts. 19 years ago
Matt Ward 2c809483d2 Added SharpDbTools and SharpServerTools to the SharpDevelop installer. 19 years ago
Matt Ward a0205ce2ac Removed reference to Extensibility assembly in SharpServerTools. Set the correct output path for release builds in the SharpServerTools and SharpDbTools projects. 19 years ago
Matt Ward 771d8a6e3c Fixed null reference exception when attempting to show a tooltip for the XSLT Output window. 19 years ago
Peter Forstmeier 0bdc450f18 Refactoring to use code from SharpReportCore\Printing in Exporters 19 years ago
Christoph Wille 58525633b9 Forgot that SharpServerTools changes were made in this file too 19 years ago
Christoph Wille 7d41c124ae Removed SharpServerTools 19 years ago
Matt Ward d56c2816d9 Added SharpServerTools to SharpDevelop installer. 19 years ago
Matt Ward cc767e026e Fixed SD2-1061. Creating an XML schema from XML that had a child element with the same name as one of its parents failed due to a limitation of the .NET Framework's DataSet.InferXmlSchema method. Changed the code so it now uses the XmlSchemaInference class (new in .NET 2.0). This class handles multiple namespaces and will generate a schema for each namespace. 19 years ago