648 Commits (38a00c9455aa6c49476a6fa446512e32a935f62c)

Author SHA1 Message Date
Matt Ward 985dfffb70 SD2-413 - Bookmark marker not redrawn correctly after being partially covered by another window. 20 years ago
Daniel Grunwald 05c43ceb3f Worked on FxCop integration. 20 years ago
Daniel Grunwald 4415e32c07 Implemented FxCop task. 20 years ago
Daniel Grunwald 67bdeee0dd Update to Boo 0.7.6.2160. 20 years ago
Daniel Grunwald 099643ef83 Fixed forum-5573: Error compiling projects created by VS 2005 for .NET 1.1. 20 years ago
Daniel Grunwald 94d339bf97 Improved VB -> C# converter. 20 years ago
Matt Ward ea64b543f7 SD2-675 - Left/right keys should move the cursor when displaying the code completion window. 20 years ago
Daniel Grunwald 5b7822936a Applied patch by John Simons: Closing an open file tab returns focus to the previously focused tab. 20 years ago
Daniel Grunwald c78a1b2d48 Fixed exception when using Boo callable definition. 20 years ago
Daniel Grunwald 100f98a085 Boo CodeDomVisitor now supports TryCastExpressions 20 years ago
Matt Ward 17aa48e709 Modified the MonoCompilerTask class (base class for all mono compiler tasks) so it uses Microsoft's ToolTask class to run the compiler instead of doing all the work itself. 20 years ago
Matt Ward 9d52c21a2e VB.NET projects can now target Mono via the MonoBasic compiler. All Mono compiler command lines now logged and can be seen when running MSBuild from the command prompt. Added Gtk# project and file template for VB.NET. 20 years ago
Matt Ward 5ff47c03b8 VB.NET projects can now target different versions of Microsoft's .NET framework. 20 years ago
Daniel Grunwald 5cadcaa96c Apply our patches to the DockPanel Suite. 20 years ago
Daniel Grunwald 6e1d43f2d7 Upgrade to DockPanel Suite 1.0.0. 20 years ago
Daniel Grunwald c020c5848d C# parser bugfix: casts to non-builtin nullable types 20 years ago
Daniel Grunwald 2a2745948d Fixed C# parser bug (casts to nullables). 20 years ago
Daniel Grunwald 7a95e8ead4 Update AssemblyInfo to version 2.1. 20 years ago
Daniel Grunwald b89b1c599f Fixed bug: "Run Tests in Debugger" / "Run with NCover" / etc fail with warnings. 20 years ago
Daniel Grunwald e871bbbb6c Applied patch by Scott Ferret: Enhancement to Cut/Copy/Paste 20 years ago
Daniel Grunwald 98335d8152 Fixed SD2-426: About box / Version info tab / Copy (the clipboard seems to be set correctly, we can ignore the ExternalException) 20 years ago
Daniel Grunwald 2e030b8b2a Fixed Forum-5038: using "Go to line number" does not clear the selection. 20 years ago
Daniel Grunwald 8c8f945005 Allow CodeCompletionDataProvider to specify the chars that are allowed to be entered while the code completion window is opened. 20 years ago
David Srbecký bcae75a925 Implemented SD2-546: Breakpoints that will not be hit should have different icon; 20 years ago
David Srbecký edc71e8dd7 Renaming in Breakpoint class. Added WillBeHit property to BreakpointBookmark. 20 years ago
Daniel Grunwald 6c0473638e Fixed some NRefactory bugs, added NRefactory unit tests. 20 years ago
David Alpert 56f82265dc Applied patch by John Simons: Closing an open file tab returns focus to the previously focused tab. Patch edited slightly to use generics & follow DockPane.cs naming conventions. 20 years ago
Daniel Grunwald 7c58827869 Sort ExtTreeView only when expanding a node for the first time instead of every time a node is expanded. 20 years ago
Daniel Grunwald b8db7f0b60 Fixed unit tests. 20 years ago
Daniel Grunwald 94d5e5bc08 Switch from MbUnit to NUnit: 20 years ago
Daniel Grunwald fdad3d05d5 Fixed SD2-661: Project browser cannot be navigated with keyboard 20 years ago
Daniel Grunwald 8cad70aec9 Fixed exception when renaming project while project options are opened. 20 years ago
Daniel Grunwald 3d398142f4 C# form template now uses partial classes. File templates now can use the "DependentUpon" attribute. 20 years ago
Daniel Grunwald 1538282335 C# <-> VB converter now converts P/Invoke declarations. 20 years ago
Daniel Grunwald 28f4a33d01 Fixed C# lexer: double-quote in verbatim string parsed incorrectly 20 years ago
Daniel Grunwald 9833db1c49 Fixed NRefactory bugs regarding "else if"-statements. 20 years ago
Daniel Grunwald e6dc607e4f Fixed copy-paste into RTF editors when text contained backslash. 20 years ago
Daniel Grunwald fd3cc63664 Fixed C# parser bug: cast followed by anonymous method. 20 years ago
Daniel Grunwald 55300ef602 Fixed project converter bugs. 20 years ago
Daniel Grunwald 3175901033 Fixed NullReferenceException when converting C# statements like "if (a != null) b.c();" 20 years ago
Daniel Grunwald cf8f7e43f2 Added project converter (C# <-> VB -> Boo). Project settings are currently not converted. 20 years ago
Daniel Grunwald 7aed280b1f Applied patch by Alex Prudkiy: fixes loading the forms designer when the file contains multiple classes. 20 years ago
Matt Ward 191510b4bc Reset accidentally modified assembly info version numbers. 20 years ago
Matt Ward 5d68029091 Added support for Mono's GAC. Added Gtk# and Glade# project templates. Project templates can now clear any imports added by default. Improved code completion for Mono GAC assemblies with dependencies. 20 years ago
Daniel Grunwald 7604eb6050 Fixed SD2-644: Exception when selecting text 20 years ago
Daniel Grunwald 062b1a35f1 Added AbstractAstTransformer, using it now for the code converter. This should fix problem for certain statement combinations. 20 years ago
Daniel Grunwald 3a79ab57f4 delete directories Subversion didn't delete me on the first try 20 years ago
Daniel Grunwald 8cd3f6d81c Added generator application to generate the NRefactory AST. 20 years ago
Daniel Grunwald e23de4ea60 Fixed VB output visitor: Named attribute arguments 20 years ago
Daniel Grunwald 044c956919 Update to NUnit 2.2.5. 20 years ago