235 Commits (19c7359b57e84833f8484e8f8d545050210ead98)

Author SHA1 Message Date
Daniel Grunwald f7b2d45b7f Add AddInWritingHelp.txt to project templates creating SharpDevelop AddIns that point to the documentation in the wiki. 19 years ago
Daniel Grunwald 74f21e68ab Remove [STAThread] from C# compact framework project template. 19 years ago
Christoph Wille 947fec9914 Updated language resource 19 years ago
Justin Dearing 2ec6b50c05 Added Apache 2.0 License 19 years ago
Matt Ward c60589e19b Updated string resources. Added Chinese Simplified (cn-gb) to the list of available languages. 19 years ago
Daniel Grunwald d70442897c Remove .xml code template - the xml editor does not support templates. 19 years ago
Matt Ward 7cc6ec8258 Fixed SD2-1024. The user can no longer close SharpDevelop when it is running a build and a message is displayed when this is attempted. 19 years ago
Matt Ward 633af69129 Updated to SharpDevelop Reports 2.1.0.98 19 years ago
Matt Ward 78ff251b97 Removed Run All Tests context menu item from Unit Tests window. Code coverage window opened after all tests have been run with code coverage and there were no test failures. No longer using a static NCover runner which was raising events in two RunTestWithCodeCoverageCommand instances (toolbar, context menu) and causing one to try to read a test results file which no longer existed. 19 years ago
Matt Ward 47dbaf6529 Unit Tests window changes: It now has an All Tests root node when multiple test projects exist in a solution. Added a toolbar button and menu item to run all the tests in the solution independent of the currently selected test. Added a run with code coverage toolbar button. 19 years ago
Daniel Grunwald 5e9379e6a1 Refresh assembly project contents when adding a reference. 19 years ago
Justin Dearing a1a53eeb43 I cleaned up the tabs for the ConfigurationElement.cs(Section|Collection|Element) xtf files. Cleaned up the comments in the associated .cs files. Also added contructor code to ConfigurationSection to all the section to appear in user.app. 19 years ago
Matt Ward 6962c12d53 Fixed SD2-862. The highlighting editor now supports the singleword attribute on begin and end spans. 19 years ago
Matt Ward 415293947c Updated to WiX 2.0.4820.0. Modified wix.targets so WiX libraries (.wixlib) can be built and incremental builds now work. 19 years ago
Matt Ward 4767b24e72 Added a new icon for Component tree nodes in the WiX Setup Files editor. 19 years ago
Daniel Grunwald ff2a4f26f0 Fixed forum-14286: exceptions thrown when trying to create WPF application without .NET Framework 3.0 installed. 19 years ago
Daniel Grunwald 2c108be5e5 Add project template for creating a custom tool AddIn. 19 years ago
Daniel Grunwald eede8fa2ea Update string resources. 19 years ago
Daniel Grunwald 2c42782129 Update to Boo revision 2371. 19 years ago
Daniel Grunwald 61ee98484d Add strings from subversion AddIn to translation database. 19 years ago
Daniel Grunwald 69906811f8 Add Portuguese string resources. 19 years ago
Daniel Grunwald 78ac392101 Fixed SD2-1228: Find references dialog title includes ampersand character 19 years ago
Daniel Grunwald 0224841f29 Move base class reference (:Form) from Designer file to main file. 19 years ago
Daniel Grunwald ede45e4e67 Fixed SD2-849: AddIn.xsd schema is not valid 19 years ago
Daniel Grunwald 2be71f98f3 Implemented SD2-1212: Solution configuration editor 19 years ago
Daniel Grunwald 422578071a Fixed SD2-1196: Compact Framework support for VB 19 years ago
Justin Dearing 199b85814e Fixed the template icon. 19 years ago
Daniel Grunwald 8a4efd80bc Fixed adding new files to project. 19 years ago
Daniel Grunwald dcaf24c04d Implemented SD2-1183: Use MSBuild libraries 19 years ago
Matt Ward d3660f512f The Unit testing addin now uses the customised nunit-console.exe to run all unit tests. The TestTreeView no longer uses the NUnit tree view and now determines the unit tests dynamically based on the information retrieved from the parser. 19 years ago
Justin Dearing 31d6fab63f File content for ConfigurationElement, ConfigurationElementCollection and ConfigurationSection moved to separate .cs files. This prevents duplicate content as ConfigurationSection implements ConfigurationElementCollection and ConfigurationElementCollection contain ConfigurationElement. 19 years ago
Justin Dearing 62979f29b7 Added File templates for ConfigurationElement ConfigurationElementCollection and ConfigurationSection 19 years ago
Markus Palme 3f70bb7938 removed old components from data tab 19 years ago
Daniel Grunwald fd2977e83d Pass SideBar tab headers to StringParser. 19 years ago
Markus Palme 98a8a27b7b removed shell.png from resource list 19 years ago
Markus Palme e5bddcf157 cleanup; fixed the build 19 years ago
Markus Palme e1c3c5f792 cleanup 19 years ago
Markus Palme 91f92a19f2 cleanup 19 years ago
Markus Palme 9c565052a2 removed the tip of the day dialog 19 years ago
Matt Ward 4a197ee962 Adding child elements, inserting elements before and after the currently selected element are now possible in the XML tree editor. 19 years ago
Daniel Grunwald 6f8dff4b67 Fixed various translation issues. 19 years ago
Matt Ward 4db70538d8 Adding and removing attributes from the XML tree editor is now possible. 19 years ago
Matt Ward 7c91f4078b Minor modifications to the C# unit test temlate - Using statements are now in alphabetical order and the .Tests string is no longer appended to the unit test class namespace. 19 years ago
Matt Ward 90c22712b4 Updated to use NAnt 0.85 schema. 19 years ago
Matt Ward 98eec4f64b Added new WiX Setup Files Diff feature. The Setup Files pad can now show the difference between the files defined in the setup and the files that actually exist on the file system. Changed the WiXProject class so only WiX source files .wxs and WiX include files .wxi have their build action set to Compile when new files are added to a WiX project. 19 years ago
Daniel Grunwald 083b5340a2 Fixed SD2-990: Allow to specify path to FxCop in the options 19 years ago
Christian Hornung 5f78877937 ResourceToolkit: Added a ToolBarCheckBox to the unused resource keys view to filter out the ICSharpCode.Core host application resources. Improved performance when the list view is filled. 19 years ago
Matt Ward 3077ad3351 Updated NAnt schema to 0.85 RC4. 19 years ago
Matt Ward 2f1fc818f1 Updated WiX to 2.0.4415.0 19 years ago
Daniel Grunwald a1b74dfb38 Add ResourceToolkit AddIn (from hornung.dynalias.com/svn/resourcetoolkit/trunk, rev 70). 19 years ago