5594 Commits (0e27d647a6dba589b658280ca688d554c907b93e)
 

Author SHA1 Message Date
Daniel Grunwald d6067bfc4c Fixed conversion of VB 'static' variables to C#. 15 years ago
Siegfried Pammer a720c302c6 it is now possible to use C# ExtractMethod in: 15 years ago
Daniel Grunwald 1e765b380a Fix TimeoutException during UDC upload. 15 years ago
Martin Koníček 04fbe5ad03 Switch snippet code improved based on Daniel's advice. 15 years ago
Matt Ward 09d4fc02a9 Update NUnit to version 2.5.5.10112 15 years ago
Matt Ward 157a1bd2a0 Python forms designer can now load a form with a DataTable containing UniqueConstraints. 15 years ago
Peter Forstmeier e81563b695 Start working on Debug Rectangle 15 years ago
Daniel Grunwald 7751d8cee9 Fixed SD2-1630: NotImplementedException in ICSharpCode.SharpDevelop.Internal.Templates.ProjectDescriptor.CreateProject 15 years ago
Daniel Grunwald fe6af4864b Add workaround for Cecil bug causing unit test failure. 15 years ago
Daniel Grunwald 29f90b75e8 Copy profiler hook dll into correct output directory. 15 years ago
Daniel Grunwald 511981ef37 Allow building profiler with Windows SDK 7.0 (don't require 7.0a) by using the old .vcproj format instead of .vcxproj. 15 years ago
Martin Koníček de1fefa9a9 Implemented switch snippet which inserts switch body dependent on switch condition. For enum condition prefills are enum cases. For non-enum condition inserts generic switch body with one case, like the old snippet. 15 years ago
Matt Ward fe6d788819 Disable the context menu in the setup files window when there are errors loading the WiX document. 15 years ago
Daniel Grunwald 86b868c728 Update to Mono.Cecil 0.9 (commit 8e50e24) 15 years ago
Justin Dearing d21cbadbb0 Added template for ASHX handler. 15 years ago
Siegfried Pammer 8bbeaac8f9 improved display of strings and characters in debugger tooltips 15 years ago
Daniel Grunwald 24bf6cb70d Fixed position of EOF token. 16 years ago
Siegfried Pammer 5710fba8c9 removed *.sln file filter from "Add existing project" dialog to avoid adding .sln files to a solution. 16 years ago
Siegfried Pammer d4db4a67dc [VB9] added further unit tests for QueryExpressionVB 16 years ago
Siegfried Pammer dd93e8bf9a [VB9] 16 years ago
Matt Ward 2f00c88c11 Merge IronPython and IronRuby addins to trunk. 16 years ago
Matt Ward e5de5a9d68 Updated IronPython to 2.6.1 final. Updated IronRuby to 1.0 final. 16 years ago
Siegfried Pammer 7741361936 [VB9] 16 years ago
Peter Forstmeier 42ec03473b Patch from Andreas Schönebeck "CollectionStrategy returns ErrorMessage in BaseDataItem.DBValue if ColumnName not exist" 16 years ago
Daniel Grunwald 639c6c9e39 Use .NET 4 RTM (v4.0.30319) in .bat files and version check. 16 years ago
Daniel Grunwald c5b862e402 Make NUnit compatible with .NET 4 RTM (instead of .NET 4 Beta 2). 16 years ago
Siegfried Pammer db2ee49105 [VB9] Set Dom.IMethodOrProperty.IsExtensionMethod to True if <Extension> is used on VB methods. 16 years ago
Daniel Grunwald 14c53aca0e Merge /branches/3.0 to /trunk. 16 years ago
Peter Forstmeier 084f6c245e Cleanup (FxCop) 16 years ago
Matt Ward 7e70410614 Updated NUnit to version 2.5.4 16 years ago
Peter Forstmeier 74898caa64 Cleanup (FxCop) 16 years ago
Peter Forstmeier 3b1ca96543 BaseTextItem show Field names with StringTrimming.EllipsisCharacter,BaseImageItem show image source 16 years ago
Siegfried Pammer 12fc1baa6f add class code generators to refactorings context menu 16 years ago
Peter Forstmeier 7b29baf57b Cleanup, rename IContainerItem to ISimpleContainer 16 years ago
Peter Forstmeier 6bb29cbb75 Add ResourceString's for ReportViewer, work on Converts 16 years ago
Siegfried Pammer 7210290f9e remove bookmarks from refactoring context menu 16 years ago
Peter Forstmeier 8654ab50c4 Update ReportViewer - Toolbar (remove CancelButton), add reportViewerMessages to localize ReportViewer.cs 16 years ago
Matt Ward b48dc4a228 Prevent xml.xsd from being downloaded whilst running xml editor unit tests. 16 years ago
Daniel Grunwald fcaaa81a70 Fixed a possible cause for SD2-1640 - DirectoryNotFoundException when adding source file 16 years ago
Daniel Grunwald 05660f70af Fixed tests 16 years ago
Daniel Grunwald 44de5f2def Fixed build. 16 years ago
Daniel Grunwald 79e8189c7c Fixed SD2-1604 - Code completion does not learn commonly used items 16 years ago
Daniel Grunwald b7dd5692aa Assign fixed version number to DockPanelSuite; the auto-increment versions seems to have caused setup trouble for some people. 16 years ago
Daniel Grunwald 493ea45a5d Close InsightWindow when typing ')'. 16 years ago
Peter Forstmeier 681a081213 Rework conversion of RowConverter and TableConverter, remove duplicate code 16 years ago
Daniel Grunwald b6cea6adb3 Fixed "is assembly in GAC" check for .NET 4 assemblies (thanks to Feng Chen). 16 years ago
Siegfried Pammer c919c50647 fixed XAML CC unit tests 16 years ago
Siegfried Pammer 408f188dc2 fixed partially invisible description in XAML code completion options pad 16 years ago
Siegfried Pammer 65e2ff4868 fixed insertion bugs in XAML code completion and added unit tests 16 years ago
Siegfried Pammer 85b56c804b fixed bug in XAML code completion: some accessible classes where not shown in CC 16 years ago