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
Daniel Grunwald
cc829910d0
Fixed bug in the AddInManager when using "@Filename" version numbers.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@940 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
d68d56b34c
Now MSBuild property $(SolutionDir) is available when compiling single projects.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@926 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
Christoph Wille
4b887e05f8
Official license change from GPL to LGPL
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@919 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Christoph Wille
c65fa1dee3
Forum link updated
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@917 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
48939e61d6
Rename FormDesigner to FormsDesigner.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@855 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
b11100c522
Add documentation about AddInManager.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@815 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
49040ea269
Fixed code completion for project references.
...
Added support for AddIn dependencies and conflicts to ICSharpCode.Core.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@794 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Christoph Wille
4d4745bac8
SXW converted RTF; pending review by authors
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@791 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
3b5070c22f
Improved code completion for Boo.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@649 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
4a3b169576
Use a copy of the text/color in the SearchResultPad instead of accessing the real document in the OnPaint method. This fixes some bugs when switching to the SearchResultPad after modifying the document.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@623 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
cb9d56b35a
Update conditions in the AddIn schema.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@598 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
58ad8b5436
BuildAddinDocumentation now updates the AddIn schema.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@596 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
bd0a39dd05
Fixed C# ExpressionFinder bug when typing "\." inside a string literal.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@592 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
e2abd3442e
Add documentation for conditions, rename CombineOpen to SolutionOpen.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@591 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
bf9be4201b
Add list with documentation about the doozers.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@590 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
a738c4ae12
Deleted some of the unused translation strings.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@552 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
fab76749c4
Fixed code completion bug regarding events. Fixed "run unit test in debugger".
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@531 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
311b812ccb
Add prepareRelease.bat (creates ChangeLog.xml and REVISION file)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@483 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago