Peter Forstmeier
b56ba05c65
Merge branch 'newNR' of github.com:icsharpcode/SharpDevelop into newNR
12 years ago
Christoph Wille
fe987687f3
Update vNumber to 4.3.3
12 years ago
jkuehner
6ca53f06c6
Cache the Instances of XamlModelProperty in a Dictionary.
...
This is, that we have for one Property only one Instance. With this, you can open the Flat Collection Editor, and add Columns or Rows to a Grid via the Designer, and the
List in the FlatCollectionEditor is Refreshed!
12 years ago
jkuehner
c045a08fee
- Flat Collection Editor now working
...
- Implement INotifyCollectionChanged in XamlModelCollectionElementsCollection
12 years ago
jkuehner
0029ec5d39
Flat Collection Editor Refresh fix (hacky)
12 years ago
jkuehner
3332f96d72
Flat Collection Editor
12 years ago
Siegfried Oleg Pammer
0e48fd16f2
Merge pull request #57 from jogibear9988/master
...
Collection Editor Tab Control fix
12 years ago
jkuehner
6d5f1082cf
Collection Editor Tab Control fix
12 years ago
Siegfried Oleg Pammer
ac3c5ee8f0
Merge pull request #56 from jogibear9988/master
...
RenderTransformOrigin should also look to Propertygrid changes
12 years ago
jkuehner
edc132ea78
RenderTransformOrigin should also look to Propertygrid changes
12 years ago
Siegfried Oleg Pammer
f40163cc60
Merge pull request #55 from jogibear9988/master
...
Fix Icons and Rotate Thumb
12 years ago
jkuehner
d4481df5e6
Remove accidently commited Code in Rotate Thumb
12 years ago
jkuehner
405666639b
Restore Icons (reverted from merge)
12 years ago
jkuehner
a3be48210d
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/DesignSurface.xaml
12 years ago
jkuehner
1112f9ffcc
New Style for EnumButton
12 years ago
jkuehner
96cd42ca0e
Hide Rotate Thumbon Window
12 years ago
Siegfried Pammer
f89bca0a7f
update Icons used for snap-line and grid placement
12 years ago
Andreas Weizel
2b67452b13
Localized some menu items added with ClassBrowser and updated string resources.
12 years ago
Andreas Weizel
de0e5c061d
Merge remote-tracking branch 'origin/newNR' into classbrowser
12 years ago
Peter Forstmeier
5ff5dae00b
Merge branch 'newNR' of github.com:icsharpcode/SharpDevelop into newNR
12 years ago
Siegfried Pammer
3e62472120
replace some icons in WPF designer with icons suggested by Michael Seeger
12 years ago
Siegfried Pammer
f30d838898
normalize file headers
12 years ago
Siegfried Oleg Pammer
bd1036050c
Merge pull request #31 from noamwies/master
...
Navigate to class support for CamelHumps
12 years ago
Siegfried Pammer
7451341a1f
update string resources
12 years ago
Siegfried Pammer
63591aceb5
fix line endings and formatting in ThumbnailViewPad
12 years ago
Siegfried Oleg Pammer
f4ca65825a
Merge pull request #54 from jogibear9988/master
...
Two small XAML Designer fixes
12 years ago
Daniel Grunwald
95d8b95013
Make RichTextWriter and derived classes internal; they're not necessary for using RichText/RichTextModel anymore.
...
If no new usecase comes up, these classes can be deleted (except maybe for HtmlRichTextWriter).
12 years ago
jkuehner
a476973504
RenderTransformOriginThumb fixes. Was not correctly positioned.
12 years ago
Siegfried Pammer
9ce217dc55
Merge branch 'newNR' of github.com:icsharpcode/SharpDevelop into newNRILSpyDebugger
12 years ago
Daniel Grunwald
bfab500c73
Move ModelCollectionChangedEvent to its own file.
12 years ago
Daniel Grunwald
64501c842d
Use NullSafeSimpleModelCollection where possible
12 years ago
Daniel Grunwald
dbac7687dc
ModelCollectionEvent: allow removing event handlers from within an event handler
12 years ago
Daniel Grunwald
103aff0805
Set e.Handled = true in SharpTreeView.OnKeyDown()
12 years ago
Daniel Grunwald
dbdb75e4a6
Fix RichTextModel.UpdateOffsets()
12 years ago
Daniel Grunwald
0aee08dc57
Replace HighlightedInlineBuilder with RichTextModel.
12 years ago
Daniel Grunwald
efd7e21b10
Introduce 'RichText' class and use it in new output pad API.
12 years ago
Daniel Grunwald
73dda200d7
Add basic rich-text support to AvalonEdit.
12 years ago
Andreas Weizel
593fca0862
ClassBrowser: "Add to workspace" context menu command for Debugger modules.
12 years ago
Andreas Weizel
c2b0722922
Added "Run" context menu item for custom assemblies in ClassBrowser.
12 years ago
jkuehner
55027f64cd
RenderTransformOriginExtension:
...
- Make it look cleaner (Circle 1 Pixel Thick instead of 2)
- Round it to 4 Digits (we can not use the Precision of 1 which we use for Controls Positioning, because it's a relative Value in the Control!)
12 years ago
jkuehner
72d4f590bf
TypeFinder in XAML Designer AddIn
...
-> Show a warning when a Exception occurs while trying to load a Assembly
12 years ago
Siegfried Pammer
1ab1d4be4c
fix some issues:
...
- formatting and indentation in some files
- do not catch and mute all exceptions in some cases
- use RhinoMocks to mock required services in tests
12 years ago
Siegfried Oleg Pammer
645658cbc9
Merge pull request #52 from jogibear9988/master
...
Fixes / Extensions for XAML Designer
12 years ago
jkuehner
d4282bae87
Add a Control & Extension to Change the Render Transform Origin!
12 years ago
jkuehner
56eeb24d0f
Rotate Thumb -> Set Render Transform origin when not yet set!
12 years ago
Andreas Weizel
db1ecf4a51
When list of AddIns (installed or in repository) gets updated, view is trying to restore the previous item selection.
12 years ago
jkuehner
1f63e2dffb
Translation for "Press Alt Text" in WpfDesigner
12 years ago
jkuehner
c68614cfd6
WhenCopy Unit Tests now work!
...
But they need to check for Types, not for the Instance because the Instance is Cloned
12 years ago
jkuehner
7c12634473
Fix Insert Test -> Button Can now recieve Content!
12 years ago
jkuehner
b4f3ac6345
Fix Cannot Add Test, because Button can now recieve Content! So use a Image instead!
12 years ago