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 |
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 |
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 |
Siegfried Pammer
|
672e65a010
|
cleaning up the pull request
|
11 years ago |
Andreas Weizel
|
ce21246eb8
|
Added Ctrl+F6 shortcut for "Find base symbols", finding base or derived symbols on constructors and destructors now the same as for types.
|
11 years ago |
Siegfried Pammer
|
e9864a2aa1
|
Merge pull request #540 from linquize/winform-new-field
WinForms Designer: Insert new fields below the last field of class in its designer.cs
|
11 years ago |
Siegfried Pammer
|
f54083f138
|
fix #525: WinForms designer does not properly jump to code when double-clicking a control or event.
|
11 years ago |
Andreas Weizel
|
2184c84e51
|
Migrated some basic functions of ResourceEditor to WPF.
|
11 years ago |
Peter Forstmeier
|
5ad6289f14
|
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
|
11 years ago |
Peter Forstmeier
|
99e9fad838
|
Generate PageFooter
|
11 years ago |
Siegfried Pammer
|
1a4979491a
|
rename StringListEditorXaml to StringListEditor
|
11 years ago |
Siegfried Pammer
|
048134be8f
|
fix #538: WPF Commands do not work properly in Windows Forms ContextMenus
|
11 years ago |
Siegfried Pammer
|
bec0f8f8f7
|
fix compiler warnings
|
11 years ago |
Siegfried Pammer
|
2d373d8bb1
|
fix 'unreachable code' compiler warning in mcs/cs-tokenizer.cs
|
11 years ago |
Peter Forstmeier
|
681576a296
|
Generate PageHeader
|
11 years ago |
Daniel Grunwald
|
cd9a09027e
|
Strip "I" from type name when generating a variable name.
|
11 years ago |
Daniel Grunwald
|
92c3786ab5
|
Simplify AddOptionalParameterToInvocationAction. This should fix UDC crash 5207.
|
11 years ago |
Peter Forstmeier
|
0e2cb73f6c
|
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
|
11 years ago |
Peter Forstmeier
|
9f7b8f44b8
|
PushModel generation
|
11 years ago |
Daniel Grunwald
|
40e5ec6116
|
Fix #518 by re-using the insight window.
|
11 years ago |
Siegfried Pammer
|
c62179725a
|
fix #541: Allow configuring color for interfaces (etc.) in C# semantic highlighting
|
11 years ago |
Daniel Grunwald
|
8ace2341fb
|
Fix bugs in #505
|
11 years ago |
julodnik
|
293edbf731
|
Still a wrong indentation (spaces instead of tabs)
|
11 years ago |
julodnik
|
a5fee39851
|
Fixed mixed tab and spaces
|
11 years ago |
julodnik
|
fe37b3b004
|
Some small fixes
|
11 years ago |
julodnik
|
a81b6c2349
|
Add Underline attribute in syntax highlighting
|
11 years ago |