2306 Commits (a627f020d5893c629156cb547addb668b1f65f08)
 

Author SHA1 Message Date
Matt Ward 413f0bcbc0 Fixed SD2-1227. Tab characters are now trimmed from the navigation history drop down. 19 years ago
Matt Ward 20eea2e9d5 Installer now shows a feature tree with the file associations that will be created by default. The user can choose which file associations are not created by either disabling them all or disabling them individually from the feature tree. 19 years ago
Matt Ward 3296c544eb File associations are no longer registered at startup by default. 19 years ago
Daniel Grunwald 226f46fcbb Fixed SD2-1007: VS .NET solution are not converted correctly to the VS 2005 format. 19 years ago
Daniel Grunwald f0bccb60c4 Fixed in rev. SD2-870: 'Hide mouse cursor while typing' make cursor remain hidden on mouse motion 19 years ago
Daniel Grunwald 0859a04a52 Move C# expression finder tests to SharpDevelop.Tests (the expression finder now is in SharpDevelop.Dom). Fixed a bug in the VB expression finder. 19 years ago
Matt Ward d9d07dae9d Fixed SD2-1256 - Saving a WiX project after changing its project options encodes characters in the .wixproj file. The WiX project options panels now set the TreatPropertyValueAsLiteral property to false on the ConfigurationGuiBindings. 19 years ago
Matt Ward d079cdbc43 Fixed SD2-1182. Element and attribute names entered in the add element/attribute dialog are now validated. The add element/attribute dialog no longer displays a list box if there are no element/attribute names returned from the schema or if the xml document has no schema. 19 years ago
Christian Hornung 4ac2c6f933 Fixed SD2-1239: ResourceToolkit: Incorrect mapping of manifest resource names to file names in VB. 19 years ago
Matt Ward 12daded61e SD2-972 - Null reference exception thrown by the Component Inspector's find dialog when trying to show the 'No items found' list item. The find dialog was not handling the list item's tag being null. 19 years ago
Matt Ward 7930027abb The title of the Component Inspector's view is now correct. Previously the string resource was not being parsed by the string parser. 19 years ago
Matt Ward f021fb3ee9 SD2-1254 - EditHighlighting dialog throws an object disposed exception if the dialog is closed without clicking the Cancel or OK button. The option panel's controls are now cleared when the EditHighlighting dialog is disposed. 19 years ago
Daniel Grunwald e368ce2301 Show better error message when Forms Designer is used and the reference to System.Windows.Forms is missing (SD2-1211) 19 years ago
Daniel Grunwald 137ebabd5a Fixed SD2-1040: External subs declarations not converted correctly from VB to C# 19 years ago
Daniel Grunwald 4a374bf942 Fixed SD2-1071: Explicit bounds in array assignment not converted correctly between C#<-->VB. 19 years ago
Daniel Grunwald 773461f3fb Fixed SD2-928: Code generation options are ignored 19 years ago
Daniel Grunwald 2c108be5e5 Add project template for creating a custom tool AddIn. 19 years ago
Daniel Grunwald 12568ecff0 Add missing files to setup (StringResources.pt.resources and VBNet\CompactFormsProject.xpt) 19 years ago
Daniel Grunwald 23d2ca7cbd Allow selection of multiple .dlls when adding components to the forms designer. (forum-14092) 19 years ago
Christoph Wille 4bb5ac924e git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2180 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 19 years ago
Christoph Wille eaa4c88c80 Updated SharpReport to revision 31. This revision includes PDF support. Setup still needs to be modified to include added assemblies. 19 years ago
Daniel Grunwald 8ef45d5c53 Fixed conversion of TypeOfIsExpression to Boo. 19 years ago
Daniel Grunwald eede8fa2ea Update string resources. 19 years ago
Daniel Grunwald 2c42782129 Update to Boo revision 2371. 19 years ago
Daniel Grunwald 259a31692e Fixed code-completion problem introduced in last revision. 19 years ago
Daniel Grunwald 8c2dfd9573 Fixed scope of loop variable in ForStatement. 19 years ago
Matt Ward 27e3d06d46 Fixed SD2-1249. Modified the WiX setup project template so that the MSBuild project property DefineConstants is not escaped when the new project is created. 19 years ago
Daniel Grunwald 700dc8fe57 Fixed SD2-1238: Menu items View Code and Properties shown when right clicking a menu strip in the designer do nothing (patch by Aaron Carlson) 19 years ago
Matt Ward 3fbed5069c Fixed SD2-882. The selected WinForms toolbox item is now cleared when the sidebar is reloaded. 19 years ago
Matt Ward bb4814b719 Fixed SD2-1219. New namespace, class and method tree nodes added to the Unit Tests tree are now sorted. 19 years ago
Daniel Grunwald 61ee98484d Add strings from subversion AddIn to translation database. 19 years ago
Matt Ward 8c00af1a81 Fixed SD2-1247 - Definition view throws a DirectoryNotFound exception with a new class that is not part of a project. Modified the DefinitionViewPad so it looks for the file contents in the currently open text editors before loading the file from disk. 19 years ago
Daniel Grunwald 52f9d67a00 Fixed SD2-1138: TextEditor throws exception when undoing generated code and then re-generating it. 19 years ago
Daniel Grunwald 69906811f8 Add Portuguese string resources. 19 years ago
Daniel Grunwald 78ac392101 Fixed SD2-1228: Find references dialog title includes ampersand character 19 years ago
Matt Ward c053b954a6 Added basic cut, copy and paste to the XML tree editor. 19 years ago
Daniel Grunwald 80abc20f76 Implemented reloading solution when it was changed by version control operation (SD2-1221) 19 years ago
Daniel Grunwald 0224841f29 Move base class reference (:Form) from Designer file to main file. 19 years ago
Daniel Grunwald ca45c905f3 Fixed SD2-931: Undo after inserting code template 19 years ago
Daniel Grunwald f7d5e74a8b Fixed SD2-934: Two Dynamic Help menu items 19 years ago
Daniel Grunwald 1276b5114e Auto-add new files to version control (part of SD2-1221) 19 years ago
Daniel Grunwald 2209a49fcf Reverted docking library patch from revision 1181. Hopefully this will fix SD2-1244: Layout change causing InvalidOperationException in DockPane 19 years ago
Matt Ward ecf6ec72a3 Release builds of SharpServerTools now build to the same folder as Debug builds - AddIns\Misc\SharpServerTools 19 years ago
Matt Ward fd5c27cf36 Added SharpServerTools to the installer. 19 years ago
Matt Ward 80fb684f1c Using 'Installed OR' in the installer's LaunchConditions so they do not block the user from repairing or uninstalling if the package has been already been installed. 19 years ago
Daniel Grunwald 1a245bf728 Fixed SD2-1206: New "Wait" Dialog appears if the search has already finished. 19 years ago
Daniel Grunwald 2f3da55275 Fixed SD2-1179: renaming an interface called "inter" changed the "interface" keyword instead of the interface name 19 years ago
Daniel Grunwald 2cfab8e408 Don't show "unhandled exception" dialog for exceptions handled by the windows forms designer (SD2-1120). 19 years ago
Daniel Grunwald c75e4a3e5e Fixed SD2-1082: Adding a user control to a form throws exception if the control's code doesn't have a constructor without arguments. 19 years ago
Daniel Grunwald febc16e23b Fixed SD2-936: Insight window filename incorrect after renaming file 19 years ago