Daniel Grunwald
8b127a3434
Use template file for SharpDevelop.exe.config to prevent Subversion conflicts.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1146 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
6e1d43f2d7
Upgrade to DockPanel Suite 1.0.0.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1145 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
872563323d
Add Boo.InterpreterAddIn and SubversionAddIn.
...
Use separate directory for storing settings.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1140 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
7a95e8ead4
Update AssemblyInfo to version 2.1.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1139 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
0276c9c9de
Update StringResources
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1134 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
8c9051f865
Exclude all languages with more than 600 missing translations.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1131 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
b9ad571bde
Rebuilt Bitmap resources so new SharpReport icons are accessible through the ResourceService.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1111 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
fb130e19bd
Added missing string resources for Code Coverage addin.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1072 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
94d5e5bc08
Switch from MbUnit to NUnit:
...
Fixes SD2-621 (ExpectedException test failure not added to error list), SD2-408 (Add "Run Test" to member bookmark), SD2-618 (Run test fixture in console with debugger shows no output).
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1069 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
a2469ef84d
Added code coverage addin - supports NCover.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1057 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
42dcc8da05
Patch by Scott Ferrett: List of project file extensions to open when the file was specified on the command line was hardcoded to csproj,vbproj,booproj; now it can be extended using the AddIn tree.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1055 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
8cad70aec9
Fixed exception when renaming project while project options are opened.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1040 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
217f008544
Add some strings to the translation database.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1024 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
f1941afc91
Put more strings into the translation database.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1016 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
a3c3230123
Added some strings to the translation database.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1010 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
e29ae4dd10
User is now prompted for discovery credentials when adding or refreshing a web reference if the server returns a Http status of 401 (Unauthorised). Tested with basic and NT authentication.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1005 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
651d370758
Added SharpReport
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1001 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
dac4be9a65
Added SharpQuery.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@993 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
787617378c
File and project template categories can now specify a sort order if required. Defaults to sorting by category name. Updated string resources for new templates.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@990 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
8e50d97126
Fixed exception on startup because the splash screen was initialized too early in release builds (creating forms in a static constructor is not a good idea).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@989 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
cf8f7e43f2
Added project converter (C# <-> VB -> Boo). Project settings are currently not converted.
...
Replaced most ToLower() and ToUpper() calls with ToLowerInvariant() and ToUpperInvariant(), or with string.Equals(, StringComparison.OrdinalIgnoreCase). This fixes file name comparisons in cultures with different ToLower/ToUpper rules.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@988 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
7aed280b1f
Applied patch by Alex Prudkiy: fixes loading the forms designer when the file contains multiple classes.
...
Adjusted AssemblyInfo for 2006.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@987 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
191510b4bc
Reset accidentally modified assembly info version numbers.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@984 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
5d68029091
Added support for Mono's GAC. Added Gtk# and Glade# project templates. Project templates can now clear any imports added by default. Improved code completion for Mono GAC assemblies with dependencies.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@983 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
3013f698f3
Implemented right-to-left mirroring for dialogs and the main menu.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@961 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
533efc470c
Added support for web references.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@955 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
b41e5513ed
Fixed SD2-463: Visibility of undocked panels.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@952 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
3e5e04f05d
Reset assembly info version number (see doc\technotes\Versioning.html for details)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@924 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Christoph Wille
c5d228d6e8
Beta 1 preparations
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@923 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
9a4be967df
Changed license in about dialog to LGPL.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@920 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
fe66f16b43
Changed splash screen.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@918 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
32abb6ee5a
Change file header.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@915 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
59a5ede785
Fixed SD2-607: Null Reference exception on closing form designer.
...
Applied text editor IME patch by Shinsaku Nakagawa and form designer unloading patch by Christian Hornung.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@910 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
627e61507f
Update language resources.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@898 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
2e2e17e634
Fixed SD2-595: Replace in files must use same Encoding detection as text editor
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@878 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
65777d486d
Update to NDoc 1.3.1-v11 from http://jonas.lagerblad.com/blog/?p=4 (unofficial version that works with .NET 2.0)
...
Now NDoc can be started with the command "Project > Build documentation with NDoc".
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@869 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
2cff0d9e07
Added context menu to AddInManager, put strings into translation database. Chloë (GeneralWizardBackground.png) now uses alpha transparency and looks great in different color profiles.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@814 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
9158302376
Improved AddInManager (updating AddIns now works correctly).
...
Form Designer now no longer rewrites fields without modifier, patch by Christian Hornung.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@812 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Markus Palme
7701bf5ea4
added icons for the debugger pads. they are not perfect but at lease distinctable.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@811 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
dd7dcdbb0a
Added support for installing and uninstalling user AddIns.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@809 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
49b9f18bb1
Check dependencies when enabling/disabling AddIns.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@807 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
d4304b6400
Add simple AddIn manager that can enable and disable AddIns.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@806 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
0642cc120b
Now AddIns are loaded from three locations:
...
- ApplicationBase\AddIns
- ConfigDirectory\AddIns
- locations defined in ConfigDirectory\AddIns.xml
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@802 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
aaeea686f3
Use ToolStripManager.Renderer instead of MenuService.Renderer. Use ProfessionalRenderer+SystemColorTable instead of SystemRenderer.
...
The "CoreStartup" class now helps starting up the core and enables the core user to change the location of the properties file and some other core settings.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@799 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
392040b16f
Fixed some bugs regarding missing files and folders in the project browser.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@772 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
3af84e5070
Fixed SD2-561: Running a single file causes unhandled exception
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@764 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
c090e3a27c
Fixed SD2-556: Resx not being added to project
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@759 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
36360f19d4
SharpDevelopMain.RunApplication() does not eat all exceptions
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@752 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
5cccbf6f15
Don't save the text "whole solution" as directory name, save the correct DocumentIteratorType when searching in a directory.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@733 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
b8475ada12
Fixed small problem introduced in rev. 714.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@715 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago