2306 Commits (a627f020d5893c629156cb547addb668b1f65f08)
 

Author SHA1 Message Date
Matt Ward 4ec9ae9992 SD2-880. On opening the text editor's code completion options the code completion group box is now disabled correctly when code completion is disabled. 19 years ago
Matt Ward e3539c8aa4 Fixed SD2-1220. Code coverage result tree nodes are now sorted. 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. 19 years ago
Daniel Grunwald d2ed72122d Fixed SD2-740: Right clicking a class bookmark 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. 19 years ago
Daniel Grunwald 845e2c2f3e Fixed forum-13637: adding new file to project stored on network drive creates file in wrong path 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. 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. 19 years ago
Daniel Grunwald a62ddf0575 Fixed forum-13686: Read-only custom line not so read-only 19 years ago
Daniel Grunwald f5793ea348 Fixed some problems reported in the forum. 19 years ago
Daniel Grunwald b8ea7d408c Disable .NET 1.0 support. 19 years ago
Daniel Grunwald 491ae3cacf Force all project contents in a registry to use the same version of .NET assemblies based on the target framework of the project - a .NET 2.0 project referencing .NET 1.1 projects will see .NET 2.0 completion for objects returned by the .NET 1.1 assembly. 19 years ago
Daniel Grunwald 88cfacfba1 Fixed SD2-863: Children of current Namespace resolved in wrong order 19 years ago
Daniel Grunwald ede45e4e67 Fixed SD2-849: AddIn.xsd schema is not valid 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. 19 years ago
Daniel Grunwald f2145433b6 Added warning for SD2-763: Resources not found with multiple types in source file 19 years ago
Daniel Grunwald a9a5ae9d42 Implemented SD2-1137: Option to auto-load changes when file changed externally 19 years ago
Daniel Grunwald f3cfbe270f Prevent ResourceEditor from saving when there are no changes. (related to SD2-953) 19 years ago
Dickon Field e9b940dd01 Updated SQLTool to use an embedded resource to define SQL syntax mode. 19 years ago
Matt Ward 942330a947 XML Editor now selects the first completion list item by default. 19 years ago
Matt Ward 7c2718b19a The XML Tree can now display and edit xml comments. 19 years ago
Christian Hornung 0c41adf008 ResourceToolkit: 19 years ago
Daniel Grunwald 11d027b2e9 Fixed forum-13600: CenterViewOn does not work for newly opened documents 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. 19 years ago
Daniel Grunwald 911d2c3a18 Implemented FindFile / IsFileInProject cache. 19 years ago
Daniel Grunwald 37dbcbdeab Fixed SD2-1078: XML comments color set to black by default. 19 years ago
Daniel Grunwald 6c464b82b5 Fixed parameter list completion bug introduced in rev. 2087. 19 years ago
Daniel Grunwald bc2b1c8a57 Fixed bug that caused keyword-completion to be active inside comments in some cases. 19 years ago
Daniel Grunwald 2be71f98f3 Implemented SD2-1212: Solution configuration editor 19 years ago
Christian Hornung 42e127b823 ResourceToolkit: 19 years ago
Daniel Grunwald f5c4ab918b Fixed SD2-1156: JumpTo line position puts cursor at the bottom of the text editor 19 years ago
Daniel Grunwald 988ddfc1de Fixed SD2-1066: Invalid event handler generated for delegate's ref parameter 19 years ago
Daniel Grunwald 355a5f4b59 Fixed SD2-955: Incorrect C# syntax highlighting with verbatim string literals. 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. 19 years ago
Daniel Grunwald 422578071a Fixed SD2-1196: Compact Framework support for VB 19 years ago
Daniel Grunwald 6a8611bfdc Fixed SD2-944: Moving a class from a location that doesn't exist throws exception. 19 years ago
Matt Ward 27a2e4a0a8 XML Tree now supports removing elements, inserting and removing text nodes. 19 years ago
Christoph Wille ef9d61e5cc switched to Beta 3 denomination 19 years ago
Daniel Grunwald 6b2cddded4 Fixed unit tests after change to ParserService. 19 years ago
Daniel Grunwald ccbcc10d6f Fixed SD2-1208: Exception is thrown at #D startup if AddIn files cannot be found. 19 years ago
Daniel Grunwald 13e4f3180a Fixed build error 19 years ago
Daniel Grunwald 8fdc73baba Fixed forum-13577. 19 years ago
Daniel Grunwald acac08d13e Fixed SD2-911: 'Classes' pad updates its content incorrectly 19 years ago
Daniel Grunwald 34bf248270 Fixed ClassBrowser bug. 19 years ago
Daniel Grunwald a745c607d5 Fixed SD2-1110: Conversion of Microsoft generic sample project between C#<-->VB throws exception. 19 years ago
Daniel Grunwald 19a53c7f2c Add test for SD2-1110 (currently broken, let's see if the build server catches unit test errors) 19 years ago
Daniel Grunwald 1bdc99ff38 Fixed cleaning up before zipping the source (MSBuild doesn't run a target twice if there are two <CallTarget> statements). 19 years ago
Daniel Grunwald a5626cd9dd Fixed SD2-1210: #D doesn't rename project's namespaces anymore on project creation. 19 years ago
Daniel Grunwald 63d949f0bf Add build script for build server. 19 years ago
Daniel Grunwald 0e00c678ce Fixed SD2-1189: VB: #-delimited dates not supported by syntax highlighting and expression finder 19 years ago