Siegfried Pammer
|
63af0b8341
|
code clean-up
|
14 years ago |
Siegfried Pammer
|
6a0d2bcf91
|
file clean-up + catching OperationCanceledExceptions
|
14 years ago |
Siegfried Pammer
|
a72eb6c334
|
fixed bug in FindAllParallel;
don't display stop button again, if search is loaded from history
|
14 years ago |
Siegfried Pammer
|
6d3c9c0f8a
|
cleaned APIs and fixed some bugs in cancellation, etc.
|
14 years ago |
Siegfried Pammer
|
51642a5f37
|
simplify Search*Nodes
|
14 years ago |
Daniel Grunwald
|
943b193a49
|
Changed SearchedFile to use more descriptive member names; minor changes to SearchManager.
|
14 years ago |
Siegfried Pammer
|
9096193009
|
fix some threading issues and reduce UI invokes
|
14 years ago |
Siegfried Pammer
|
9d0834ac82
|
optimized IHighlightedLineBuilder creation
|
14 years ago |
Siegfried Pammer
|
1570138319
|
fixing some bugs and playing around with cancellation
|
14 years ago |
Tomasz Tretkowski
|
017bac76d6
|
BaseTestMethod renamed to BaseTestMember and it's base class changed to AbstractMember.
|
14 years ago |
Tomasz Tretkowski
|
4b964b54ed
|
Fixed unit test and MockTestFramework class to correctly return test members only for given class.
|
14 years ago |
Tomasz Tretkowski
|
9764e948ec
|
Fixed unit tests.
|
14 years ago |
Tomasz Tretkowski
|
112850f057
|
First take to mspec behaviors.
|
14 years ago |
Tomasz Tretkowski
|
4117d98d0f
|
Moved enumerating of all test members from TestProject to test frameworks.
|
14 years ago |
Siegfried Pammer
|
5989e5653e
|
implement Replace and Replace all
|
14 years ago |
Tomasz Tretkowski
|
a6df882523
|
Showing multiple times nested test classes in the test pad.
|
14 years ago |
Siegfried Pammer
|
a33f028800
|
FindNext algorithm: simplify it and fix bugs
|
14 years ago |
Matt Ward
|
5787807130
|
Fix InvalidCastException in Unit Tests addin when a field has an attribute.
|
14 years ago |
Matt Ward
|
30fea3c7d0
|
Prevent IronPython unit test framework from showing fields that start with test as unit tests.
|
14 years ago |
Matt Ward
|
7de3ec867c
|
Prevent IronRuby unit test framework from showing fields that start with test as unit tests.
|
14 years ago |
Matt Ward
|
2fbf506e05
|
Rename TestMethod classes to TestMember since they allow fields and methods to define tests.
|
14 years ago |
Matt Ward
|
05074fd052
|
Support using fields to define tests in the Unit Tests window.
|
14 years ago |
Matt Ward
|
f100c9866d
|
Refactor tests that use the TestFrameworkDescriptor class.
|
14 years ago |
Matt Ward
|
7c531b2754
|
Support multiple test frameworks for a single project file extension.
|
14 years ago |
Siegfried Pammer
|
90f6482267
|
introduce ReactiveExtensions to make working with IObservable<T> easier
|
14 years ago |
Siegfried Pammer
|
0f29a06847
|
rewrote Find Next algorithm
|
14 years ago |
Tomasz Tretkowski
|
d3acf59322
|
Showing any classes nested in test fixtures as test classes (as NUnit Gui does).
|
14 years ago |
PeterForstmeier
|
b9d2322a30
|
Update CodeQuality/CodeQualityAnalysis.csproj to new references of ViewModelBase and RelayCommand.cs
|
14 years ago |
Daniel Grunwald
|
2e063ef04c
|
Update ICSharpCode.Decompiler to ILSpy commit c542648d (ILSpy 2.0.0.1485).
|
14 years ago |
Siegfried Pammer
|
329ca2415f
|
remove some properties from SearchManager, fix file header
|
14 years ago |
Siegfried Pammer
|
11dc1c4df7
|
code cleanup
|
14 years ago |
Siegfried Pammer
|
79a5c54f73
|
implemented find next
|
14 years ago |
Daniel Grunwald
|
1787d2b699
|
Add support for WPF project option pages (ProjectOptionPanel base class + WPF StorageLocationPicker).
Ported BuildEvents project option page to WPF.
|
14 years ago |
Matt Ward
|
910e5ba5b9
|
Refactor MvcClass.
|
14 years ago |
Matt Ward
|
d0945f7480
|
Determine whether a class is a possible MVC model class in the MvcClass itself.
|
14 years ago |
Matt Ward
|
4c7387b129
|
Support ViewDataType in MvcTextTemplateHost.
|
14 years ago |
Siegfried Pammer
|
6615fb1b38
|
add usage tracking to Hex Editor
|
14 years ago |
Siegfried Pammer
|
891d09ae30
|
fix display problem in hex editor
|
14 years ago |
Matt Ward
|
8ff8258526
|
Create MvcTextTemplateHost in the same app domain as the T4 templating engine.
|
14 years ago |
Eusebiu Marcu
|
4318102544
|
Add basic "View in browser" menu item.
|
14 years ago |
Siegfried Pammer
|
f72af03258
|
implement FindAll
|
14 years ago |
Siegfried Pammer
|
e0f184d63e
|
create new search using Rx
|
14 years ago |
Matt Ward
|
22a007dbed
|
Recognise .ttinclude file extension as a t4 template.
|
14 years ago |
Siegfried Pammer
|
7c4f588e5b
|
remove unused paths from SearchAndReplace.addin and reimplement IsSearchable with MIME detection
|
14 years ago |
Siegfried Pammer
|
c8ad6e1eca
|
Remove incremental search from AvalonEdit.AddIn
|
14 years ago |
Siegfried Pammer
|
5c316b3a51
|
remove search combobox from toolbar
|
14 years ago |
Siegfried Pammer
|
713e43efc7
|
remove search commands from the TextAreaDefaultInputHandlers; register SearchInputHandler manually -> we don't want Ctrl+F in every AE instance (e.g. Condition-Field in BreakpointsPad)
|
14 years ago |
Daniel Grunwald
|
5843b2b30b
|
Add support for <MenuItem type="CheckBox"/> in WPF menus.
|
14 years ago |
Matt Ward
|
a59a534c10
|
Resolve the PackageManagement addin assembly when the DTE object is requested from the T4 service provider.
|
14 years ago |
Matt Ward
|
ac4bb7b171
|
Make EnvDTE available to T4 templates.
|
14 years ago |