Daniel Grunwald
06388697e0
Update language resources.
...
Implemented SD2-1280/SD2-1320: Scroll completion window to move selected item to the middle
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2516 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
Dickon Field
ee8ff51b4f
added icon for ServerTool
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2457 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 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
Christoph Wille
947fec9914
Updated language resource
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2428 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Justin Dearing
2ec6b50c05
Added Apache 2.0 License
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2426 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
c60589e19b
Updated string resources. Added Chinese Simplified (cn-gb) to the list of available languages.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2376 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
d70442897c
Remove .xml code template - the xml editor does not support templates.
...
Fixed toolbar layout combo box to show the correct layout after resetting all layouts.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2355 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
7cc6ec8258
Fixed SD2-1024. The user can no longer close SharpDevelop when it is running a build and a message is displayed when this is attempted.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2346 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
bcd8c950a5
Merge SharpDevelopResources. (Note: the commit log of 2333 is wrong, the merge was 2312:2332)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2334 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
78ff251b97
Removed Run All Tests context menu item from Unit Tests window. Code coverage window opened after all tests have been run with code coverage and there were no test failures. No longer using a static NCover runner which was raising events in two RunTestWithCodeCoverageCommand instances (toolbar, context menu) and causing one to try to read a test results file which no longer existed.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2329 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
47dbaf6529
Unit Tests window changes: It now has an All Tests root node when multiple test projects exist in a solution. Added a toolbar button and menu item to run all the tests in the solution independent of the currently selected test. Added a run with code coverage toolbar button.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2321 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
a594307239
Some XML documentation for ICSharpCode.Core.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2318 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
Matt Ward
6962c12d53
Fixed SD2-862. The highlighting editor now supports the singleword attribute on begin and end spans.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2302 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
415293947c
Updated to WiX 2.0.4820.0. Modified wix.targets so WiX libraries (.wixlib) can be built and incremental builds now work.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2286 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
David Srbecký
4b285226c2
Updated string resources
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2280 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
4767b24e72
Added a new icon for Component tree nodes in the WiX Setup Files editor.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2272 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
ff2a4f26f0
Fixed forum-14286: exceptions thrown when trying to create WPF application without .NET Framework 3.0 installed.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2259 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
2c108be5e5
Add project template for creating a custom tool AddIn.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2196 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
eede8fa2ea
Update string resources.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2177 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
2c42782129
Update to Boo revision 2371.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2176 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
61ee98484d
Add strings from subversion AddIn to translation database.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2169 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
69906811f8
Add Portuguese string resources.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2166 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
78ac392101
Fixed SD2-1228: Find references dialog title includes ampersand character
...
Fixed loading assemblies for code-completion that have multiple modules stored in multiple files (e.g. System.EnterpriseServices)
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2165 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
0224841f29
Move base class reference (:Form) from Designer file to main file.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2162 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
2be71f98f3
Implemented SD2-1212: Solution configuration editor
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2120 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
422578071a
Fixed SD2-1196: Compact Framework support for VB
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2113 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Justin Dearing
199b85814e
Fixed the template icon.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2080 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
8a4efd80bc
Fixed adding new files to project.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2045 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
dcaf24c04d
Implemented SD2-1183: Use MSBuild libraries
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2043 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
d3660f512f
The Unit testing addin now uses the customised nunit-console.exe to run all unit tests. The TestTreeView no longer uses the NUnit tree view and now determines the unit tests dynamically based on the information retrieved from the parser.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2039 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Justin Dearing
31d6fab63f
File content for ConfigurationElement, ConfigurationElementCollection and ConfigurationSection moved to separate .cs files. This prevents duplicate content as ConfigurationSection implements ConfigurationElementCollection and ConfigurationElementCollection contain ConfigurationElement.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2037 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Justin Dearing
62979f29b7
Added File templates for ConfigurationElement ConfigurationElementCollection and ConfigurationSection
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2036 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Markus Palme
3f70bb7938
removed old components from data tab
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1984 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
fd2977e83d
Pass SideBar tab headers to StringParser.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1976 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago