PeterForstmeier
aaa09c6bfe
Replace TreeView with SharpTreeView in MainWindow
14 years ago
PeterForstmeier
582a1cf7f1
Use ICSharpCode.TreeView in DependencyMatrixControl
14 years ago
Tomas Linhart
98d36e1175
DependencyMatrix now calculates some of values.
14 years ago
PeterForstmeier
1c3754a2f2
TreeMatrixControl, add Treeview at Top
14 years ago
Tomas Linhart
4f84a66ed8
X line in MatrixControl is hovered correctly now.
14 years ago
Daniel Grunwald
392871bf63
Save width+height of floating pad using invariant culture.
14 years ago
Siegfried Pammer
7b04a31e22
update resources; introduce Global.TextLine
14 years ago
Siegfried Pammer
5a943271ea
working on SD-1527 - A display binding's supported files should be independent from the files it handles by default:
...
- add mimeType to file extensions
- implement new methods IsPreferredBindingForFile and AutoDetectFileContent for IDisplayBinding
14 years ago
Siegfried Pammer
fa38d8060a
fix unit tests
14 years ago
Siegfried Pammer
2087328303
removed calls to obsolete StringParser.Parse overload
14 years ago
Siegfried Pammer
7fd8260112
add MockProjectChangeWatcher for Unit Tests
14 years ago
Eusebiu Marcu
c21b361fa6
fix build and project options panel.
14 years ago
Eusebiu Marcu
3d10700cd8
make style cop addin work for old version (<=4.3.3.0) and new (>= 4.5.x.x)
14 years ago
Daniel Grunwald
eb0d93724e
ICSharpCode.Core: Disable lexical condition inheritance, and allow doozers to control whether to perform dynamic condition inheritance.
...
Building a menu node will still inherit conditions into subnodes, but included nodes now inherit conditions from the menu they are included into instead of where they are defined.
Moreover, conditions applied to an <Include> codon now are applied to the included nodes. Previously, they would be evaluated only at item build time and would disable the <Include> doozer.
14 years ago
Tomasz Tretkowski
49da292337
Running MSpec tests from namespaces/classes selected in Unit Tests pad.
14 years ago
Tomasz Tretkowski
3b679b306d
Set MachineSpecifications and MachineSpecifications.Tests project build platform to Any CPU.
14 years ago
Tomasz Tretkowski
099254d958
UnitTesting tests fixed.
14 years ago
Tomasz Tretkowski
52d762aa36
MachineSpecifications provider unit tests.
14 years ago
Tomasz Tretkowski
72589de445
MachineSpecifications test framework initial import.
14 years ago
Tomasz Tretkowski
c8769b5d20
Allowing to define multiple test frameworks associated with one project type.
14 years ago
Daniel Grunwald
3301c6c4ca
Update to Mono.Cecil 0.9.4.1 (commit f5c9642760)
15 years ago
Tomas Linhart
1525235736
Matrix control now hovers x and y lines.
15 years ago
mrward
57400acf44
Fix build.
15 years ago
Daniel Grunwald
2a5459a0b9
Fixed ArgumentOutOfRangeException in CodeCoverageControl.OpenFile ( http://community.sharpdevelop.net/forums/t/12456.aspx ).
15 years ago
Daniel Grunwald
4c8a325a5e
ProfilerView: bring errors pad to front only if there were errors executing the query.
15 years ago
Siegfried Pammer
c51c4a525d
fixed SD-1725 - BadImageFormatException when profiling .NET 4 WinForms application
15 years ago
Daniel Grunwald
c744659edb
Use same icon for "collapse all" as in search results pad.
15 years ago
Siegfried Pammer
f45bf5e1d7
created new ctor with optional parameters in ProfilerOptions for better usability
15 years ago
Daniel Grunwald
754cb29bfd
Fix off-by-one error in profiler's "Go to definition".
15 years ago
Eusebiu Marcu
cde9c67d1b
fix build - implement CollapseAll in MockUnitTestsPad
15 years ago
Eusebiu Marcu
301352be07
add collapse all to unit tests pad
15 years ago
Daniel Grunwald
c2a8bcf1c3
Adjust unit tests.
15 years ago
Daniel Grunwald
ba7eb2729b
Handle AbandonedMutexException in Profiler.AllThreadsWait().
15 years ago
Matt Ward
33001daf07
Show Boo unit tests in Unit Tests window.
15 years ago
Siegfried Pammer
282bda5cea
fixed NullReferenceException in Profiler/FindReferences, when trying to search for unresolved/non-user code
15 years ago
Siegfried Pammer
a526e7d5fb
splitting profiler source: moved rewriting part to new file
15 years ago
Siegfried Pammer
fb85160010
removed old file headers; added some debugging code
15 years ago
mrward
264afa673c
Add code completion for methods on local variables in IronPython code.
15 years ago
mrward
b90aac8024
Add IronPython code completion for class fields.
15 years ago
mrward
98765ade2d
Add code completion for events in IronPython.
15 years ago
Daniel Grunwald
afd2f38400
Mark SharpDevelop assemblies as Full/Client profile.
15 years ago
Daniel Grunwald
4ef945f0f7
Implemented SD-1457 - Client profile.
...
Now creating or upgrading a project will adjust the <supportedVersion> in the app.config
15 years ago
Daniel Grunwald
58482b71ca
Work on SD-1457: Added support for the Client Profile. The 3.5 and 4.0 client profiles can now be chosen as target frameworks.
...
Not yet implemented: creating/modifying the app.config to tell the .NET runtime which profile is required.
15 years ago
Siegfried Pammer
6d7497f3f0
set TrackEvents to false per default
15 years ago
mrward
58a06cd626
Move IronPython and IronRuby designer generator unit tests to common Scripting test project.
15 years ago
Daniel Grunwald
f5780c2944
Apply new file headers
15 years ago
Siegfried Pammer
7b48e5f8bb
Added option to disable event tracking (IL rewriting) in profiler; workaround for cases like http://community.sharpdevelop.net/forums/t/11725.aspx
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6446 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Matt Ward
603d50d8b9
Handle sequence points with no filename when opening a file from the Code Coverage window.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6443 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Matt Ward
8853dc2f5b
Code coverage percentages are now based on sequence point lengths and not the number of points.
...
Code that is not visited is now being displayed in the Code Coverage window.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6442 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Matt Ward
4b06e6a7b6
Code coverage results no longer being cleared after each test run when testing all projects in a solution.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6436 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago