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
Siegfried Pammer
910cbf4148
fix bug in ExpressionEvaluationVisitor: comparison of two enum values was not possible
11 years ago
Siegfried Pammer
156d845317
fix bug in GetDisplayStringForCulture
11 years ago
Siegfried Pammer
0f2cd67515
Add message text to CS0618UsageOfObsoleteMemberIssue
11 years ago
Christoph Wille
7a9207a6c2
Fix duplicate tr, add fi
11 years ago
Christoph Wille
4b96d89234
Update string resource for RC
11 years ago
Siegfried Pammer
9c76659158
make ComboBox items of TaskListPad translatable
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
b6f0a2b746
fix NRE in TypeGuessing after `yield return new`
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
Daniel Grunwald
2ecbb83c34
Merge NRefactory ff0393ce92e1adf0 into SharpDevelop
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
Siegfried Pammer
19c98eeb3a
fix #548 : 'Choose exceptiosn you want the debugger to break on' window does not have correct owner
11 years ago
Andreas Weizel
62b90db634
Issue #539 (ResourceEditor): Fixed some issues with creating new entries, filtering, handling of invalid names + code cleanup.
11 years ago
Andreas Weizel
91a697da68
Merged WPF port of ResourceEditor addin for issue #539 .
11 years ago
Andreas Weizel
844a90bb3d
Finished context menu commands of ResourceEditor.
11 years ago
Peter Forstmeier
93cdccbca4
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
11 years ago
Siegfried Pammer
cd49d8c512
reimplement "Insert 'TODO' comment in new event handler" option in Windows Forms Designer
11 years ago
Andreas Weizel
30b7002e33
Porting ResourceEditor context menu commands.
11 years ago
Siegfried Pammer
0759063d55
add ChooseExceptionsDialog for PauseOnHandledException feature
11 years ago
Siegfried Pammer
8bdcedaa75
make TreeViewOptionsDialog remember the last selection
11 years ago
Daniel Grunwald
6c46af6b41
Fix NullReferenceException in SharpDevelopInsightWindow
11 years ago
Daniel Grunwald
3b6892c319
Merge+squash #521 changed implementation of PanelSelectionHandler
11 years ago
Peter Forstmeier
6fc996afc4
Cleanup
11 years ago
Siegfried Pammer
672e65a010
cleaning up the pull request
11 years ago