925 Commits (843a8c478866c587cb3dbe75cb1ca0a2c901b6d7)

Author SHA1 Message Date
Daniel Grunwald 320b1acb30 Create WpfDesign project. 19 years ago
Daniel Grunwald c974c6ac1c Start implementation of our .xaml loader. 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 1092a4033b Add ClassDiagram AddIn by Itai Bar-Haim. 19 years ago
Daniel Grunwald 9944060a99 Remove GetClass overload that doesn't take a TypeParameterCount 19 years ago
Daniel Grunwald 9b7a082e24 Add partial C# 3.0 support. 19 years ago
Daniel Grunwald 23d2ca7cbd Allow selection of multiple .dlls when adding components to the forms designer. (forum-14092) 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 c053b954a6 Added basic cut, copy and paste to the XML tree editor. 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
Daniel Grunwald f2145433b6 Added warning for SD2-763: Resources not found with multiple types in source file 19 years ago
Daniel Grunwald f3cfbe270f Prevent ResourceEditor from saving when there are no changes. (related to SD2-953) 19 years ago
Matt Ward 942330a947 XML Editor now selects the first completion list item by default. 19 years ago
Matt Ward 7c2718b19a The XML Tree can now display and edit xml comments. 19 years ago
Daniel Grunwald 988ddfc1de Fixed SD2-1066: Invalid event handler generated for delegate's ref parameter 19 years ago
Matt Ward 07dd5f5a00 Fixed SD2-1159 - InvalidOperation exception thrown when trying to delete or cut an inherited control in the forms designer. The forms designer's clipboard context menu items now have loadclasslazy set to false so they are correctly disabled for inherited controls. Changed the FormKeyHandler so that when the delete key is pressed a check is made to ensure that the deletion command is enabled. 19 years ago
Matt Ward 27a2e4a0a8 XML Tree now supports removing elements, inserting and removing text nodes. 19 years ago
Daniel Grunwald acac08d13e Fixed SD2-911: 'Classes' pad updates its content incorrectly 19 years ago
Daniel Grunwald 9db329c476 Ensure font auto-scaling is done using the correct default font - fixes autoscaling problem on Vista. 19 years ago
Daniel Grunwald e9dc0db183 Prevent StackOverflowException when loading assemblies with cyclic dependencies into the forms designer. Fixes SD2-1177: Forms Designer for .NET 1.1 projects (System.dll and System.Xml.dll depend on each other) 19 years ago
Daniel Grunwald 387ea3ce1b Fixed wildcards support (SD2-1170) 19 years ago
Matt Ward 6eda99a317 SD2-1204. The Windows Forms tab is made active in the Tools window the first time the form is designed. 19 years ago
Daniel Grunwald dcaf24c04d Implemented SD2-1183: Use MSBuild libraries 19 years ago
Daniel Grunwald 1246f7de74 Fixed forum-13073 and other SolutionConfigurationEditor-related problems. 19 years ago
Daniel Grunwald eff3736f6b Fixed SD2-1143: #Develop doesn't show 'Source / Design' tabs for VB froms created with VS 2005. 19 years ago
Daniel Grunwald 2e1943b2ff Now using EasyCodeDom to make NRefactoryASTGenerator code more readable. 19 years ago
Daniel Grunwald d4c511815b Add SettingsCodeGeneratorTool. 19 years ago
Daniel Grunwald f3939e3257 Add Custom Tools support. 19 years ago
Daniel Grunwald 2225118f93 Allow editing setting type. 19 years ago
Daniel Grunwald 8dd6f19a8e Worked on settings editor. 19 years ago
Daniel Grunwald 7cd5f63f9e Fixed forum-12453: Exception viewing C# file while boo project is open 19 years ago
Daniel Grunwald 6da32c25f0 Add DataGridView to SettingsEditor. 19 years ago
Daniel Grunwald f8d9d5445e Create SettingsEditor AddIn. 19 years ago
Daniel Grunwald fd2977e83d Pass SideBar tab headers to StringParser. 19 years ago
Daniel Grunwald 519c18a986 Move SideBar and AutoHide to ICSharpCode.SharpDevelop.Widgets. 19 years ago
Daniel Grunwald cec58a8ed4 Fixed ExpressionFinder unit test, added unit tests for folding manager. 19 years ago
Markus Palme 7f5f7ceae8 more arrays list replaced with generic lists 19 years ago
Daniel Grunwald 819f30e1da Fixed file headers. 19 years ago
Markus Palme a1543c981e removed unused import statements 19 years ago
Daniel Grunwald 3363abd941 Rename namespace for classes inside ICSharpCode.SharpDevelop.dll: ICSharpCode.Core -> ICSharpCode.SharpDevelop 19 years ago
Markus Palme 64eae0f20b cleanup; converted array lists to generic lists 19 years ago
Daniel Grunwald 7ce88146dc Move Ambience and ExpressionFinder to ICSharpCode.SharpDevelop.Dom 19 years ago
Markus Palme 1dc51241d5 cleanup 19 years ago
Markus Palme 91f92a19f2 cleanup 19 years ago
Markus Palme 58a4e84c3b replaced array list with generic lists; cleanup 19 years ago
Markus Palme 9c565052a2 removed the tip of the day dialog 19 years ago
Daniel Grunwald b222c73868 Fixed SD2-1164: Code completion doesn't appears for referenced projects namespaces content. 19 years ago