Mike Krüger
35c8f4994d
Fixed token location.
13 years ago
Mike Krüger
82fba3088f
Fixed pre processor context completion.
13 years ago
David Srbecký
1e902d13ac
Fix unit tests
13 years ago
David Srbecký
ea026ca401
Fix CurrentLineBookmark for whole-line and multi-line sequence points
13 years ago
David Srbecký
333e3644b7
Slightly improve mapping from IL to source code
13 years ago
David Srbecký
052ea0565f
Make ILRange immutable struct
13 years ago
David Srbecký
07c333b1f6
Never return null when Debugger.Value is expected - throw GetValueException instead
13 years ago
Mike Krüger
a6c5926941
Expose the comment tags known by the completion engine.
13 years ago
Mike Krüger
4eeb77a15e
Fixed potential exception. NOTE: The code completion engine isn't ment
...
to insert text - this functionality should be moved to the IDE
on-the-fly formatting/indentation backend.
13 years ago
Mike Krüger
b7573edd66
Fixed broken unit test.
13 years ago
Mike Krüger
46f1a2ebff
Fixed qualified alias token location.
13 years ago
Mike Krüger
7a8d41e883
Updated mcs.
13 years ago
Mike Krüger
465254ea12
Fix broken test.
13 years ago
Mike Krüger
587a25dfe9
Fixed formatting bug.
13 years ago
Mike Krüger
b3dee87537
Fixed event declaration assign token location.
13 years ago
Martin Konicek
429117df31
Object graph visualizer - note possible bug.
13 years ago
Martin Konicek
736fe7f9ed
Object graph visualizer starting to work.
13 years ago
David Srbecký
01ec356fa1
ILSpyAddIn can be a symbol source for the debugger
13 years ago
David Srbecký
3c1353849f
Remove all code related to debugging of decompiled code
13 years ago
David Srbecký
4f68861544
Simplify debug symbols generated by ILSpy
13 years ago
Martin Konicek
ed6891a447
Re-enable debugger visualizers in debugger
...
tooltips. Object graph visualizer crashes,
collection and text visualizer seeem to be
working.
Next up is to make object graph vis work.
13 years ago
Martin Konicek
03a41676fc
Make debugger visualizers compile.
13 years ago
Martin Konicek
a43d859016
Merge branch 'newNR' into newNRvisualizers
13 years ago
Peter Forstmeier
df38438891
Merge branch 'newNR' of github.com:icsharpcode/SharpDevelop into newNR
13 years ago
Peter Forstmeier
f89bd5107a
Convert SettingsEditor to Wpf
13 years ago
Matt Ward
065f55350f
Add code coverage addin.
...
Extended TestExecutionOptions to allow post processing of the
NUnit ProcessStartInfo.
Drop down button in Code Coverage pad is not working.
Commented out some unit tests and code temporarily.
13 years ago
Mike Krüger
cb38702a55
Secured potential cast exception.
...
TODO: Work on a better representation of that case.
13 years ago
Mike Krüger
9c49aaf383
Revert "Fixed potential xml comment bug."
...
Found better fix.
This reverts commit 8b7b3f708b
.
13 years ago
Mike Krüger
f49dfb66ac
Fixed XML comment bug.
13 years ago
Mike Krüger
8b7b3f708b
Fixed potential xml comment bug.
13 years ago
Mike Krüger
655bc99df4
Solved the specialized method definition case with a new version of
...
MemberDefiniton that works without user upcasts.
13 years ago
David Srbecký
aa4cee4972
Fix evaluation bug caused by null from GetArgumentValue
13 years ago
David Srbecký
c2855d5a65
Refactored handling of debug symbols
13 years ago
Mike Krüger
bd1811cc18
[TypeSystem] Specialized method now contains a flag specifying the
...
extension method mode.
There needs some distinction between extension methods calles foo.Ext
(); and Class.Ext(foo); even if it's the same method call - it's
different for code completion tooltips.
13 years ago
Matt Ward
5506c43932
Add Package Management addin.
...
PowerShell console disabled.
Running PowerShell scripts on install/uninstall of a NuGet
package is disabled.
13 years ago
Mike Krüger
8972fdff77
Fixed completion bug.
13 years ago
Mike Krüger
4152fc765f
Added unit test that shows an issue with dynamic resolve results &
...
code completion.
13 years ago
Mike Krüger
92a62059de
Fixed constraint completion bug.
13 years ago
Mike Krüger
65706761dd
Fixed completion bug.
13 years ago
Mike Krüger
727911409d
Added GetDefinition () for the specialized method to get the
...
underlying (non specialized) method.
Should be in line with GetDefinition () in types - what's wrong with
that (I've a use case for that).
13 years ago
Mike Krüger
e29ddf05c8
Fixed bug in extract method.
13 years ago
Mike Krüger
a741ec0dd8
Introduce constant action can now replace more than one occurence
...
(like declare local variable action).
13 years ago
Mike Krüger
243b39310e
Fixed some convert foreach to for action bugs.
13 years ago
Mike Krüger
ce739a62bf
Fixed bug in declare local action.
13 years ago
Siegfried Pammer
4802c70556
implemented more methods in CSharpCodeGenerator + Tests and added back SuppressMessageCommand
13 years ago
Matt Ward
a59c26f744
FxCop - Return default strings if resources cannot be found.
13 years ago
Matt Ward
5fc29724a9
Add WiX addin.
...
WiX dialog designer is currently disabled.
Sub menu items for the context menu in setup files view are disabled
since the ISubmenuBuilder no longer exists.
13 years ago
Martin Konicek
6ae27d89a4
Debugger visualizers - progress (Grid visualizer remaining).
13 years ago
Martin Konicek
b00869d9a0
Debugger visualizers - GetFieldsAndNonIndexedProperties.
13 years ago
Erik Källén
4c1dbb9adc
Added information about built-in conversions before and after a user-defined conversion operator is applied
13 years ago