Daniel Grunwald
eec385146f
Change LGPL headers to MIT header.
12 years ago
Siegfried Pammer
0a91f03a8c
convert VB binding to VB.NET
12 years ago
Daniel Grunwald
83d6c5efd7
Separate NewFileDialog from the FileTemplate implementation (use only the abstract base class).
13 years ago
Daniel Grunwald
b6fe975de1
Fixed UpdateAssemblyInfo error when git repository exists but git.exe cannot be found.
13 years ago
Daniel Grunwald
46a82c7a75
Reset version number to 5.0.0.1 and fix setup.
14 years ago
Daniel Grunwald
fbced09b89
Start restructuring of SD Base:
...
- the static class "SD" is providing services
- service interfaces are defined in ICSharpCode.SharpDevelop.dll
- services are implemented in SharpDevelop.exe or in AddIns
- ICSharpCode.SharpDevelop.Sda is moved into SharpDevelop.exe
Also added XmlEditor.Tests to SharpDevelop.Tests.sln
14 years ago
Siegfried Pammer
b0a7f27860
add CodeQuality analysis to Setup and set version to 4.2 beta
14 years ago
Daniel Grunwald
736b5b66ae
Update string resources, and round up version number to 4.1.0.8000.
14 years ago
Daniel Grunwald
43b10441f2
Change UpdateAssemblyInfo.csproj to .NET 4.0.
...
This change is necessary to compile SharpDevelop on Windows 8 (seems to be a bug in MSBuild 4.5?)
14 years ago
Daniel Grunwald
c7323f7005
Replace references to "4.1" in setup with variable that gets populated with information from GlobalAssemblyInfo.template.
15 years ago
Daniel Grunwald
a143badda1
Avoid build error when git commit hash cannot be retrieved (build with revision number 0)
15 years ago
Daniel Grunwald
858f188712
UpdateAssemblyInfo: fixed ReadBranchNameFromGit when git is configured to use colors
15 years ago
Daniel Grunwald
b6f4ade7b4
Allow overriding the BranchName (necessary on build server)
15 years ago
Daniel Grunwald
7f67d54541
Automatically detect branch name (instead of storing it in source code) and include both branch name and commit hash in assembly info.
15 years ago
Daniel Grunwald
877923ffdd
UpdateAssemblyInfo: Look for git in %ProgramFiles%\Git\Bin if it's not in the PATH.
15 years ago
Daniel Grunwald
d5efebf7a4
Fix path for git revision lookup
15 years ago
Daniel Grunwald
f2338df317
Associate git commit hash with last SVN revision number
15 years ago
Daniel Grunwald
b27c4aa924
Compile UpdateAssemblyInfo.exe as part of the build.
15 years ago
Daniel Grunwald
5877eaf5d6
Automatically update copyright end year
15 years ago
Daniel Grunwald
cc0747bd45
Read copyright information from GlobalAssemblyInfo
15 years ago
Daniel Grunwald
79e2ce1402
Fix automated build.
15 years ago
Daniel Grunwald
ef64ad91d5
Remove SVNChangeLogToXml
15 years ago
Daniel Grunwald
c190de5a0b
Merge UpdateSetupInfo into UpdateAssemblyInfo.
15 years ago
Daniel Grunwald
7674a910ad
Change UpdateAssemblyInfo to use git.
15 years ago
Daniel Grunwald
5d459455ca
UpdateAssemblyInfo: enable reading revision number from git-svn
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5925 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
26f7c10d6d
Implemented drag'n'drop from explorer onto WpfWorkbench to open files.
...
Reimplemented workbench tracking of renamed/delete files.
UpdateAssemblyInfo: use version number 0 when SVN revision cannot be read and no REVISION file is present.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4683 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
4be88bafca
Recompiled SharpSvn using VS2008.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4614 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
cedb3a0212
Update to SharpSvn 1.6004.1329. (SVN 1.6.4)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4612 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
7baee25647
Fixed path to REVISION file.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4307 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
aa044b3834
Support running unit tests in .NET 4.0 projects.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/dotnet4@4278 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
a0b130adfd
Move solution from SharpDevelop/src to SharpDevelop.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/dotnet4@4249 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
2f86318fd8
Improved performance of UpdateAssemblyInfo.
...
Code-completion debug output: use Debug.WriteLine instead of Console.WriteLine.
Custom Tool project template: fixed compile error.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3963 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
957e9d46c2
Switch from SvnDotNet to SharpSVN. This updates the embedded subversion library from 1.5.0 to 1.6.0.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3948 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Siegfried Pammer
d99197c07c
Added translation for ExtractMethodForm
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3798 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
f80658d15f
Replace NSvn with Svn.Net.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2971 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 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
Daniel Grunwald
bd14de3f76
Automatically create ICSharpCode.SharpDevelop.Sda.dll.config from app.template.config
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1635 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
eb5a5ec721
Add UpdateAssemblyInfo.exe.manifest - prevents UAC popups when compiling SharpDevelop on Vista
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1626 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
d0ccf4ffd3
Add generic overload of BuildItems.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1174 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
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
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
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
Daniel Grunwald
97f2383785
Fixed SD2-416: Multi-instance Search and Replace dialog
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@386 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
9df71b7ffe
Made UpdateAssemblyInfo use NSvn instead of svn.exe.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@320 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
3c524117ba
Fixed bug in ReflectionOnly assembly loading.
...
Fixed crash when a pad could not be loaded.
Added publisher policy.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@233 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
3e4733ae24
Added code completion on type parameters in generic classes.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@224 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
6adc092649
Added tool to put revision number into AssemblyInfo files.
...
Included revision number in splash screen.
Made ReflectionClass load custom attributes.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@223 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago