Matt Ward
4a6209467f
SD2-857. Fixed an edge case where the search would incorrectly find no match when the cursor was located after the very last character in the text.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2364 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
016219676d
Fixed SD2-1010: Method overloads for overridden abstract method
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2363 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
4d20506557
Fixed SD2-865: Property window showing wrong value for "Local copy" and "specific version" on GAC references
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2362 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
5cbee26b9c
Fixed SD2-1291: Duplicate breakpoint information stored in project preferences
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2361 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
28a08fba8c
Fixed a problem where if a build fails before the unit test is run then the user was prevented from closing SharpDevelop since the code thought a build was still in progress.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2360 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
ef8237e087
Fixed build.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2359 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
b74d53be68
Fixed SD2-1248: Adding many warnings in the current file to the error drawer takes a long time - do not refresh text editor after each individual error/warning
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2358 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
4ddeb0397e
Merged SD 2.1 r2332:2356 to trunk.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2357 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
6cff4ad0b4
Fixed SD2-1236: Opening a solution with an invalid guid in the nested projects section
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2356 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
5029cbe998
Text editor opens files with FileShare.ReadWrite and not FileShare.Read. This allows the text editor to load a file that is locked and being written to by another process the same as Notepad can.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2354 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Dickon Field
bf7915b6c4
Added a new subclass of TextEditorControl to specialise behaviour for SQL, SQLTextEditorControl, plus some test code to get the CompletionWindow showing and working correctly. Next step to add an ICompletionDataProvider that encapsulates pluggable SQL parsing using parser based on coco/r.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2353 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
5e9bbb9581
Fixed SD2-873. Reloading the ToolboxProvider's side tabs before the ToolboxService is created caused the SideTabItemDesigner's ReloadToolbox method to reload the side tabs again whilst they were currently being reloaded causing duplicate Windows Forms side tabs. Attempting to use this second set threw a null reference exception.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2352 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
fd51d933bf
Fixed duplicate keyboard shortcut Ctrl+Alt+B. Removed the shortcut from the Database Explorer. Changed the Breakpoints pad shortcut to Ctrl+Alt+P.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2351 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Russell Wilkins
5cbfac6902
TypeProviderService added to maintain common TypeProviders for projects.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2350 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Russell Wilkins
ce307db3ae
WorkflowSideTabService created to handle toolbox sidetabs for project assembly references.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2349 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Russell Wilkins
4c121b0393
FileRenaming after EventBindingService changes.
...
SideBar handling moved to WorkflowToolboxService.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2348 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Russell Wilkins
4e81f57605
Reworking of EventBindingService
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2347 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
Itar Bar-Haim
9f4f22eae8
Some refactoring; Initial support for nested types.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2345 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
ed2d73dd0d
SD2-1278. Test method locations are now updated in the test tree as the file is edited. Previously using Goto Definition in the test tree could jump to the wrong line after the file was edited.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2344 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
7b039c6368
NAnt pad now supports build files that are not part of a project.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2343 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
67a6982b9e
Renamed SharpDevelop Report template in setup.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2342 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
Matt Ward
a588fc4a17
Fixed SD2-1199 - Override completion list for KeyedCollection class contains invalid methods. ReflectionMethod and ReflectionProperty classes now set the Sealed modifier if the method or property getter/setter is marked as final. Incremented DomPersistence.FileVersion to invalidate the cached files. Code generators now use the OverrideCompletionDataProvider class to determine the overridable methods and properties instead of using their own implementation.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2340 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
d9e3f0b6f3
Fixed SD2-1287: Method signatures are not compared correctly
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2339 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
f555c58726
Fixed SD2-1263: Project/@DefaultTargets missing from created MSBuild project
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2338 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
e6bdcac3ae
Fixed SD2-1282: Completion inside Select Case statement
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2337 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
4513c2fac1
Fixed SD2-867: Equals/GetHashCode code generation for VB.NET
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2336 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
8f984fe2fd
Fixed merged unit tests.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2335 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
Daniel Grunwald
bb872596e6
Merged SD 2.1 rev. 2226:2312 to trunk:
...
- 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.
- Fixed SD2-1123. Code coverage vist count list view is now sortable by column.
- Fixed finding generic code-completion members by their Reflection name - fixes problems with Code analysis line numbers not showing for generic classes.
- Fixed SD2-1275: Searching using an invalid regex shows search in progress dialog
- The LocalizedStringFile property in a WiX project is no longer escaped when the project is saved after making changes in the Application tab of the project options.
- 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.
- Fixed SD2-1252: Don't steal file associations from Visual Studio
- Fixed SD2-1286: Nested With statements result in stack overflow
- Update to NSvn 1.0.0.2727
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2333 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
8620427755
Fixed SD2-1286: Nested With statements result in stack overflow
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2331 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
6362f89e72
Fixed SD2-1252: Don't steal file associations from Visual Studio
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2330 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
28690d84ac
The LocalizedStringFile property in a WiX project is no longer escaped when the project is saved after making changes in the Application tab of the project options.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2328 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
e1844b5410
Fixed SD2-1275: Searching using an invalid regex shows search in progress dialog
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2327 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
bcb87bd3a2
Fixed finding generic code-completion members by their Reflection name - fixes problems with Code analysis line numbers not showing for generic classes.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2326 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Itar Bar-Haim
6d23a5bc2a
Class diagram file format matches the Visual Studio Class Diagram file format better (still not perfect, somewhat buggy).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2325 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
b81e396846
Fixed SD2-1123. Code coverage vist count list view is now sortable by column.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2324 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Christoph Wille
2c4db39f0c
SharpReport to SharpDevelop Reports change (non-final assemblies)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2323 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Russell Wilkins
7775a0a233
Rules file handling implemented.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2322 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
Christian Hornung
4198ba3c8a
ResourceToolkit:
...
Implemented SD2-1237 - Support accessing linked resource files. Resource files that are accessed using a ResourceManager (except the designer generated ones) are now searched in the project instead of directly on disk.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2320 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Russell Wilkins
9e621318ec
Template updates,
...
EventBindingService and code generation updates
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2319 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
754731e161
Add the WorkflowDesigner AddIn written by Russell Wilkins, see http://sdwwf.sf.net/
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2316 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
d3ed55b029
Fixed unit test and setup.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2315 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