Daniel Grunwald
feab288aca
Put the SortOrder in the AddIn-Tree; and remove the SortOrder.xml files.
12 years ago
Matt Ward
ad860bcac0
Rename MVC 3 project templates.
12 years ago
Matt Ward
0f282ad56c
Add MVC 4 project templates.
12 years ago
Daniel Grunwald
ea71582c4f
Create new projects as Any CPU (32-bit) if the .NET 4.5 framework is installed.
...
Any CPU (32-bit) also works with older target frameworks as those interpret the 32-bit preferred flag as 32-bit required; but we require the new compiler version.
13 years ago
Matt Ward
f02f880254
Fix strongly typed ASPX views not working with default MVC project templates.
13 years ago
Matt Ward
a680540446
Move layout information to _ViewStart file in Razor templates so scaffolded views use common layout.
13 years ago
Daniel Grunwald
0e2a410acb
Move portable library strings to translation database.
13 years ago
Daniel Grunwald
10161f9647
Create library projects as AnyCPU; use x86 only for applications.
13 years ago
Daniel Grunwald
950bcb3a0f
Add error message when Portable Library Tools are not installed.
...
Allow picking the profile (set of target frameworks) in project upgrade view.
13 years ago
Daniel Grunwald
e454861402
Add "Portable Library" project template.
13 years ago
Matt Ward
1aaf6ddc6f
Update to latest jQuery and Modernizr NuGet packages.
13 years ago
Matt Ward
06677cc8e3
Use fully qualified assembly references for ASP.NET MVC assemblies in project templates.
14 years ago
Matt Ward
f607314273
Fix MVC projects not compiling when ViewBag used.
14 years ago
Matt Ward
60811b8312
Fix MVC projects not being displayed when run with IIS.
14 years ago
Matt Ward
097b82a58b
Add icons for Razor project and file templates.
14 years ago
Matt Ward
d16bfe4078
Update project and file templates to use correct icons.
14 years ago
Matt Ward
c3026f02ca
Add Razor MVC project and file templates for C# and VB.NET.
14 years ago
Eusebiu Marcu
9481311b5d
Add WCF REST project and file templates.
14 years ago
Matt Ward
65bd6669a8
Move MVC project templates to their own ASP.NET MVC template category.
14 years ago
Eusebiu Marcu
7119d558e5
Add basic (IIS) support for WCF services.
14 years ago
Matt Ward
ded5e1aa9b
Add empty ASP.NET MVC project templates for C# and VB.NET.
14 years ago
Matt Ward
cc57dcdabb
Remove reference to Microsoft.WebApplication.targets file from ASP.NET MVC project templates.
14 years ago
Matt Ward
2eb67539d6
Support using NuGet packages in project templates.
14 years ago
Matt Ward
adb35031ed
Add ASP.NET MVC project templates for VB and C#.
14 years ago
Matt Ward
bf3741f9d1
Do not escape ProjectTypeGuids property when creating new project.
14 years ago
Eusebiu Marcu
448fe75930
remove the ",Soap" from ASP.NET WS ASMX file - fix runtime error
15 years ago
mrward
7b72aa9d78
Change ASP.NET web page and web service project so the OutputPath is set to bin when a new project is created.
15 years ago
Daniel Grunwald
58482b71ca
Work on SD-1457: Added support for the Client Profile. The 3.5 and 4.0 client profiles can now be chosen as target frameworks.
...
Not yet implemented: creating/modifying the app.config to tell the .NET runtime which profile is required.
15 years ago
Daniel Grunwald
2dd127eacd
Remove Direct3D project templates (Managed DirectX has been deprecated since XNA was released)
15 years ago
mrward
7078bac91f
Update silverlight template to use Silverlight 4.0
15 years ago
Daniel Grunwald
feceefbc35
Remove references to CF framework
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6287 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
27ff6cdc30
Remove support for compact framework.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6281 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
83261c2a52
Work around strange .NET feature in command-line parsing.
...
Update SharpDevelopAddIn.xpt for SD 4 (add WPF references).
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5525 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
dbb48e866c
Merge 3.0 to trunk.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5081 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
6990764e4f
Fixed forum-10114: Duplicate call to InitializeComponent() in WPF application template
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@5022 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
ed3f9e5dbb
Consistently use " http://schemas.microsoft.com/winfx/2006/xaml/presentation " as WPF XML namespace.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4477 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
88e92880ff
Use tabs instead of spaces in WPF file templates.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4177 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Ivan Shumilin
4526da55b2
Project template for Silverlight application.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4004 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
16 years ago
Daniel Grunwald
eaca0978dc
Rename category for WPF project templates from ".NET 3.0" to "WPF".
...
Made Token.next internal (it is for Peek support in the Lexer and should not be directly used)
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3538 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Justin Dearing
bc1f3d9112
You can now insert custom formatted dates with StringParser.Parse() via ${DATE:formatstring}. This string gets passed to DateTime.Now.ToString() and the results returned. All project templates that have an AssemblyInfo.cs now set the AssemblyCopuRight to this year.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3247 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
9fae8aee0d
Allow specifying movement type of text anchors.
...
Make ConsolePad read-only text marker invisible.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3206 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
4ad6fbf94f
Made the templates consistent by removing the empty line after the standard header. Some templates had the empty line but some did not.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3173 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Justin Dearing
05b25d60a0
AssemblyInfo.cs now gets loaded into the Properties files to match Visual Studio Behavior.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3091 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
ca23c28708
Various improvements in subversion addin.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2973 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Matt Ward
3e065a31bd
Moved Mono addin to samples and added support for Mono's new VB.NET compiler Vbnc.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2754 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
8f2e284793
Allow choosing the target framework when creating a new project.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2739 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2732 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
2d94d3128c
Update to Cecil 0.6.
...
Fixed some bugs.
C# parser: include position information for statements/expressions.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2708 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
9567c3e210
Add more controls to toolbox, support editing properties of type "Cursor" and "bool?".
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2671 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago