gumme
a1438e1e5e
Removing the optional "Extension" suffix from Markup Extension name if present.
12 years ago
Daniel Grunwald
7ed3cf8a5c
Fix infinite loop in WPF designer.
13 years ago
Matt Ward
15c8a822c7
Do not show WPF designer for Windows Workflow files.
13 years ago
Daniel Grunwald
8293675a92
Replace 'Where(pred).FirstOrDefault()' with 'FirstOrDefault(pred)'
13 years ago
Matt Ward
ec6ad9e42e
Fix failing unit tests being run with MTA thread.
...
Setting the ApartmentState to STA in app.config is no longer supported by NUnit 2.6.1. Instead the RequiresSTA attribute needs to be used.
13 years ago
Daniel Grunwald
a2f42f2665
Fixed StackPanelPlacementSupport.ChangePositionTo().
...
http://community.sharpdevelop.net/forums/t/13865.aspx
13 years ago
Daniel Grunwald
415f4ae274
Replace spaces with tabs.
13 years ago
Siegfried Pammer
6d8bf0047d
fix bug introduced by f0ab34006f
- http://community.sharpdevelop.net/forums/t/15792.aspx
13 years ago
Daniel Grunwald
c5e470b7af
Fixed thread-safety issue when accessing IProjectContent.ReferencedContents.
...
Fixes InvalidOperationException in XamlCompilationUnit.FindType (crash #240 )
13 years ago
Siegfried Pammer
bcc9fa34ae
implemented SD-1890 - WPF Designer does not support WPF Page
14 years ago
Siegfried Pammer
d01ae06ee0
improve information provided in WpfDocumentError
14 years ago
Matt Ward
8d5533a925
Updated icons from Michael Seeger for addins using their own images and a fix for the transparency of the method icon.
14 years ago
Daniel Grunwald
68f75c067b
Fix SD-1872 - Forms Designer is unbearably slow in 4.2
14 years ago
Matt Ward
eebe2e928c
Reformat code.
14 years ago
Matt Ward
f0ab34006f
Stop WPF designer from reformatting XAML in text editor when nothing is changed in the designer.
14 years ago
Daniel Grunwald
5df40bdd49
WPF Designer: use transaction when moving items in outline pad. (fixes http://community.sharpdevelop.net/forums/t/13248.aspx )
14 years ago
Daniel Grunwald
c67e7b2394
WPF Designer: Fixed "Cannot undo when item is moved inside outline view" ( http://community.sharpdevelop.net/forums/t/13247.aspx )
14 years ago
Daniel Grunwald
c1ba2b7a41
WPF Designer: Fixed "Cannot move multiple controls" ( http://community.sharpdevelop.net/forums/t/13250.aspx )
14 years ago
Siegfried Pammer
5a943271ea
working on SD-1527 - A display binding's supported files should be independent from the files it handles by default:
...
- add mimeType to file extensions
- implement new methods IsPreferredBindingForFile and AutoDetectFileContent for IDisplayBinding
14 years ago
Eusebiu Marcu
58e5ace255
fix SD-1716 - http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1716&PROJID=4
14 years ago
Daniel Grunwald
eb0d93724e
ICSharpCode.Core: Disable lexical condition inheritance, and allow doozers to control whether to perform dynamic condition inheritance.
...
Building a menu node will still inherit conditions into subnodes, but included nodes now inherit conditions from the menu they are included into instead of where they are defined.
Moreover, conditions applied to an <Include> codon now are applied to the included nodes. Previously, they would be evaluated only at item build time and would disable the <Include> doozer.
14 years ago
Daniel Grunwald
d14fa2d34d
WPF Designer: Fix ImageSourceEditor.
14 years ago
Daniel Grunwald
1d25ed2fd1
Fix bug in WPF designer: ChangeGroup was left open when creating a control by clicking on the design surface ( http://community.sharpdevelop.net/forums/t/12410.aspx )
15 years ago
Matt Ward
be8c299f6a
WPF designer now looks in project references for assemblies when opening the designer.
15 years ago
Daniel Grunwald
84ed7ca178
Avoid test failure on build server when unit tests for several branches are running concurrently.
15 years ago
Siegfried Pammer
8405f8c707
moved WpfDesigner-ColorPicker to ICSharpCode.SharpDevelop.Widgets.csproj
15 years ago
Daniel Grunwald
12f96be5bf
Use ITypeDescriptorContext for call to TypeConverter.CanConvertTo()
15 years ago
Matt Ward
10b427cfaf
Fix SD-1657 - Grid adorner - File no longer marked as dirty when just moving the mouse over the column header.
15 years ago
Matt Ward
5e98f8f577
Fix bug introduced in last commit - return value from ProjectService.FindProjectContainingFile instead of null.
15 years ago
Matt Ward
7929de1418
Fix SD-1760 - NullReferenceException when double-clicking button in WPF designer when .xaml file does not belong to a project
15 years ago
Daniel Grunwald
b9b018525d
Fixed build.
15 years ago
Daniel Grunwald
afd2f38400
Mark SharpDevelop assemblies as Full/Client profile.
15 years ago
Daniel Grunwald
4ef945f0f7
Implemented SD-1457 - Client profile.
...
Now creating or upgrading a project will adjust the <supportedVersion> in the app.config
15 years ago
Kumar Devvrat
45e5c89b60
Remove NotImplementedException in BeforeSetPosition()
15 years ago
Daniel Grunwald
f5780c2944
Apply new file headers
15 years ago
Siegfried Pammer
57023bbb15
changed /Addins/WpfDesign to /AddIns/WpfDesign; the addin tree is case sensitive; avoid two AddIns sections on the root level
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6447 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Kumar Devvrat
ff9486c3d6
Fix a bug where the initial text disappeared when clicking on any other editable text.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6410 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Kumar Devvrat
49202257d4
Fix a bug where Outline was not displayed in the first switch to Design tab.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6409 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Kumar Devvrat
86d1e42f90
Add tests for Outline and fix CanInsert/Insert bugs due to drag'n'drop.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6407 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Kumar Devvrat
72f208e637
-Add support for custom controls.
...
-Support having any item as the Root Item.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6403 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Kumar Devvrat
e22ed87a60
- Fix a bug which caused a ContentControl to be placed inside another ContentControl when it should not be.
...
- Add tests for edit operations and fix existing bugs in there.
- Extend container drag handle for ItemsControl.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6402 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Kumar Devvrat
6b249a878d
- Hide the exceptions show by AbstractViewContentHandlingLoadErrors, instead show a friendly error window.
...
- Display errors in Xaml Document in the Error list pad.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6399 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Kumar Devvrat
d2a1fe9e83
- Add tests for grid placement and tab/shift+tab navigation.
...
- Fix a bug in grid adorner where incorrect margins were calculated.
- clean-up in margin handle.
- change change group scheme for in-place editor to Enter for changes, Shift+Enter for newline and Esc for cancelling as suggested by Siegfried.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6398 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Kumar Devvrat
a851d04ff9
Add collection editor for editing Menu, TreeView, ListBox, ComboBox items
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6374 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Kumar Devvrat
5b3f1e4470
Fix error in the Tools order.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6350 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Kumar Devvrat
42b1ccfc25
- Re-adjust styles.
...
- Move following attached properties to Popular category: [Grid.Row,RowSpan,Column,ColumnSpan], DockPanel.Dock,[Canvas.Left,Top,Bottom,Right]
- Arrange Tools in alphabetical order.
- Hide not-functioning menu items from the context menu in Property pad.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6349 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Kumar Devvrat
958d12d508
- Fix various issues related to alignments,width and height.
...
- Fix margin of the elements when creating new Rows/Columns in Grid.
- Fix possible null reference in QuickOperationMenuExtension.cs
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6344 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Kumar Devvrat
f722685771
Fix null reference exception.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6338 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Kumar Devvrat
89ec55d12f
- Fix in-place editor placement and resolve issue when resizing while editing text too;caused an exception due to nested transactions.
...
- Highlight text that can be edited with a border.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6337 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Kumar Devvrat
5c91c8bb32
- Add StackPanelPlacementSupport.cs in .csproj to be compiled.
...
- Change some styles.
- Register [Alt]+Enter for Quick operation menu
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6330 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago