2237 Commits (51e43f4b74da4dc3fbca0b12d145962a4438ea8f)
 

Author SHA1 Message Date
Justin Dearing a1a53eeb43 I cleaned up the tabs for the ConfigurationElement.cs(Section|Collection|Element) xtf files. Cleaned up the comments in the associated .cs files. Also added contructor code to ConfigurationSection to all the section to appear in user.app. 19 years ago
Daniel Grunwald 12e0510669 Fixed forum-14696: Code completion exception for Boo 19 years ago
Daniel Grunwald 34c8a212b1 Fixed SD2-1261: DOM crash on incomplete VB array field definition 19 years ago
Matt Ward 6962c12d53 Fixed SD2-862. The highlighting editor now supports the singleword attribute on begin and end spans. 19 years ago
Matt Ward 39d46ef721 Fixed SD2-961 - Null reference exception on performing a find next on a reopened file. The ProvidedDocumentInformation now has an Equals method which takes into account if the TextAreaControl is different. This Equals method is now used instead of only comparing the filenames so the search can determine if the document has been closed and reopened and a new ProvidedDocumentInformation instance will be required. 19 years ago
Matt Ward c2ac5dad22 Fixed SD2-1127. Can now comment out a region of text between two existing block comments. 19 years ago
Matt Ward 3cbcab3bf6 Custom components side tab is now updated when a new reference is added to the project. It is also disposed before creating a new instance when the toolbox side tabs are reloaded. 19 years ago
Matt Ward aaec0f764a Fixed SD2-1072. The caret position is validated when the TextAreaControl is entered. 19 years ago
Matt Ward 4d9719d51b Fixed SD2-1157. Changed the breakpoint text highlight colour so it matches the breakpoint icon. 19 years ago
Daniel Grunwald 492c46df04 Allow clicking "through" icons in the text editor icon bar margin if they don't handle the mouse event. 19 years ago
Matt Ward e18a648417 Fixed SD2-1267 - Cannot design a WiX dialog that is not in a project. 19 years ago
Matt Ward 39cb494584 Removed the ToolPath's Condition check from new WiX Projects (.wixproj). 19 years ago
Matt Ward d6a236d69f Changed the WiX project imports test so that the order of the imports does not break the test. 19 years ago
Matt Ward bdadb26f01 Fixed failing WiXBinding test. A WiX project now has two imports. Added the extra Microsoft.Common.targets import to use its copy local functionality. 19 years ago
Matt Ward cd3fe19a3c Added support for copy local files in WiX projects. A 'Compiling ProjectName...' message is now shown when building a WiX library project using the lit task. 19 years ago
Matt Ward 415293947c Updated to WiX 2.0.4820.0. Modified wix.targets so WiX libraries (.wixlib) can be built and incremental builds now work. 19 years ago
David Srbecký 57c289f5fe Ignore base class of generic types and return 'object' instead 19 years ago
Matt Ward b7d71e00d0 Fixed SD2-847. Generating VB.NET code for an overridden method inside a My class (e.g. MyApplication) would throw an ArgumentOutOfRangeException. Changed the CodeGenerateBase class to use the class selected in the text editor and not the compound class when inserting generated code. 19 years ago
Matt Ward ca351977a4 Fixed SD2-1250. Can now specify floating point values for the text editor's font size. 19 years ago
Matt Ward 4767b24e72 Added a new icon for Component tree nodes in the WiX Setup Files editor. 19 years ago
Daniel Grunwald cc9430b8dc Fixed SD2-1087: Setting IEditable.Text does not update undo stack 19 years ago
Daniel Grunwald 14d8cd8f50 Fixed SD2-1251: Code generation in partial classes picks the wrong part 19 years ago
Daniel Grunwald b74c496ea6 Try to avoid Project GUID conflicts. 19 years ago
Daniel Grunwald ff2a4f26f0 Fixed forum-14286: exceptions thrown when trying to create WPF application without .NET Framework 3.0 installed. 19 years ago
Matt Ward 1b7398fc85 Fixed SD2-1185 - Quick class browser's method list not in sync with selected class. 19 years ago
Matt Ward 9b330200f4 Fixed SD2-1257. Fixed a null reference exception in the AddComponentsDialog that could occur when listing the components from a file which is not a .NET assembly. 19 years ago
Matt Ward 695de9d5af Fixed SD2-1255. VB.NET code generator options are now initialized. 19 years ago
Matt Ward f8983fac80 Fixed SD2-1235 - Browsing for a new folder in the New Project dialog should use the dialog's location as the starting folder. SharpDevelop now uses the FolderBrowserDialog that is a part of .NET 2.0 which allows the setting of the initial folder location. 19 years ago
Matt Ward 268ee04412 Fixed SD2-1187 - The properties pad displays an ampersand character for the project's Configuration property. 19 years ago
Matt Ward 981e889a00 SD2-897 - Reloading an unchanged file loses folds and member bookmarks. 19 years ago
Matt Ward b16372b17e Fixed SD2-827 - Folder still visible after excluding it from the project. When a directory node was excluded the visiblity of the node was not being updated. 19 years ago
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