Daniel Grunwald
7da40d343b
Updated fullAssemblyNameToRequiredFrameworkVersionDictionary.
...
Increase timeout on ProcessExitedTestFixture.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4241 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
ac14bb27f2
Allow setting 'Option Infer' in project options.
...
Create new projects with 'Option Infer' set to true.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4210 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
fb9520f571
Allow choosing the target framework when creating VB projects.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4208 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
Matt Ward
22b8b6f536
Updated to NUnit 2.5.0.9122
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4053 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
fceb74103e
ChangeLog: only show changes since revision 3800.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3912 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
fc810158a9
Fixed exception from forum-9214 (but hung build still not fixed).
...
Fixed string resource name in App.Config description.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3884 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
9d66ca2fbd
Remove SharpDevelop Reports template from data/templates
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3667 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
22cc955540
Fixed some minor bugs.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3596 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 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
Daniel Grunwald
6ea64c61f4
r7445@daniel-notebook (orig r3407): daniel | 2008-08-17 17:47:15 +0200
...
Rename subcategory WinFX->WPF
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3417 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
Daniel Grunwald
b626e87b20
Fixed SD2-1253 / SD2-1368 (Allow file templates to add GAC references to the project), based on patch by Siegfried Pammer
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3140 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
25abcd6849
Fixed code completion bugs: incorrect return type for System.Collections.Generic.Comparer<T>.Default (forum-7270), tooltip not shown for protected method calls when there is a class with the same name as the called method.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2976 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 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
faad66f44a
Added NAnt addin sample.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2757 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
fef7d40907
Rewritten build system. Separated solution build logic (BuildEngine) from project build logic (MSBuildEngine).
...
New features:
- Supports non-MSBuild projects.
- Setting different properties for each project in a solution.
- Build can run in a worker process
- Builds multiple projects in parallel
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2694 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
Daniel Grunwald
37c18e0660
Fixed unit tests when .NET FX 3.5 is installed - do not rely on the order in which Reflection returns methods.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2624 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Matt Ward
70b289233e
Updated to NUnit 2.4.2
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2623 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
313121fcc9
Fixed VB Direct3D project template.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2607 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
e0f2d941e8
Update string resources.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2567 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Justin Dearing
58aba4a28a
Fixed projects now call Console.ReadKey(true).
...
Updated AssemblyInfo for boo projects to reflect changes in VB and C#.
Wix Project template now uses included dialog files.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2553 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
57eafab058
ConsoleProject templates:
...
- Revert changes to project-wide imports. If we don't use the same imports as Visual Studio, most VB tutorials will fail to work with SharpDevelop.
- Option Strict/Option Explicit should be a project-wide setting and not specified in each file.
- fixed indentation
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2532 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Justin Dearing
81a9b3de99
Cleaned up the ConsoleProject templates for CSharp and VB.NET
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2528 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Justin Dearing
a2c2dbe784
The static Main call is now in a seperate Program.cs file.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2515 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Justin Dearing
e77880dc9f
Both WPF templates get their AssemblyInfo from the same source.
...
Improved DefaultAssemblyInfo.cs.
Made the appropiate additions to the setup files.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2512 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Justin Dearing
3efdfb29c3
web pages are now xhtml compliant.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2511 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
Justin Dearing
0128413e2b
Fixed Resource string on EmptyClass IsSealed property.
...
Guid automatically generated for com object of SharedAddin.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2502 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Justin Dearing
028cc78585
Added app.config template.
...
Configuration Templates are in there own sub category.
ConfigurationSection now uses a factory pattern to force the name of the section.
Configuration templates are all sealed.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2501 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
f7b2d45b7f
Add AddInWritingHelp.txt to project templates creating SharpDevelop AddIns that point to the documentation in the wiki.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2445 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
74f21e68ab
Remove [STAThread] from C# compact framework project template.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2431 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
633af69129
Updated to SharpDevelop Reports 2.1.0.98
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2341 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
934c1d479b
Fixed resource editor.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2317 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
1808336a1c
Merged SD 2.1 rev. 2226:2312 to trunk.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2314 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
15d7aadd27
Worked on SD2-1234: Create common way to handle in-memory representations of files that have multiple views.
...
Removed SharpQuery.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2313 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
5e9379e6a1
Refresh assembly project contents when adding a reference.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2309 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Justin Dearing
43578a95b0
A pattern for implementing a ConfigurationCollection for storing recently opened files in your application. Its a good starting point.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2308 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Justin Dearing
a1a53eeb43
I cleaned up the tabs for the ConfigurationElement.cs(Section|Collection|Element) xtf files. Cleaned up the comments in the associated .cs files. Also added contructor code to ConfigurationSection to all the section to appear in user.app.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2307 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Justin Dearing
6bfdd31a45
Fixed a comment.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2281 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago