648 Commits (38a00c9455aa6c49476a6fa446512e32a935f62c)

Author SHA1 Message Date
Dickon Field c6ae904f0c Added latest version of server tools in the right place, and removed sharp server tools from the solution. Not deleted sharp server tools yet since I need some code from it 18 years ago
Daniel Grunwald 2d0d13aae7 Fixed forum-7331: Deleting .cs code template group causes code completion to throw NullReferenceException 18 years ago
Daniel Grunwald 82bbab8aec Forum-6859: Show code templates in code completion. 18 years ago
Daniel Grunwald cad71281f0 Fixed forum-7200, forum-7286: Exception when trying to remove lines with breakpoints 18 years ago
David Srbecký 7e46aa6f9d Limit repainting of Local Variables Pad to 40 ms. 18 years ago
David Srbecký 6d9f9d7184 Show the list of childs being progressively populated, do not wait until they are all loaded. 18 years ago
David Srbecký e471b86bfb Refreshed the documentation file. (Switched to Sandcastle) 18 years ago
Dickon Field ccdf9de860 Added a little more code for the db control - working on the db object tree 18 years ago
David Srbecký 669ace74ea Catch evaluation errors are display them as special error node. 18 years ago
Daniel Grunwald 34bac66a8f Fixed resolving when a generic class derived from a non-generic class with the same name. 18 years ago
Daniel Grunwald 347af114dd Fixed code completion after new-expression "new SomeClass().Member". 18 years ago
Daniel Grunwald 9b4679edf1 NRefactoryResolver rewrite: remove code duplication between NRefactoryResolver and TypeVisitor. Changed handling of method groups to follow C# specification more closely. 18 years ago
Dickon Field 0ac8486042 Started new style Server control, incorporating dbtool 18 years ago
David Srbecký 6026fd7b54 Custom modifications of the TreeView 18 years ago
David Srbecký eb845459c5 Updated to TreeViewAdv control 1.6.1.0 18 years ago
Daniel Grunwald a17c67bf38 Fixed forum-7193: CSharpOutputVisitor bugs 18 years ago
Daniel Grunwald 635d791b96 Fixed forum-7172: NullReferenceException in C# parser when "fixed" keyword was used incorrectly. 18 years ago
Matt Ward 849b934739 XML editor now uses the text editor's CodeCompletionWindow instead of its own custom version. 18 years ago
Matt Ward 3e065a31bd Moved Mono addin to samples and added support for Mono's new VB.NET compiler Vbnc. 18 years ago
Daniel Grunwald 85d7e3ab6b Layout configuration: Make "<Reset to defaults>" switch back to the Default layout. 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
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 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 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 6bd9f43482 WinFormsUI/License.txt: disable Copy to Output Directory. 18 years ago
Daniel Grunwald cf79e8fa40 Disabled COM registration for MyMeta. 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 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 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 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 a8c71399b6 Fixed SD2-1378: Bookmarks behave incorrectly when removing text 18 years ago
Daniel Grunwald 9dbecc48ee Implemented SD2-1371: Use recycle bin to delete files. 18 years ago
Daniel Grunwald 69e26d71c3 Applied patch by Ray Gilbert: CodeDomOutputVisitor now supports more language constructs. (see http://www.codeproject.com/csharp/codedom_assistant.asp) 18 years ago
Daniel Grunwald 2fb0252633 Fixed removing lines in the text editor. 18 years ago
Daniel Grunwald 1eabdccf12 Add TextAnchor to text editor. 18 years ago
Daniel Grunwald 378073478e Fixed forum-15062: TextEditor changes encoding of UTF-16 files to UTF-8. 18 years ago
Daniel Grunwald f21b08932d TextView.VirtualTop: X was a column number, Y a pixel position. Now both are pixel positions. 18 years ago
Daniel Grunwald d8653d3205 Fixed forum-18069: Text selection lags mouse depending on font 18 years ago
Daniel Grunwald 9afa0e7ebe RunProject command: compile project before running it. 18 years ago
Daniel Grunwald 0c51983690 NRefactory: Support parsing statements like "SomeDelegate d = GenericMethod<string>;" 18 years ago
Daniel Grunwald b355b23dba Worked on event support in WPF designer. 18 years ago
Daniel Grunwald 2d21efe844 Various bug fixes. 18 years ago
Daniel Grunwald 8675624e3c Fixed forum-18481: Problem with Boo Forms Designer when using TableLayoutPanel 18 years ago
Daniel Grunwald b78656bd6f Fixed forum-18391 and forum-18392 (pretty printer bugs). 18 years ago