687 Commits (5efb3e05260298f15fe9694bf7d1e0d3b26e202e)

Author SHA1 Message Date
Daniel Grunwald ae6635bcb6 Fixed SD2-639: Renaming a form should rename the resource file 20 years ago
Daniel Grunwald 8f779b2ffb Fixed SD2-654: Get file types to register from AddIn tree. 20 years ago
Daniel Grunwald 9a42a2c0f8 Fixed SD2-484: Designer verbs not displayed in forms designer 20 years ago
Daniel Grunwald 3255344aba Fixed SD2-652: Code completion for form component with modifier set to public 20 years ago
Daniel Grunwald ff84b11400 Fixed SD2-653: Design tab missing for new form added to project 20 years ago
Daniel Grunwald 8cad70aec9 Fixed exception when renaming project while project options are opened. 20 years ago
Daniel Grunwald 4816d086ef The Boo forms designer now supports partial classes. 20 years ago
David Alpert e53be414f7 Grouped code according to interface implementations and added #region wrappers to identify them. 20 years ago
Daniel Grunwald 218da5ed20 Fixed SD2-651: Opening a single file displays error message 20 years ago
Daniel Grunwald 889902cff7 Fixed SD2-650: Find References error with single file open 20 years ago
Matt Ward 6cc832fad8 Fixed null reference exception in project browser if the last selected file is null. 20 years ago
David Alpert bc1c5c33c4 Improved ProjectBrowser's ability to track the selected file. 20 years ago
Daniel Grunwald 217f008544 Add some strings to the translation database. 20 years ago
Daniel Grunwald 3d398142f4 C# form template now uses partial classes. File templates now can use the "DependentUpon" attribute. 20 years ago
David Alpert d9da0705dd Fixed small bug introduced by recent changes that entered search results twice for FindAll searches. 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 1538282335 C# <-> VB converter now converts P/Invoke declarations. 20 years ago
Daniel Grunwald f1941afc91 Put more strings into the translation database. 20 years ago
David Alpert d7cfa0a8f3 Recent search results now show in most-recently-displayed-first order. 20 years ago
Daniel Grunwald a3c3230123 Added some strings to the translation database. 20 years ago
Daniel Grunwald e8ca795929 Removed Visual Styles workaround that is not needed on .NET 2.0 anymore. This fixes the background color of radio buttons in group boxes when WinXP is used but Visual Styles are disabled. 20 years ago
Daniel Grunwald 1acdd6d9e0 Project converter now converts project settings. 20 years ago
Matt Ward e29ae4dd10 User is now prompted for discovery credentials when adding or refreshing a web reference if the server returns a Http status of 401 (Unauthorised). Tested with basic and NT authentication. 20 years ago
David Alpert 76f8cab016 SearchResultPanel's 'Select Search Mode' drop-down menu is now generated dynamically from the SearchResultPanelViewMode enum. 20 years ago
David Alpert c7ff29e4ca SearchReplaceInFilesManager.ShowSearchResults now calls OnSearchAllFinished to log the results in the 'Show last searches' menu. 20 years ago
Daniel Grunwald dac4be9a65 Added SharpQuery. 20 years ago
Daniel Grunwald 55300ef602 Fixed project converter bugs. 20 years ago
Matt Ward 787617378c File and project template categories can now specify a sort order if required. Defaults to sorting by category name. Updated string resources for new templates. 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 a9071e9809 Project and file templates now support subcategories. 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 4264bb2bf9 Fixed SD2-625: Cannot add solution items to the solution 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 8cd3f6d81c Added generator application to generate the NRefactory AST. 20 years ago
Daniel Grunwald 21de318a25 Fixed SD2-636: NRefactory -> CodeDom converter might not work on first try. 20 years ago
Daniel Grunwald f70afa7916 Enable using PropertyGroups in the project templates. Updated ComplexExample, it should now demonstrate all project template features. 20 years ago
Daniel Grunwald dee27d74c7 Fixed exception when trying to delete a MarshalByValueComponent (like DataSet) using the keyboard. 20 years ago
Daniel Grunwald e0d0b12338 Fixed SD2-635: Code completion does not work for VB array access. 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 4cc02c2c6d Fixed SD2-632: Ctrl+Space "preselection" does not work. 20 years ago
Daniel Grunwald 3013f698f3 Implemented right-to-left mirroring for dialogs and the main menu. 20 years ago
Daniel Grunwald e00f9a4efc Fixed StackOverflow when showing project options for project stored on a remote network location. 20 years ago
Daniel Grunwald a2323c417a Fixed SD2-629: VBNetForeachLoopVariableTest. 20 years ago
Matt Ward dd7031190c Fixed SD2-626. FileNode in the project browser now has its filename updated when its parent folder is renamed. 20 years ago
Matt Ward 533efc470c Added support for web references. 20 years ago
Daniel Grunwald ba41a5adf1 Fixed SD2-511: Code completion in inserted line. 20 years ago