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
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
3296c544eb
File associations are no longer registered at startup by default.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2244 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
0859a04a52
Move C# expression finder tests to SharpDevelop.Tests (the expression finder now is in SharpDevelop.Dom). Fixed a bug in the VB expression finder.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2239 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
d9d07dae9d
Fixed SD2-1256 - Saving a WiX project after changing its project options encodes characters in the .wixproj file. The WiX project options panels now set the TreatPropertyValueAsLiteral property to false on the ConfigurationGuiBindings.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2230 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
d079cdbc43
Fixed SD2-1182. Element and attribute names entered in the add element/attribute dialog are now validated. The add element/attribute dialog no longer displays a list box if there are no element/attribute names returned from the schema or if the xml document has no schema.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2226 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Christian Hornung
4ac2c6f933
Fixed SD2-1239: ResourceToolkit: Incorrect mapping of manifest resource names to file names in VB.
...
In a VB project, the addin now searches the project root folder and all included project folders when looking for a resource file.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2219 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
12daded61e
SD2-972 - Null reference exception thrown by the Component Inspector's find dialog when trying to show the 'No items found' list item. The find dialog was not handling the list item's tag being null.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2216 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
7930027abb
The title of the Component Inspector's view is now correct. Previously the string resource was not being parsed by the string parser.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2215 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
f021fb3ee9
SD2-1254 - EditHighlighting dialog throws an object disposed exception if the dialog is closed without clicking the Cancel or OK button. The option panel's controls are now cleared when the EditHighlighting dialog is disposed.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2213 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
e368ce2301
Show better error message when Forms Designer is used and the reference to System.Windows.Forms is missing (SD2-1211)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2205 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
23d2ca7cbd
Allow selection of multiple .dlls when adding components to the forms designer. (forum-14092)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2190 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
8ef45d5c53
Fixed conversion of TypeOfIsExpression to Boo.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2178 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
27e3d06d46
Fixed SD2-1249. Modified the WiX setup project template so that the MSBuild project property DefineConstants is not escaped when the new project is created.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2173 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
700dc8fe57
Fixed SD2-1238: Menu items View Code and Properties shown when right clicking a menu strip in the designer do nothing (patch by Aaron Carlson)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2172 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
3fbed5069c
Fixed SD2-882. The selected WinForms toolbox item is now cleared when the sidebar is reloaded.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2171 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
bb4814b719
Fixed SD2-1219. New namespace, class and method tree nodes added to the Unit Tests tree are now sorted.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2170 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
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
Matt Ward
c053b954a6
Added basic cut, copy and paste to the XML tree editor.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2164 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
80abc20f76
Implemented reloading solution when it was changed by version control operation (SD2-1221)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2163 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
ca45c905f3
Fixed SD2-931: Undo after inserting code template
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2161 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
1276b5114e
Auto-add new files to version control (part of SD2-1221)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2159 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
ecf6ec72a3
Release builds of SharpServerTools now build to the same folder as Debug builds - AddIns\Misc\SharpServerTools
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2157 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
2cfab8e408
Don't show "unhandled exception" dialog for exceptions handled by the windows forms designer (SD2-1120).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2152 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
c75e4a3e5e
Fixed SD2-1082: Adding a user control to a form throws exception if the control's code doesn't have a constructor without arguments.
...
Prevent ParserService.AllProjectContents from returning project contents multiple times.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2151 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
febc16e23b
Fixed SD2-936: Insight window filename incorrect after renaming file
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2150 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
e3539c8aa4
Fixed SD2-1220. Code coverage result tree nodes are now sorted.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2148 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
b1597429a4
Running unit tests will now clear the build output window before building the projects ready for the test run.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2147 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
b69d0fd504
SD2-1241. Fixed two problems in the Unit Tests pad that could occur when opening another solution before the parser has finished parsing the currently open solution. A) The ProjectService.OpenSolution could be null. The unit tests pad now clears the test tree in this case. B) If the project content is null for a project it is not added to the test tree. This can occur if the test tree is in the middle of updating the tree but the parser has cleared the project content as it starts to load another solution.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2145 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
9fd24dbaea
SD2-1218. The code coverage output window is now cleared before running the tests. If multiple projects are to be run with code coverage the output window is cleared once at the start and not for each test run.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2143 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
4800ae7268
Fixed SD2-1233. When opening the Unit Tests pad after just opening a solution, before the parser has finished parsing the contained projects, the Unit Tests pad no longer adds projects to the test tree view. Before the parser has finished parsing a project it has no associated project content. Previously this caused the test tree to throw a null reference exception.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2142 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
e3e638b550
Added support for running unit tests against .NET 1.1 when the project is being built against this framework. Fixed SD2-1232 - the temporary test results file is now deleted after a test run has finished.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2135 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
f2145433b6
Added warning for SD2-763: Resources not found with multiple types in source file
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2134 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
f3cfbe270f
Prevent ResourceEditor from saving when there are no changes. (related to SD2-953)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2132 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Dickon Field
e9b940dd01
Updated SQLTool to use an embedded resource to define SQL syntax mode.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2131 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
942330a947
XML Editor now selects the first completion list item by default.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2130 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
7c2718b19a
The XML Tree can now display and edit xml comments.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2128 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Christian Hornung
0c41adf008
ResourceToolkit:
...
Added ResourceSetReference as a level of abstraction between manifest resource names (or other resource set names) and actual resource files.
The resolvers now return a ResourceSetReference with the resolved resource set name even if the resource file is missing. This may be used in the future to detect missing resource files and to write unit tests for the resolvers without having to create resource files on disk.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2127 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Dickon Field
521696851f
Now features a basic query tool - syntax highlighting (thanks to Troy for the template) using DbModelInfo framework for connection info. SQL parsing and field name completion not there yet.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2125 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
bc2b1c8a57
Fixed bug that caused keyword-completion to be active inside comments in some cases.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2121 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Christian Hornung
42e127b823
ResourceToolkit:
...
The resource resolvers now examine expressions more precisely and also take the code completion trigger character into account instead of simply trying to resolve every possible sub-expression.
This saves a few unneeded attempts to resolve expressions and fixes some problems where the resource code completion window opened when it should not, e.g. after typing something like 'ResourceService.GetString("...").Replace('.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2118 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
988ddfc1de
Fixed SD2-1066: Invalid event handler generated for delegate's ref parameter
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2116 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
355a5f4b59
Fixed SD2-955: Incorrect C# syntax highlighting with verbatim string literals.
...
Fixed SD2-1093: XML syntax highlighting error having an element ending in a "\" character.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2115 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
07dd5f5a00
Fixed SD2-1159 - InvalidOperation exception thrown when trying to delete or cut an inherited control in the forms designer. The forms designer's clipboard context menu items now have loadclasslazy set to false so they are correctly disabled for inherited controls. Changed the FormKeyHandler so that when the delete key is pressed a check is made to ensure that the deletion command is enabled.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2114 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
27a2e4a0a8
XML Tree now supports removing elements, inserting and removing text nodes.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2111 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
6b2cddded4
Fixed unit tests after change to ParserService.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2108 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
13e4f3180a
Fixed build error
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2106 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
acac08d13e
Fixed SD2-911: 'Classes' pad updates its content incorrectly
...
ParserService does not give the choice whether to raise the ParseInformationUpdated event anymore - the classes pad depends on getting every update notification.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2104 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
a745c607d5
Fixed SD2-1110: Conversion of Microsoft generic sample project between C#<-->VB throws exception.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2102 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago