gumme
|
5ccc93f254
|
Added tests for undo/redo operations on implicit and explicit dictionaries.
Added tests for clearing explicit lists and dictionaries.
Fixed so an IDictionary item is removed using the item key.
|
12 years ago |
tbulle
|
c410a20a75
|
Nullable ResizeThumbAlignment to enable both top and bottom snap on resize simultaneously
|
12 years ago |
Daniel Grunwald
|
929fc8e4f1
|
More high-DPI fixes.
|
12 years ago |
Daniel Grunwald
|
8666180860
|
Fix a couple of high-DPI problems.
|
12 years ago |
Daniel Grunwald
|
68c1cd6cf7
|
Fix #356: Search and Replace dialog window does not scale with DPI setting
|
12 years ago |
gumme
|
300417bb5f
|
Added tests for undo/redo operations on implicit and explicit lists.
Fixed bug where explicit collection was not handled correctly when resetting a XamlProperty.
|
12 years ago |
Peter Forstmeier
|
ef51be84a8
|
Some renames, broken UnitTest is working again
|
12 years ago |
Andreas Weizel
|
5d759cd9e3
|
Fix #453: Solution FormatterSettings are not persisted properly
|
12 years ago |
Peter Forstmeier
|
53bba82906
|
Ignore broken Test
|
12 years ago |
jkuehner
|
df4cd4b1c6
|
A few WhiteSpace fixes and Comments removed.
|
12 years ago |
jkuehner
|
82099d61fa
|
Right Click Context Menu for multiple Selected Items to Wrap them in a Container (Grid or Canvas at the Moment!)
|
12 years ago |
Peter Forstmeier
|
0cba158e83
|
DataRow and Groupheader
|
12 years ago |
Daniel Grunwald
|
1554b2d0c3
|
Fix creation of dummy file in debugger dot completion.
|
12 years ago |
Daniel Grunwald
|
ff6ac4c8f4
|
Disable auto-formatting by default.
|
12 years ago |
Daniel Grunwald
|
2f67a53159
|
Extract IsPlatformTarget32BitOrAnyCPU into an extension method.
Closes #274
|
12 years ago |
Siegfried Pammer
|
c73869fef9
|
fix #457: XAML CC inserts ", " in markup extension property value
|
12 years ago |
Siegfried Pammer
|
db7a4e3f6e
|
fix #441: Profiler crashes
SharpDevelop cannot profile a DLL without a host executable
|
12 years ago |
Daniel Grunwald
|
a2236d7b4c
|
Fix #377: Underlines are a little off when created by background syntax check and after compilation
|
12 years ago |
Daniel Grunwald
|
0b78a71209
|
Fix #455: C# CaretReferenceHighlighter highlights incorrect offsets before it is being refreshed
|
12 years ago |
Daniel Grunwald
|
0e4c8b8177
|
Fix escaping of char literals in debugger output.
|
12 years ago |
Daniel Grunwald
|
b4543592d0
|
Fix #445: Debug console crash when evaluating some types of expressions in a generic context
|
12 years ago |
Daniel Grunwald
|
5c3783f8e8
|
Fix #450: FormatItem completion and partial completion
|
12 years ago |
Daniel Grunwald
|
c11c509e87
|
Fix #447: Revert to old indent engine
Re-opens #109 and #144.
|
12 years ago |
Peter Forstmeier
|
79ef5788d6
|
Add public void Run (Stream stream) and public void Run (string fileName,bool show) to Pdf/PdfExporter.cs
|
12 years ago |
Daniel Grunwald
|
ed42398a05
|
Use ToolNotFoundProjectLoadException in WixProject.CheckWixIsInstalled()
|
12 years ago |
Daniel Grunwald
|
354b7a404c
|
Fix C# syntax highlighting: more than 3 slashes do not start a doc comment.
|
12 years ago |
Siegfried Pammer
|
cfc8e8ae6b
|
fix unit tests
|
12 years ago |
Siegfried Pammer
|
b2a877fb45
|
fix #452: XAML CC inserts ", " in unexpected places when typing nested markup extension
|
12 years ago |
Siegfried Pammer
|
3f0a433b16
|
cancel XAML completion in attribute values, if '{' is pressed and we are in an empty attribute value
|
12 years ago |
gumme
|
809e589202
|
Added MarkupExtension tests for testing strings with spaces and commas as parameter (commonly used in file paths), where some tests are currently failing.
|
12 years ago |
jkuehner
|
28af1f070c
|
Select Items below the current by Pressing Alt Key when Clicking on Control!
|
12 years ago |
jkuehner
|
5b3cfdb474
|
Color & TimeSpan Editor in PropertyGrid
uses Controls from Extended WPF Toolkit fork (https://github.com/jogibear9988/WpfExToolkit)
|
12 years ago |
jkuehner
|
5a181c135f
|
Open Collection Editor from PropertyGrid for Properties which implement ICollection
(Resources, Children, Items, ...)
|
12 years ago |
jkuehner
|
12423244dd
|
Fix Undo on Keyboard Movement
|
12 years ago |
jkuehner
|
2a76625355
|
Fix Unit Tests
|
12 years ago |
jkuehner
|
1220ef63ac
|
OutlineView -> Fix jump to selected Item
|
12 years ago |
jkuehner
|
2f78283d2d
|
Snapline -> Null Ref fix
|
12 years ago |
jkuehner
|
78fe8ec698
|
Show a Border around multiple Selected Items and a TopLeftContainerDragHandle (multipleItems)
|
12 years ago |
jkuehner
|
9cdcb17cd4
|
Canvas extension -> Only when One item is selected
|
12 years ago |
jkuehner
|
46f44c9361
|
New Selection Extensions Server (PrimarySelectionButOnlyWhenMultipleSelectedExtensionServer) & fix OnlyOneItemSelectedExtensionServer
|
12 years ago |
jkuehner
|
19e600c7fb
|
Fix UNDO on Resize and Skew Extension
|
12 years ago |
jkuehner
|
35c2af4055
|
Remove unused Code from Rote Thumb
|
12 years ago |
jkuehner
|
ed0a56671b
|
Skew Thumb Extension
|
12 years ago |
Christoph Wille
|
8cd0877aa9
|
Add "package get" project for SDR
|
12 years ago |
jkuehner
|
8c15e941d8
|
RotateThumb -> Only when Only one Item is selected
|
12 years ago |
jkuehner
|
3e187df808
|
Make Snapplines also work for Items in other Containers
|
12 years ago |
jkuehner
|
3dd49163c9
|
Snapline for middle of Object (like in VisualStudio)
|
12 years ago |
jkuehner
|
9bb17efaf9
|
Adorner Display fix
(fixes #435)
|
12 years ago |
jkuehner
|
ca626f919d
|
In WPF Designer A few extensions should only be used when only One Item is Selected,
because they only work with one Item (ResizeThumb, RotateThumb, RenderTransform, QuickOperationMenu)
|
12 years ago |
jkuehner
|
501623b3eb
|
TopLeftContainerDragHandle for all Framework Elements
|
12 years ago |