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
|
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 |
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 |
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 |
Matt Ward
|
ea4786654b
|
Fixed SD2-768 for the Unit Tests tree. The context menu is set for each test tree node so it will open near the node and not in the middle of the window when using the keyboard shortcut Shift+F10.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2312 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
19 years ago |
Daniel Grunwald
|
288fa89d45
|
Fixed build.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2310 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
|
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 |
Daniel Grunwald
|
12e0510669
|
Fixed forum-14696: Code completion exception for Boo
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2304 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
19 years ago |
Daniel Grunwald
|
34c8a212b1
|
Fixed SD2-1261: DOM crash on incomplete VB array field definition
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2303 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
|
39d46ef721
|
Fixed SD2-961 - Null reference exception on performing a find next on a reopened file. The ProvidedDocumentInformation now has an Equals method which takes into account if the TextAreaControl is different. This Equals method is now used instead of only comparing the filenames so the search can determine if the document has been closed and reopened and a new ProvidedDocumentInformation instance will be required.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2301 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
19 years ago |
Matt Ward
|
c2ac5dad22
|
Fixed SD2-1127. Can now comment out a region of text between two existing block comments.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2300 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
19 years ago |
Matt Ward
|
3cbcab3bf6
|
Custom components side tab is now updated when a new reference is added to the project. It is also disposed before creating a new instance when the toolbox side tabs are reloaded.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2299 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
19 years ago |
Matt Ward
|
aaec0f764a
|
Fixed SD2-1072. The caret position is validated when the TextAreaControl is entered.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2298 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
19 years ago |
Matt Ward
|
4d9719d51b
|
Fixed SD2-1157. Changed the breakpoint text highlight colour so it matches the breakpoint icon.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2297 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
19 years ago |
Daniel Grunwald
|
492c46df04
|
Allow clicking "through" icons in the text editor icon bar margin if they don't handle the mouse event.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2296 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
19 years ago |
Matt Ward
|
e18a648417
|
Fixed SD2-1267 - Cannot design a WiX dialog that is not in a project.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2294 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
19 years ago |
Matt Ward
|
39cb494584
|
Removed the ToolPath's Condition check from new WiX Projects (.wixproj).
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2293 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
19 years ago |
Matt Ward
|
d6a236d69f
|
Changed the WiX project imports test so that the order of the imports does not break the test.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2292 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
19 years ago |
Matt Ward
|
bdadb26f01
|
Fixed failing WiXBinding test. A WiX project now has two imports. Added the extra Microsoft.Common.targets import to use its copy local functionality.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2291 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
19 years ago |
Matt Ward
|
cd3fe19a3c
|
Added support for copy local files in WiX projects. A 'Compiling ProjectName...' message is now shown when building a WiX library project using the lit task.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2290 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 |
David Srbecký
|
57c289f5fe
|
Ignore base class of generic types and return 'object' instead
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2283 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
19 years ago |
Matt Ward
|
b7d71e00d0
|
Fixed SD2-847. Generating VB.NET code for an overridden method inside a My class (e.g. MyApplication) would throw an ArgumentOutOfRangeException. Changed the CodeGenerateBase class to use the class selected in the text editor and not the compound class when inserting generated code.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2278 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
19 years ago |
Matt Ward
|
ca351977a4
|
Fixed SD2-1250. Can now specify floating point values for the text editor's font size.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2273 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
|
cc9430b8dc
|
Fixed SD2-1087: Setting IEditable.Text does not update undo stack
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2262 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
19 years ago |
Daniel Grunwald
|
14d8cd8f50
|
Fixed SD2-1251: Code generation in partial classes picks the wrong part
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2261 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
19 years ago |
Daniel Grunwald
|
b74c496ea6
|
Try to avoid Project GUID conflicts.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2260 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 |
Matt Ward
|
1b7398fc85
|
Fixed SD2-1185 - Quick class browser's method list not in sync with selected class.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2257 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
19 years ago |
Matt Ward
|
9b330200f4
|
Fixed SD2-1257. Fixed a null reference exception in the AddComponentsDialog that could occur when listing the components from a file which is not a .NET assembly.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2255 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
19 years ago |
Matt Ward
|
695de9d5af
|
Fixed SD2-1255. VB.NET code generator options are now initialized.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2253 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
19 years ago |
Matt Ward
|
f8983fac80
|
Fixed SD2-1235 - Browsing for a new folder in the New Project dialog should use the dialog's location as the starting folder. SharpDevelop now uses the FolderBrowserDialog that is a part of .NET 2.0 which allows the setting of the initial folder location.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2252 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
19 years ago |
Matt Ward
|
268ee04412
|
Fixed SD2-1187 - The properties pad displays an ampersand character for the project's Configuration property.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2251 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
19 years ago |
Matt Ward
|
981e889a00
|
SD2-897 - Reloading an unchanged file loses folds and member bookmarks.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2250 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
19 years ago |
Matt Ward
|
b16372b17e
|
Fixed SD2-827 - Folder still visible after excluding it from the project. When a directory node was excluded the visiblity of the node was not being updated.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2249 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
19 years ago |