2742 Commits (6026fd7b54cfd1c83d684e2319603fc720667130)
 

Author SHA1 Message Date
Matt Ward 7b039c6368 NAnt pad now supports build files that are not part of a project. 19 years ago
Matt Ward 67a6982b9e Renamed SharpDevelop Report template in setup. 19 years ago
Matt Ward 633af69129 Updated to SharpDevelop Reports 2.1.0.98 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. 19 years ago
Daniel Grunwald d9e3f0b6f3 Fixed SD2-1287: Method signatures are not compared correctly 19 years ago
Daniel Grunwald f555c58726 Fixed SD2-1263: Project/@DefaultTargets missing from created MSBuild project 19 years ago
Daniel Grunwald e6bdcac3ae Fixed SD2-1282: Completion inside Select Case statement 19 years ago
Daniel Grunwald 4513c2fac1 Fixed SD2-867: Equals/GetHashCode code generation for VB.NET 19 years ago
Daniel Grunwald 8f984fe2fd Fixed merged unit tests. 19 years ago
Daniel Grunwald bcd8c950a5 Merge SharpDevelopResources. (Note: the commit log of 2333 is wrong, the merge was 2312:2332) 19 years ago
Daniel Grunwald bb872596e6 Merged SD 2.1 rev. 2226:2312 to trunk: 19 years ago
Daniel Grunwald 8620427755 Fixed SD2-1286: Nested With statements result in stack overflow 19 years ago
Daniel Grunwald 6362f89e72 Fixed SD2-1252: Don't steal file associations from Visual Studio 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. 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. 19 years ago
Daniel Grunwald e1844b5410 Fixed SD2-1275: Searching using an invalid regex shows search in progress dialog 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. 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). 19 years ago
Matt Ward b81e396846 Fixed SD2-1123. Code coverage vist count list view is now sortable by column. 19 years ago
Christoph Wille 2c4db39f0c SharpReport to SharpDevelop Reports change (non-final assemblies) 19 years ago
Russell Wilkins 7775a0a233 Rules file handling implemented. 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. 19 years ago
Christian Hornung 4198ba3c8a ResourceToolkit: 19 years ago
Russell Wilkins 9e621318ec Template updates, 19 years ago
Daniel Grunwald a594307239 Some XML documentation for ICSharpCode.Core. 19 years ago
Daniel Grunwald 934c1d479b Fixed resource editor. 19 years ago
Daniel Grunwald 754731e161 Add the WorkflowDesigner AddIn written by Russell Wilkins, see http://sdwwf.sf.net/ 19 years ago
Daniel Grunwald d3ed55b029 Fixed unit test and setup. 19 years ago
Daniel Grunwald 1808336a1c Merged SD 2.1 rev. 2226:2312 to trunk. 19 years ago
Daniel Grunwald 15d7aadd27 Worked on SD2-1234: Create common way to handle in-memory representations of files that have multiple views. 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. 19 years ago
David Srbecký 18fc86e2b7 Using Andrey Gliznetsov's Advanced TreeView for Local Variables Pad 19 years ago
Daniel Grunwald 288fa89d45 Fixed build. 19 years ago
Daniel Grunwald 5e9379e6a1 Refresh assembly project contents when adding a reference. 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. 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. 19 years ago
Justin Dearing 51a8fad9cd Added a "graphical" dialog based on the UserExitDialog.wxs 19 years ago
Itar Bar-Haim 1e8116d722 Made the NoteCanvasItem editable; 19 years ago
Daniel Grunwald 12e0510669 Fixed forum-14696: Code completion exception for Boo 19 years ago
Daniel Grunwald 34c8a212b1 Fixed SD2-1261: DOM crash on incomplete VB array field definition 19 years ago
Matt Ward 6962c12d53 Fixed SD2-862. The highlighting editor now supports the singleword attribute on begin and end spans. 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. 19 years ago
Matt Ward c2ac5dad22 Fixed SD2-1127. Can now comment out a region of text between two existing block comments. 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. 19 years ago
Matt Ward aaec0f764a Fixed SD2-1072. The caret position is validated when the TextAreaControl is entered. 19 years ago
Matt Ward 4d9719d51b Fixed SD2-1157. Changed the breakpoint text highlight colour so it matches the breakpoint icon. 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. 19 years ago
David Srbecký 9f7af675e0 Added Andrey Gliznetsov's Advanced TreeView 19 years ago
Matt Ward e18a648417 Fixed SD2-1267 - Cannot design a WiX dialog that is not in a project. 19 years ago
Matt Ward 39cb494584 Removed the ToolPath's Condition check from new WiX Projects (.wixproj). 19 years ago