241 Commits (3c07d41faa782dd244ea25a08806215d5cb4166c)

Author SHA1 Message Date
Daniel Grunwald 3c07d41faa Applied patch by Scott Ferrett: AnyCPU error on new solution 20 years ago
Daniel Grunwald e378b90e2e Fixed exception when opening a solution containing web projects. 20 years ago
Daniel Grunwald 17c49a84b4 Fixed forum-5561: Preferences not saving if path exceeds certain length 20 years ago
Daniel Grunwald 23d5b75f68 Fixed crash when trying to view components in assembly Microsoft.VisualStudio.CommonIDE. (forum-5369) 20 years ago
Daniel Grunwald 05aa4c4885 Fixed exception when loading a project when a referenced library was missing dependencies. 20 years ago
Daniel Grunwald 100f98a085 Boo CodeDomVisitor now supports TryCastExpressions 20 years ago
Daniel Grunwald 1a17634102 Fixed exception when QuickClassBrowserPanel panel was refreshing while a partial class was updated by the parser thread. 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 9caae3a9db Fixed SD2-666: Code generation for EventHandler produces invalid code 20 years ago
Daniel Grunwald 44a402378e Fixed SD2-680: Exception when deleting the *Designer.cs partial class file 20 years ago
Matt Ward 149af8951d Fixed SD2-679. Attempting to create a directory in the project browser containing invalid characters, such as a backslash, will display an error message. 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 94d5e5bc08 Switch from MbUnit to NUnit: 20 years ago
Daniel Grunwald 42dcc8da05 Patch by Scott Ferrett: List of project file extensions to open when the file was specified on the command line was hardcoded to csproj,vbproj,booproj; now it can be extended using the AddIn tree. 20 years ago
Daniel Grunwald ae6635bcb6 Fixed SD2-639: Renaming a form should rename the resource file 20 years ago
Daniel Grunwald 889902cff7 Fixed SD2-650: Find References error with single file open 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 b6709b423c I forgot to check in some files... 20 years ago
Daniel Grunwald 356cea55e4 Fixed SD2-579: Design tab not always available for partial class forms (patch by Christian Hornung) 20 years ago
Daniel Grunwald cf8f7e43f2 Added project converter (C# <-> VB -> Boo). Project settings are currently not converted. 20 years ago
Matt Ward b4111c9deb Revert change made to ProjectContentRegistry back to revision 983. 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 8cd3f6d81c Added generator application to generate the NRefactory AST. 20 years ago
Daniel Grunwald 4ac89b6905 Overworked form designer assembly loading a bit. Showing the custom components in the tools pad no longer causes the assembly to be loaded, it is loaded only when the component in the toolbox is activated. 20 years ago
Daniel Grunwald 1b60119f5c Fixed SD2-459: Project scout viewstate not remembered. 20 years ago
Daniel Grunwald a48969f7f0 Fixed SD2-436: Code Autogeneration. (code is now inserted at cursor position again) 20 years ago
Daniel Grunwald e1e7877a49 Fixed BOO-628 - Alt+Ins code generation only works for C# and VB. 20 years ago
Daniel Grunwald de20032c48 Fixed VB interface implementation code generator. 20 years ago
Daniel Grunwald 32abb6ee5a Change file header. 20 years ago
Daniel Grunwald 59a5ede785 Fixed SD2-607: Null Reference exception on closing form designer. 20 years ago
Daniel Grunwald e54926242a Fixed SD2-574: tooltip delay (using system setting for MouseHoverTime) 20 years ago
Daniel Grunwald d59a61c841 Fixed bug in C# to VB converter: AddEventHandler statements were not converted correctly. 20 years ago
Daniel Grunwald d7e895c4f8 Fixed solution configuration -> project configuration mapping. 20 years ago
David Srbecký 3a723b7a39 Private/static variables separated in debugger tooltips 20 years ago
Daniel Grunwald 0a42f77c37 Fixed StackOverflowException and endless loop when classes had cyclic inheritance. Fixed the VB expression finder for "MethodCall().MethodCall()", added unit tests for the expression finder. 20 years ago
Daniel Grunwald ea52117d70 Fixed SD2-525: Changing the output Window font changes the text editor window font. 20 years ago
Daniel Grunwald 48939e61d6 Rename FormDesigner to FormsDesigner. 20 years ago
Daniel Grunwald 38277f6d8d Fixed SD2-466: Tools panel doesn't work in autohide mode 20 years ago
Daniel Grunwald 49040ea269 Fixed code completion for project references. 20 years ago
Daniel Grunwald 2e13b56e1d Fixed moving linked files in the project pad and other minor bugs. 20 years ago
Daniel Grunwald 28dfc752a6 Fixed a few minor bugs. 20 years ago
Daniel Grunwald b8720c2bac Fixed SD2-564: Code always generated for c#. 20 years ago
Daniel Grunwald 45e773b985 Fixed some bugs in the project browser (Solution Folders and Solution Items) 20 years ago
Matt Ward df90bc1412 Fixed SD2-565. Cutting and pasting a file into its original directory no longer deletes the file. 20 years ago
Daniel Grunwald a7bbc127a9 Fixed SD2-551: Project view not always synchronising the current document 20 years ago
Daniel Grunwald 81f0f4322c Fixed NullReferenceException in DynamicHelpPad. Updated layout configuration to hide DynamicHelpPad by default. 20 years ago
Daniel Grunwald c090e3a27c Fixed SD2-556: Resx not being added to project 20 years ago
Daniel Grunwald 91104f4152 Fixed SD2-559: Jagged arrays don't parse 20 years ago