Daniel Grunwald
01c619cdf0
Fixed incorrect AddIn.xsd, and make BuildAddinDocumentation validate the schema before saving it ( http://community.sharpdevelop.net/forums/t/12508.aspx )
15 years ago
Daniel Grunwald
2f216ba718
Fix readme.
15 years ago
Daniel Grunwald
ebe9d436fc
Update ChangeLog.
15 years ago
Daniel Grunwald
d54a6f01a0
Update ChangeLog.
15 years ago
Daniel Grunwald
7b8e65a2d3
Simplify LanguageBindingDoozer (remove LanguageBindingDescriptor) and update DoozerList/ConditionList.
15 years ago
Daniel Grunwald
a4797dcb1a
Re-enable settings editor.
15 years ago
Daniel Grunwald
8804473341
Remove LGPL header from MyNamespaceSupportForCSharp.cs (as that file is copied into projects converted from VB to C#)
15 years ago
Daniel Grunwald
3e73ce73d1
Update ChangeLog.
15 years ago
Daniel Grunwald
1876bf473e
Update ChangeLog.
15 years ago
Daniel Grunwald
05a0a33a82
Update StringResources
15 years ago
Daniel Grunwald
0710f69adc
Add GitAddIn to changelog.
15 years ago
Daniel Grunwald
ac4922f2b3
Add BuildSystem.txt to technotes
15 years ago
Daniel Grunwald
ef64ad91d5
Remove SVNChangeLogToXml
15 years ago
Daniel Grunwald
d8a358fae7
Fixed hard-binding attributes for ICSharpCode.SharpDevelop.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5496 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Christoph Wille
e69f3ff9c0
Small doc updates for 3.2 preview release
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@5393 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Christoph Wille
64fd1de804
RTM information updated
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4936 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
f14dd8e927
Adjusted setup and automatic build.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/dotnet4@4301 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
6249b7bef7
Revert shortcut handling (reverse-merge of all changes from Sergej - r4173,4154,4149-4143,4128,4127).
...
The new shortcut handling has moved to branches/shortcuts/
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4181 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Sergej Andrejev
0e385eded1
Use WPF commands for Build and Run main menus
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4143 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Christoph Wille
60e9783d1c
Change version to 4.0 in document (mainly test checkin for SVN 1.6 sharded repository)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3953 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Christoph Wille
14fb112b7c
Small documentation updates
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3797 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
c3cc141fe4
Deprecate AppDomainLaunchHelper (it's much better to manually launch AppDomains inside AddIns).
...
Copyright end date 2008->2009.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3746 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Christoph Wille
855a9a492c
Small changes to readme
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3379 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
11f6049c38
Implemented SD2-1353: Allow for build-action specific properties for FileProjectItems.
...
Removed non-generic AddInTree.BuildItems method - the generic version should always be used because it provides better error messages when an incorrectly typed node is put into the tree.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3067 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
adf614394b
Fixed XML documentation warnings.
...
Update ConditionList.html and DoozerList.html
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3065 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
935fdc8614
Updated version number to 3.0 in readme.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2959 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Dickon Field
c6ae904f0c
Added latest version of server tools in the right place, and removed sharp server tools from the solution. Not deleted sharp server tools yet since I need some code from it
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2941 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
9b4679edf1
NRefactoryResolver rewrite: remove code duplication between NRefactoryResolver and TypeVisitor. Changed handling of method groups to follow C# specification more closely.
...
This fixes several bugs in overload resolution.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2819 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Dickon Field
4887977c40
Added MyMeta and ICSharpCode.DataTools libraries which are required by new version of DbTools plugin
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2709 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Christoph Wille
dd5d5aa5cd
2.2 updates for \doc folder
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2593 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
7d14a04103
Set version number to 2.2.0.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2531 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
6beeb1734d
Move P/Invoke calls to NativeMethods.cs.
...
Fixed NullReferenceException in BooBinding.VariableLookupVisitor.
Catch exceptions when calling WebBrowser.Navigate.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2505 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Christoph Wille
3646285888
Updated readme
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2429 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
ede45e4e67
Fixed SD2-849: AddIn.xsd schema is not valid
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2136 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
1cb82b76a8
Update assembly base addresses to prevent relocation.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2078 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Christoph Wille
18af146e39
--START 1139 added to Tools.build so that the change log only contains change information for v2.1
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1852 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
4af14f6adf
When target framework is set to .NET 1.0 or .NET 1.1, show code-completion specific to that .NET versions.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1751 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
c4e4d52d28
Add Scott Ferrett and Dickon Field to changelog stylesheet.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1730 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
a3fb4dd463
Fixed SD2-1023: SharpDevelop.exe.config bindingRedirect contains question marks
...
Update to new NSvn version (can now use Subversion 1.4 working copies)
Update StringResources.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1719 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
9ab7da37a5
Updated WixBinding - added a custom WiX project type (.wixproj) which uses MSBuild to create the installer, added a simple dialog designer, added a setup dialogs list pad, updated to WiX 2.0.4221. StringParser can now expand GUIDs. Added new DesignerSerializationService used by XmlDesignerLoader to fix SD2-599 - cut, copy and paste not working when designing XML forms.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1636 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
941c45808b
Make Consolas the default font on Vista.
...
Allow runtime pad creation.
Ad SharpDevelopInteraction example to SdaUser.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1628 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
a4894539d4
Some FxCop suggestions to NRefactory.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1579 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
730def510e
Referenced assemblies are now loaded with Mono.Cecil.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1423 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
e5bc45a6e2
Fixed base addresses and used [DependencyAttribute] to prevent assemblies from being relocated.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1377 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Christoph Wille
631c259dd9
Change log for Beta 2
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1136 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Christoph Wille
d88c3468bf
Informational resources document updated
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1124 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Christoph Wille
b22a32b6a1
Copyright updated
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1123 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Christoph Wille
8b891ff55d
Old documents deleted (format change)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1122 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Markus Palme
f6eba6fd7d
bitmap/string resources can now be registered in *.addin files using the tags <BitmapResources> and <StringResources>
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1088 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
8f779b2ffb
Fixed SD2-654: Get file types to register from AddIn tree.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1048 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago