Martin Konicek
429117df31
Object graph visualizer - note possible bug.
13 years ago
Martin Konicek
736fe7f9ed
Object graph visualizer starting to work.
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
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
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
Siegfried Pammer
4802c70556
implemented more methods in CSharpCodeGenerator + Tests and added back SuppressMessageCommand
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
Martin Konicek
5bbbc94e6e
Formatting.
13 years ago
Martin Konicek
b40a344def
Debugger visualizers - merge a few small helper
...
files. Rename Graph -> GraphVisualizer.
13 years ago
Peter Forstmeier
6fe6f8f4eb
Missing Text in Debugger.AddIn/Options/DebuggingSymbolsPanel.xaml.cs
13 years ago
Martin Konicek
70b7fef325
Debugger visualizers - progress towards getting the project to compile.
13 years ago
Martin Konicek
e49e4e3cec
Incorporate some feedback.
13 years ago
Martin Konicek
d9cc6fff23
OnPropertyChanged() thanks to [CallerMemberName].
13 years ago
Martin Konicek
cfea0859d0
Adapt to removed WPF helpers.
13 years ago
Martin Konicek
65224556ca
Use KnownTypeCode.
13 years ago
Martin Konicek
efc702f76f
Use OfType<T>()
13 years ago
Martin Konicek
63ecc56b87
Debugger visualizers - switch from DebugType to
...
IType in declarations - the easy part.
The next part is to port method implementations.
13 years ago
David Srbecký
4ce8ed55d9
Fix broken unit tests due to last commit
13 years ago
David Srbecký
7966faa3cc
Re-write debugger options to use accessors with Get/Set methods.
13 years ago
David Srbecký
82d2924b10
Removed some debugger options
13 years ago
David Srbecký
3458e13eb7
Use the unresolved member to check that the stack-frame is valid.
13 years ago
Daniel Grunwald
7e25cffb71
Fix crash when running Find References while a .xaml file is open.
13 years ago
Daniel Grunwald
98b90a1b7c
Fix crash when opening load/save options panel.
13 years ago
Daniel Grunwald
a2bfa48520
Use InvokeAsyncAndForget() instead of InvokeAsync().FireAndForget().
13 years ago
Daniel Grunwald
ca58352207
Don't serialize InternalBreakpointObject.
13 years ago
Daniel Grunwald
cc470ec86e
Replace DelegateCommand and DesignCommand with RelayCommand.
13 years ago
Daniel Grunwald
05c08b91b3
Implemented ITypeDefinitionModel.NestedTypes.
13 years ago
Daniel Grunwald
22e4ec0457
Add 'SD.MainThread.InvokeAsyncAndForget()' method that combines 'InvokeAsync().FireAndForget()' into a single step.
...
This makes debugging SharpDevelop easier because exceptions are left unhandled; they don't get caught by a Task<T>.
13 years ago
Daniel Grunwald
0ca73ec33e
Fix initialization of IProject.TypeDefinitionModels.
13 years ago
Martin Konicek
05288c1deb
Object graph visualizer - use Strings instead
...
of Expressions to refer to members.
The main purpose of having a String representation
of members is persisting expand state between
debugger steps.
13 years ago
Martin Konicek
e858b57dd8
Object graph visualizer - temporarily disable
...
collection support to make porting the code
to new NRefactory more feasible.
13 years ago
David Srbecký
86b779a8f0
Re-implemented fast property evaluation
13 years ago
Siegfried Pammer
aba3a7a1ca
fix unit tests
13 years ago
Siegfried Pammer
7eb5641bcf
add WPF designer back
13 years ago
Siegfried Pammer
93565945b1
fixed serialization of breakpoints and bookmarks
13 years ago
Siegfried Pammer
ae7aec8d8c
move textmarker tooltip support to AddIn tree
13 years ago
Siegfried Pammer
281f3e17b3
fix NRE in ExpressionEvaluationVisitor when trying to evaluate non-static field from static context.
13 years ago
David Srbecký
ce93c593ad
Re-implement support for IEnumerable<T> in tooltips
13 years ago
Matt Ward
50fd47ee9a
Add Data addin.
13 years ago
Matt Ward
4589048d23
Return class position if member not found with FxCop.
13 years ago
Matt Ward
b350936869
Fix NotImplementedException when checking project with FxCop.
...
Implement class and member search to get position.
Nested classes are not currently found (works in SD 4.3).
SD 4.3 does not match constructors, generics and indexers.
13 years ago
Matt Ward
ddd6946569
Enable folding for Razor and .aspx files.
13 years ago