2358 Commits (a4035d10e4636fb99b0441562ecee44cf91d05b8)
 

Author SHA1 Message Date
Daniel Grunwald 55e7fa42b9 Support editing enum property in PropertyEditor. 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
Daniel Grunwald 4cb3045791 WPF PropertyEditor 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
Daniel Grunwald bc26b06010 Add "IsSet" button to property grid. 19 years ago
Matt Ward 413f0bcbc0 Fixed SD2-1227. Tab characters are now trimmed from the navigation history drop down. 19 years ago
Daniel Grunwald 4a578b3c3d Begin implementing the PropertyEditor. 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 e22a8beca8 Add WindowClone. 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 05f80162ee Fixed CSharpCodeCompletion sample. 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
Daniel Grunwald de3656269f Allow setting simple properties via DesignItem. 19 years ago
Daniel Grunwald bef87e00dd WPF Designer. 19 years ago
Itar Bar-Haim fa18664814 Match to the newest version. Mainly includes features implementation. 19 years ago
Itar Bar-Haim 97c7083516 Initial check-in of the new Class Wizard. 19 years ago
Itar Bar-Haim 70d1a6694f Match to the newest version. Mainly includes refactoring and bug fixes. 19 years ago
Itar Bar-Haim 9aa3b0b5e0 Match to the newest version. Mainly includes features implementation. 19 years ago
Itar Bar-Haim 2ab5a340ad Match to the newest version. Mainly includes refactoring and bug fixes. 19 years ago
Itar Bar-Haim 6363f363b0 Match to the newest version. Mainly includes refactoring and bug fixes. 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
Daniel Grunwald a1b81828e8 Merged Serralongue 2181:2226 to trunk. 19 years ago
Daniel Grunwald 2ecc05f3f5 More work on adorners. 19 years ago
Daniel Grunwald c44f429646 Add adorner support. 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
Daniel Grunwald e2b69e1104 Support CustomInstanceFactory. 19 years ago
Daniel Grunwald f890f57886 Work on designer extensibility framework. 19 years ago
Daniel Grunwald 661dc93d6c Worked on designer infrastructure. 19 years ago
Daniel Grunwald f182568b29 Rename DesignSite -> DesignItem. 19 years ago
Daniel Grunwald b54ee353de WpfDesigner 19 years ago
Daniel Grunwald 320b1acb30 Create WpfDesign project. 19 years ago
Christian Hornung 4ac2c6f933 Fixed SD2-1239: ResourceToolkit: Incorrect mapping of manifest resource names to file names in VB. 19 years ago
Daniel Grunwald c974c6ac1c Start implementation of our .xaml loader. 19 years ago
David Srbecký 7047555974 Fixed variable grouping in tooltips 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
David Srbecký 4632b7aba4 Load debuggee metadata only once and cache it 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
David Srbecký 094c49f0f5 Added generated debugger help file 19 years ago
David Srbecký 2cd932ccba Fixed build: Moved DebuggerObject to correct namespace 19 years ago
David Srbecký 975bbd6381 All debugger classes derive from DebuggerObject; 19 years ago
David Srbecký 253b43f169 Improved DebugType.FullName (support arrays and generics) 19 years ago
David Srbecký 6488bb2dde Eval results are not automatically re-evaluated anymore 19 years ago
David Srbecký e4f3e42ee1 Fixed unit test: Eliminated WaitHandles from process 19 years ago