267 Commits (213455988bbb6ff3849e6daa9c1cd339ac7f44db)

Author SHA1 Message Date
Justin Dearing e4f4a70f3c Updated resource strings. 17 years ago
David Srbecký bb1c30b9b6 All debugging options are stored in a special purpose class which is then serialized into the SharpDevelop properties file. 17 years ago
David Srbecký aee0bef040 Skip single-line properties during debugging 17 years ago
Justin Dearing 02bbecf0b6 Key icon for snk file. 17 years ago
Matt Ward 35b252484c After attaching to a process the stop menu will now show a dialog asking whether the process should be terminated or detached. 17 years ago
Matt Ward 5d69e1012e Attach to process dialog now can show or hide non-managed processes. 17 years ago
David Srbecký 866b0f92fe Added an options page for the debugger 17 years ago
Matt Ward 486fac00b6 FileUtility's NetFrameworkInstallRoot now returns the correct folder. 17 years ago
Matt Ward d0f467cf57 Added support for attaching the debugger to a running process. 17 years ago
Matt Ward 42622638f9 Added code coverage resource strings missing from project options. 18 years ago
Daniel Grunwald 7ef5417928 Fixed potential stack overflow in DockContentHandler.cs. 18 years ago
Matt Ward 048a4ba389 Updated string resources. 18 years ago
Matt Ward 71b08634a4 Added F# addin created by Robert Pickering. 18 years ago
Daniel Grunwald b48ee36f99 Fixed SD2-1381: Missing String Resources 18 years ago
Matt Ward 51434bc3d6 Added Unit Tests option panel available under Tools-Options-Tools. This can be used to specify extra command line arguments to nunit-console (e.g. /nothreadand /noshadow). 18 years ago
David Srbecký 3837cc88ec Updated string resources 18 years ago
Matt Ward 2dbc8bec00 Updated the WixBinding and SharpDevelop's installer to use WiX 3.0.3621.0 18 years ago
Matt Ward faad66f44a Added NAnt addin sample. 18 years ago
Daniel Grunwald 65ba1bf91a Prevent crash in DockPanel.FocusManager.Activate when active pane was removed (e.g. the pad that was active when SharpDevelop was closed does not exist anymore after an AddIn was removed manually or SharpDevelop was updated) 18 years ago
Daniel Grunwald 68bf3ac9f0 Looks like I only committed the src folder in rev. 2714, here are the missing changes. 18 years ago
Daniel Grunwald 5f9f3db75c Update string resources. 18 years ago
Christoph Wille 8fa6d50a29 Update a few SDR resources 18 years ago
Daniel Grunwald e0f2d941e8 Update string resources. 18 years ago
Daniel Grunwald 06388697e0 Update language resources. 18 years ago
Dickon Field ee8ff51b4f added icon for ServerTool 19 years ago
Christoph Wille 947fec9914 Updated language resource 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
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 1808336a1c Merged SD 2.1 rev. 2226:2312 to trunk. 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
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 eede8fa2ea Update string resources. 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 2be71f98f3 Implemented SD2-1212: Solution configuration editor 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
Markus Palme 98a8a27b7b removed shell.png from resource list 19 years ago
Markus Palme e1c3c5f792 cleanup 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 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