jogibear9988
39e5da367e
Fixes for Unit Tests and Whitespace
11 years ago
jogibear9988
7fd896abad
More fies for Image COntrol, Container Enter,...
11 years ago
jkuehner
b33f8cf0da
Bugfixes for Image Placement, Formated Text, ...
11 years ago
jogibear9988
acce4a9445
more fixes in XAML Designer
11 years ago
jogibear9988
a906864e40
Arrange Items via ContextMenu and a few fixes...
11 years ago
jogibear9988
beb76068fb
Fixes for Formated Text Editor and Context Menu Handling
11 years ago
jogibear9988
a269a4aa48
Fixes for Formated Text Editor
11 years ago
jkuehner
5e3e8c3432
Started to work on a Formated Text Editor for TextBlock!
11 years ago
Daniel Grunwald
294bebbe23
Fix #581 : SharpDevelop 5 fails to run when Visual Studio "14" CTP/.NET Framework vNext is installed
11 years ago
Andreas Weizel
b9a03aa8f7
Fix #577 : app.config is not generated correctly with contents of Settings.settings
11 years ago
Siegfried Pammer
3ed88db4d9
localize EventCreationCompletionData item text
11 years ago
Siegfried Pammer
f8f04d04be
#561 some more work on localization
11 years ago
tbulle
5b8cf1cf46
Check for negative height or width before changing object since it will cause an exception
11 years ago
gumme
fcd3a2def1
Removed unnecessary set of Effects property to same value, setting Handled to true is enough to give correct feedback to drag source.
11 years ago
Peter Forstmeier
08fee41426
Cleanup
11 years ago
gumme
29ed436f0e
Drop handler is now giving correct feedback to drag source.
11 years ago
lvv83
c952d5ae58
Change controls position inside grid
11 years ago
Peter Forstmeier
18f420ac1d
Cleanup
11 years ago
Peter Forstmeier
c89905eeb4
DataReport, add Details to Row
11 years ago
Peter Forstmeier
2c15af26a8
AlignRight,AlignCenter in DesignerHelper
11 years ago
Peter Forstmeier
287b0456f4
designer can generate Landscape Report's
11 years ago
Peter Forstmeier
8acd935f36
PrintableWidth() as ExtensionMethod, Cleanup
11 years ago
Peter Forstmeier
13c0291460
layout
11 years ago
Siegfried Pammer
b30ac81066
working on #561 : Add missing resource strings
11 years ago
Matt Ward
d5fe344025
Fix #563 null reference exception when managing packages.
...
A null reference exception would occur if the Manage Packages dialog
was opened when the solution was selected, the solution contained
only one project, and then a package was installed. If the solution
had more than one project the exception would not occur.
The NuGet addin was incorrectly treating a solution with one project
the same as if the project was selected when the Manage Packages
dialog was opened.
11 years ago
Siegfried Pammer
0d92381d74
add highlighting for filtered items in ResourceEditor; filter by Content and Comment columns as well
11 years ago
Andreas Weizel
fbd8fb1865
Fix #556 : Unhandled WPF exception in SharpDevelop v5 beta
11 years ago
Siegfried Pammer
5f58f9ccb8
fix #550 : Code actions insert tabs when they should use spaces
11 years ago
Andreas Weizel
01ac76ea2f
Fix: Exception when calling one of the context menu entries in XAML designer (like "Send to back", "Bring to front" etc.) on a root control. Example: The outermost Grid of a window.
11 years ago
Andreas Weizel
dc5729e6ab
Re-introduced CursorView in ResourceEditor.
11 years ago
Andreas Weizel
0cc5009c8a
- Re-introduced BinaryView and BooleanView in ResourceEditor.
...
- Added resource strings for some labels not localized until now.
- Added error messages shown to user in some error cases.
- Ctrl+F in list now jumps to filter text box.
11 years ago
Siegfried Pammer
fcecfed28e
fix forum: http://community.sharpdevelop.net/forums/t/21849.aspx - SD5.0 RC (4696) - once stepping means always stepping
11 years ago
Siegfried Pammer
ed94285be8
fix #557 : Exception type not visible in 'break on handled' checkbox if type name is too long
...
Use AutoSize instead of AutoEllipsis so the text stays in one line.
11 years ago
Siegfried Pammer
587c706327
fix ArgumentOutOfRangeException in TParser.AddCommentTags
11 years ago
Siegfried Pammer
910cbf4148
fix bug in ExpressionEvaluationVisitor: comparison of two enum values was not possible
11 years ago
Siegfried Pammer
8f949ccd55
do not use CSharpParser.GenerateTypeSystemMode as it doesn't generate all comments: some files' TagComments are not detected
11 years ago
Siegfried Pammer
9499b7e161
implement lazy evaluation for IEnumerable<T> and lists in debugger. Makes possible to evaluate infinite iterators and really big lists faster.
11 years ago
Matt Ward
c186a26bc4
Remove IronPython addin.
11 years ago
Matt Ward
36dd948f8c
Remove IronRuby addin.
11 years ago
Siegfried Pammer
02493cf401
fix #553 : ExecutionEngineException or AccessViolationException (CLR 2.0) when debugging a program that uses System.Data.OleDb
11 years ago
Siegfried Pammer
4a80d3f02e
fix bug in GetBackingFieldToken: virtual properties could be overridden therefore always call the getter method instead of looking for a backing field.
11 years ago
Peter Forstmeier
f7b19e535a
Localize Wizard
11 years ago
Andreas Weizel
10def646f4
Visual improvements in ResourceEditor: Resortable columns, better performance.
11 years ago
Andreas Weizel
7e3dd539c0
ResourceEditor: Fixed some issues with adding new items.
11 years ago
Siegfried Pammer
22fe7c03a9
fix bug in "Pause on handled exception": Exception filter was not rebuilt after ignoring an exception from DebuggeeExceptionForm
11 years ago
Siegfried Pammer
9d237df46d
fix #547 : XAML CC does not support fully qualified property names in <Setter>
11 years ago
Siegfried Pammer
b6d3fd1e0f
set the parent window as ChooseExceptionsDialog.Owner
11 years ago
Andreas Weizel
27522064ae
ResourceEditor: Added missing null check.
11 years ago
Andreas Weizel
ec3c9d9ded
- Fix #551 : Resource Editor: Content column doesn't update properly.
...
- Re-added view for icon files in resources.
11 years ago
Siegfried Pammer
e97402bb4d
fix #549 : Breaking on all but one exception type does not work as expected
11 years ago