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
jkuehner
181349f813
Merge remote-tracking branch 'remotes/sd/master'
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
Daniel Grunwald
ce0267f22a
Fix #355 : AvalonDock auto-hide pads close unexpectedly in high-DPI
11 years ago
Andreas Weizel
b9a03aa8f7
Fix #577 : app.config is not generated correctly with contents of Settings.settings
11 years ago
Andreas Weizel
c354785757
Merge pull request #576 from gumme/WpfDesignerNegativeWidthHeightCheck
11 years ago
Andreas Weizel
3a82e1a507
Fix #580 : EventHandler names suggested by code completion should include the variable name/expression.
11 years ago
Siegfried Pammer
3ed88db4d9
localize EventCreationCompletionData item text
11 years ago
Siegfried Pammer
e1d31ff69e
ProjectChangeWatcher should respect "DetectExternalChanges" setting value
11 years ago
Siegfried Pammer
205ad303b0
fix bug in LoadAndExpandToNode
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
Andreas Weizel
cf73e52596
Merge pull request #568 from gumme/WpfDesignerDropFix
...
Drop handler is now giving correct feedback to drag source.
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
Andreas Weizel
3820b146d9
Merge pull request #567 from lvv83/master
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
fbc1a9c481
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
11 years ago
Peter Forstmeier
287b0456f4
designer can generate Landscape Report's
11 years ago
Daniel Grunwald
e64d17f4a6
Fix IndexOutOfRangeException in AddOptionalParameterToInvocationAction
11 years ago
Daniel Grunwald
2b83e7b0b3
Handle DirectoryNotFoundException and other IOExceptions in AssemblyParserService.GetAssemblyModelSafe().
11 years ago
Peter Forstmeier
8acd935f36
PrintableWidth() as ExtensionMethod, Cleanup
11 years ago
Peter Forstmeier
13c0291460
layout
11 years ago
Peter Forstmeier
fdc5912ce1
Localization
11 years ago
Daniel Grunwald
72c23cdbad
Fix #562 : Update ILSpy to version 2.2
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
Andreas Weizel
591b5902a7
Fix #534 : Adding a project to a solution adds the configuration mapping in a place likely to cause merge conflicts
11 years ago
Andreas Weizel
4f0a5685b9
Resolved #353 : Ctrl+G should display extension methods
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
Andreas Weizel
bcc28df4b5
Fix #537 : Cannot rename file if new filename differs in capitalization only.
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