2890 Commits (b48ee36f9968da890092934affc7e7a929a6fea3)
 

Author SHA1 Message Date
Matt Ward de670165f9 The CodeCoverageMethod.GetChildNamespaces method now correctly identifies the child namespaces when there are two that start the same and match up to just before the dot character. 18 years ago
Matt Ward a0437d75dc Removed unused files from setup and code coverage addin. 18 years ago
Matt Ward fd038e497d Updated installer: Removed nunit-console components used to target .NET 1.1. Added log4net component for NUnit 2.4.5. 18 years ago
Matt Ward 831239dac5 Updated to NUnit 2.4.5. Removed support for running unit tests against .NET 1.1. 18 years ago
Daniel Grunwald 35701c8bcd Suppress warning message when SideBarConfig.xml does not exist (on first start after installation). 18 years ago
Matt Ward 5b47018d7e Changed CodeCoverage addin to use PartCover 2.2 instead of NCover. 18 years ago
Daniel Grunwald f4d79bc951 Improved finding xml documentation (now supports redirections). Add support for compiling for Compact Framework 3.5. 18 years ago
Matt Ward 06e3f369e2 XmlView checks that the PrimaryFile is not null before MakeDirty is called in the DocumentChanged event handler. The text editor's filename is set to an empty string instead of null in the XslOutputView so the ParserService does not throw an ArgumentNullException when looking for a parser. 18 years ago
Daniel Grunwald 15a7ecb18e Fixed build. 18 years ago
Daniel Grunwald 996079f1d1 Fixed forum-6858: Bug in New Project/New File Dialog: LastSelectedCategory is not saved correctly for sub-categories. 18 years ago
Daniel Grunwald 8f2e284793 Allow choosing the target framework when creating a new project. 18 years ago
Daniel Grunwald ab9754d4d8 Fixed SD2-1379: When opening files, compile errors are not highlighted 18 years ago
Daniel Grunwald cb61ffd0b7 Fixed rare deadlock between QuickClassBrowserPanel locking a CompoundClass and then doing SearchType requests on a project content; and the parser thread updating a project content and then locking a compound class. 18 years ago
Daniel Grunwald 5fa0f7e1fa Fixed tracking of current project: Improved finding of the first visible parent node of a project by not using lazy initialization for solution folder nodes. Do not set ProjectService.CurrentProject in SelectFile requests - when changing the active file, ProjectService.ActiveViewContentChanged already takes care of changing the current project. 18 years ago
Daniel Grunwald 65820b499e Disable code-completion inside string literals. 18 years ago
Daniel Grunwald e49d1e86ab Improve code completion after the "new" keyword. 18 years ago
Daniel Grunwald 1cd779e5b2 Go back to DockingWindow mode. This seems to solve the issue that text editor tooltips were sometimes not visible anymore after a layout change. 18 years ago
Daniel Grunwald 65ba1bf91a Prevent crash in DockPanel.FocusManager.Activate when active pane was removed (e.g. the pad that was active when SharpDevelop was closed does not exist anymore after an AddIn was removed manually or SharpDevelop was updated) 18 years ago
Daniel Grunwald b6c95c8c87 Fixed code completion after string literals ("hello, world".Length), fixed code completion in object initializers that use binary operators in the value (new MyType { P1 = someValue + someOtherValue }). 18 years ago
Daniel Grunwald 43ccda8109 Fixed build. 18 years ago
Daniel Grunwald 44fcb45530 FxCop AddIn: allow suppressing assembly-wide messages (e.g. AssembliesShouldHaveValidStrongNames) 18 years ago
Daniel Grunwald 25bc869822 Make project conversion from MSBuild 2.0 to 3.5 explicit using a button in the project options. 18 years ago
Daniel Grunwald 5edf2f6842 Fixed bug in text editor drag+drop that could cause an undo group to stay open. 18 years ago
Daniel Grunwald 834324ad1f Update to Boo 0.8. 18 years ago
Christoph Wille da6aee9151 Updated setup for SHFB 1.6 18 years ago
Daniel Grunwald 6bd9f43482 WinFormsUI/License.txt: disable Copy to Output Directory. 18 years ago
Christoph Wille 55dc6fdb92 Updated tools.build to copy new directories of SHFB 1.6 18 years ago
Daniel Grunwald 6e385b8ff4 Code completion: fixed some context detection bugs. 18 years ago
Daniel Grunwald cf79e8fa40 Disabled COM registration for MyMeta. 18 years ago
Daniel Grunwald f21ac6edfb Fixed two bugs: 18 years ago
Daniel Grunwald 1dc3420a1b Fixed attribute completion. 18 years ago
Daniel Grunwald 68bf3ac9f0 Looks like I only committed the src folder in rev. 2714, here are the missing changes. 18 years ago
Daniel Grunwald df2adaa0d5 Fixed forum-19285: code-completion for nested inner classes 18 years ago
Daniel Grunwald 922d231e4f Add "Abort build" and "Set platform" commands to the "Build" menu. 18 years ago
Daniel Grunwald dd7e9de26c Assign DomRegion to ExpressionResult for describing the exact location where the expression was found. 18 years ago
Daniel Grunwald 938e18962f WorkbenchLayout: make the SharpDevelop main form structured similar to the DockPanelSuite sample application, use DockingMdi mode. This seems to solve some issues with the DockPanelSuite v2.1. 18 years ago
Daniel Grunwald 08e5606c11 Do not show read-only value-type fields and properties in collection initializer completion. 18 years ago
Daniel Grunwald f729721b17 Add code-completion support for object and collection initializers. 18 years ago
Dickon Field 4887977c40 Added MyMeta and ICSharpCode.DataTools libraries which are required by new version of DbTools plugin 18 years ago
Daniel Grunwald 2d94d3128c Update to Cecil 0.6. 18 years ago
Daniel Grunwald 06b61ceb90 Fixed forum-19066: Invalid params for External Tools. 18 years ago
Daniel Grunwald 51b2ea1d23 Reapply our patches to the DockPanel Suite. 18 years ago
Daniel Grunwald 76b67dbca9 Update to DockPanel Suite v2.1. 18 years ago
Daniel Grunwald 22eed44cab Fixed crash when closing the solution while building. 18 years ago
Daniel Grunwald 180d7d1cf6 Show build progress in status bar. 18 years ago
Daniel Grunwald 9c78cdcfc5 Some fixes suggested by FxCop. 18 years ago
Daniel Grunwald 7c21fdaa48 Add a .targets file to the build that gets automatically included when the C# 2.0 or VB 8 compiler is used. This .targets file will display warnings when the project uses MSBuild 3.5 features. 18 years ago
Daniel Grunwald 13f3fad76d Fixed deleting directories when "Use recycle bin" option was activated. 18 years ago
Daniel Grunwald 60d3c8b7e3 Fixed bug introduced in revision 2688 that could cause non-partial classes to become a CompoundClass with two identical parts when the file is edited. 18 years ago
Daniel Grunwald 961a8a9356 Fixed build. 18 years ago