1113 Commits (91069acffda0aeb655b9a4d892fe714088e686ba)

Author SHA1 Message Date
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. 19 years ago
Daniel Grunwald 8f2e284793 Allow choosing the target framework when creating a new project. 19 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) 19 years ago
Daniel Grunwald 44fcb45530 FxCop AddIn: allow suppressing assembly-wide messages (e.g. AssembliesShouldHaveValidStrongNames) 19 years ago
Daniel Grunwald 25bc869822 Make project conversion from MSBuild 2.0 to 3.5 explicit using a button in the project options. 19 years ago
Daniel Grunwald 5edf2f6842 Fixed bug in text editor drag+drop that could cause an undo group to stay open. 19 years ago
Daniel Grunwald 6bd9f43482 WinFormsUI/License.txt: disable Copy to Output Directory. 19 years ago
Daniel Grunwald cf79e8fa40 Disabled COM registration for MyMeta. 19 years ago
Dickon Field 4887977c40 Added MyMeta and ICSharpCode.DataTools libraries which are required by new version of DbTools plugin 19 years ago
Daniel Grunwald 2d94d3128c Update to Cecil 0.6. 19 years ago
Daniel Grunwald 51b2ea1d23 Reapply our patches to the DockPanel Suite. 19 years ago
Daniel Grunwald 76b67dbca9 Update to DockPanel Suite v2.1. 19 years ago
Daniel Grunwald 9c78cdcfc5 Some fixes suggested by FxCop. 19 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. 19 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. 19 years ago
Daniel Grunwald a8c71399b6 Fixed SD2-1378: Bookmarks behave incorrectly when removing text 19 years ago
Daniel Grunwald 9dbecc48ee Implemented SD2-1371: Use recycle bin to delete files. 19 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) 19 years ago
Daniel Grunwald 2fb0252633 Fixed removing lines in the text editor. 19 years ago
Daniel Grunwald 1eabdccf12 Add TextAnchor to text editor. 19 years ago
Daniel Grunwald 378073478e Fixed forum-15062: TextEditor changes encoding of UTF-16 files to UTF-8. 19 years ago
Daniel Grunwald f21b08932d TextView.VirtualTop: X was a column number, Y a pixel position. Now both are pixel positions. 19 years ago
Daniel Grunwald d8653d3205 Fixed forum-18069: Text selection lags mouse depending on font 19 years ago
Daniel Grunwald 9afa0e7ebe RunProject command: compile project before running it. 19 years ago
Daniel Grunwald 0c51983690 NRefactory: Support parsing statements like "SomeDelegate d = GenericMethod<string>;" 19 years ago
Daniel Grunwald b355b23dba Worked on event support in WPF designer. 19 years ago
Daniel Grunwald 2d21efe844 Various bug fixes. 19 years ago
Daniel Grunwald 8675624e3c Fixed forum-18481: Problem with Boo Forms Designer when using TableLayoutPanel 19 years ago
Daniel Grunwald b78656bd6f Fixed forum-18391 and forum-18392 (pretty printer bugs). 19 years ago
Daniel Grunwald d2315a13c0 Worked on VB<->C# converter. 19 years ago
Daniel Grunwald 3d8d7af120 Worked on VB->C# converter. 19 years ago
Daniel Grunwald 1ea9ac7b61 More improvements for the C#->VB converter. 19 years ago
Daniel Grunwald b78db77094 Improved C#->VB converter. 19 years ago
Daniel Grunwald d3ebdfcab4 Worked on C# -> VB converter. 19 years ago
Daniel Grunwald 64e7f0645d Fixed SD2-803: Implicit interface implementations are not converted correctly to VB 19 years ago
Daniel Grunwald 83b98bd73d Fixed SD2-1028: local variables should be always initialized when converting code from VB to C#. 19 years ago
Daniel Grunwald 0227db2d23 Move Search&Replace into an AddIn. 19 years ago
Daniel Grunwald 2213306f2d Set correct caret column when pressing return. 19 years ago
Daniel Grunwald 50015a2b7b Fixed SD2-1298: Converting single assignment and comparison statement from C# to VB.NET 19 years ago
Daniel Grunwald d5b3330f71 Fixed SD2-1355: FormattingStrategy: meaning of IndentLine, FormatLine return value 19 years ago
Daniel Grunwald 5f9f3db75c Update string resources. 19 years ago