Daniel Grunwald
320b1acb30
Create WpfDesign project.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2220 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
c974c6ac1c
Start implementation of our .xaml loader.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2218 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2205 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
1092a4033b
Add ClassDiagram AddIn by Itai Bar-Haim.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2204 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
9944060a99
Remove GetClass overload that doesn't take a TypeParameterCount
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2195 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
9b7a082e24
Add partial C# 3.0 support.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2191 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
23d2ca7cbd
Allow selection of multiple .dlls when adding components to the forms designer. (forum-14092)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2190 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2172 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
3fbed5069c
Fixed SD2-882. The selected WinForms toolbox item is now cleared when the sidebar is reloaded.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2171 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
c053b954a6
Added basic cut, copy and paste to the XML tree editor.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2164 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
2cfab8e408
Don't show "unhandled exception" dialog for exceptions handled by the windows forms designer (SD2-1120).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2152 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
Prevent ParserService.AllProjectContents from returning project contents multiple times.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2151 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
febc16e23b
Fixed SD2-936: Insight window filename incorrect after renaming file
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2150 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
f2145433b6
Added warning for SD2-763: Resources not found with multiple types in source file
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2134 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
f3cfbe270f
Prevent ResourceEditor from saving when there are no changes. (related to SD2-953)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2132 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
942330a947
XML Editor now selects the first completion list item by default.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2130 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
7c2718b19a
The XML Tree can now display and edit xml comments.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2128 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
988ddfc1de
Fixed SD2-1066: Invalid event handler generated for delegate's ref parameter
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2116 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2114 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
27a2e4a0a8
XML Tree now supports removing elements, inserting and removing text nodes.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2111 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
acac08d13e
Fixed SD2-911: 'Classes' pad updates its content incorrectly
...
ParserService does not give the choice whether to raise the ParseInformationUpdated event anymore - the classes pad depends on getting every update notification.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2104 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
9db329c476
Ensure font auto-scaling is done using the correct default font - fixes autoscaling problem on Vista.
...
Check for invalid element names in <ComplexCondition>
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2085 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2084 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
387ea3ce1b
Fixed wildcards support (SD2-1170)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2072 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2050 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
dcaf24c04d
Implemented SD2-1183: Use MSBuild libraries
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2043 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
1246f7de74
Fixed forum-13073 and other SolutionConfigurationEditor-related problems.
...
Allow to continue on AddIn-loading errors.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2038 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
eff3736f6b
Fixed SD2-1143: #Develop doesn't show 'Source / Design' tabs for VB froms created with VS 2005.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2029 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
2e1943b2ff
Now using EasyCodeDom to make NRefactoryASTGenerator code more readable.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2026 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
d4c511815b
Add SettingsCodeGeneratorTool.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2024 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
f3939e3257
Add Custom Tools support.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2020 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
2225118f93
Allow editing setting type.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2017 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
8dd6f19a8e
Worked on settings editor.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2015 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
7cd5f63f9e
Fixed forum-12453: Exception viewing C# file while boo project is open
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2013 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
6da32c25f0
Add DataGridView to SettingsEditor.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1989 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
f8d9d5445e
Create SettingsEditor AddIn.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1986 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
fd2977e83d
Pass SideBar tab headers to StringParser.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1976 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
519c18a986
Move SideBar and AutoHide to ICSharpCode.SharpDevelop.Widgets.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1974 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
cec58a8ed4
Fixed ExpressionFinder unit test, added unit tests for folding manager.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1971 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Markus Palme
7f5f7ceae8
more arrays list replaced with generic lists
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1967 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
819f30e1da
Fixed file headers.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1966 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Markus Palme
a1543c981e
removed unused import statements
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1965 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
3363abd941
Rename namespace for classes inside ICSharpCode.SharpDevelop.dll: ICSharpCode.Core -> ICSharpCode.SharpDevelop
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1963 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Markus Palme
64eae0f20b
cleanup; converted array lists to generic lists
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1959 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
7ce88146dc
Move Ambience and ExpressionFinder to ICSharpCode.SharpDevelop.Dom
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1958 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Markus Palme
1dc51241d5
cleanup
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1956 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Markus Palme
91f92a19f2
cleanup
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1952 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Markus Palme
58a4e84c3b
replaced array list with generic lists; cleanup
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1951 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Markus Palme
9c565052a2
removed the tip of the day dialog
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1946 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
b222c73868
Fixed SD2-1164: Code completion doesn't appears for referenced projects namespaces content.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1935 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago