487 Commits (0365a3f26c4f95c3b0ae8a7ca6b7637ec2ca72ab)

Author SHA1 Message Date
Daniel Grunwald 06388697e0 Update language resources. 18 years ago
Justin Dearing a2c2dbe784 The static Main call is now in a seperate Program.cs file. 18 years ago
Justin Dearing e77880dc9f Both WPF templates get their AssemblyInfo from the same source. 18 years ago
Justin Dearing 3efdfb29c3 web pages are now xhtml compliant. 18 years ago
Daniel Grunwald 6beeb1734d Move P/Invoke calls to NativeMethods.cs. 18 years ago
Justin Dearing 0128413e2b Fixed Resource string on EmptyClass IsSealed property. 18 years ago
Justin Dearing 028cc78585 Added app.config template. 18 years ago
Dickon Field ee8ff51b4f added icon for ServerTool 19 years ago
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
Daniel Grunwald bcd8c950a5 Merge SharpDevelopResources. (Note: the commit log of 2333 is wrong, the merge was 2312:2332) 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 a594307239 Some XML documentation for ICSharpCode.Core. 19 years ago
Daniel Grunwald 934c1d479b Fixed resource editor. 19 years ago
Daniel Grunwald 1808336a1c Merged SD 2.1 rev. 2226:2312 to trunk. 19 years ago
Daniel Grunwald 15d7aadd27 Worked on SD2-1234: Create common way to handle in-memory representations of files that have multiple views. 19 years ago
Daniel Grunwald 5e9379e6a1 Refresh assembly project contents when adding a reference. 19 years ago
Justin Dearing 43578a95b0 A pattern for implementing a ConfigurationCollection for storing recently opened files in your application. Its a good starting point. 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
Justin Dearing 6bfdd31a45 Fixed a comment. 19 years ago
David Srbecký 4b285226c2 Updated string resources 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