Mike Krüger
|
c498bc888e
|
Fixed completion inside try ... catch bodies.
|
14 years ago |
Siegfried Pammer
|
4567a708c1
|
add "No results found!" message to SearchPanel, if no results are found.
|
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 |
Mike Krüger
|
03407fd54c
|
Fixed failing unit test.
|
14 years ago |
Mike Krüger
|
2a795ae270
|
Fixed some unit tests.
|
14 years ago |
Mike Krüger
|
8942cd5f2c
|
Fixed failing unit test.
|
14 years ago |
Mike Krüger
|
2cfd9b2d0c
|
Added attribute context.
|
14 years ago |
Mike Krüger
|
7a8e9d05c9
|
Merged with mcs master.
|
14 years ago |
Daniel Grunwald
|
18e088e688
|
SpecializedMethod: Perform type substitution in the type parameter constraints.
|
14 years ago |
PeterForstmeier
|
2ef68ee9bc
|
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
|
14 years ago |
PeterForstmeier
|
949c922629
|
Treeview DataBinding,small cleanup
|
14 years ago |
Daniel Grunwald
|
69360a2c1c
|
Implemented constraint inheritance.
|
14 years ago |
Daniel Grunwald
|
943b193a49
|
Changed SearchedFile to use more descriptive member names; minor changes to SearchManager.
|
14 years ago |
Daniel Grunwald
|
57d55c651d
|
Fixed resolving simple names within a generic class that refer to a non-generic inner class.
|
14 years ago |
Mike Krüger
|
5d614c052d
|
Fixed unit test.
|
14 years ago |
Mike Krüger
|
98ad3bacc4
|
Fixed unit test.
|
14 years ago |
Mike Krüger
|
ffa2fc998c
|
Fixed failing unit test.
|
14 years ago |
Mike Krüger
|
42c0a2d866
|
Fixed unit test.
|
14 years ago |
Mike Krüger
|
6d4a825084
|
Fixed some unit tests.
|
14 years ago |
Mike Krüger
|
a81096dff8
|
Included interfaces in type parameter base types.
|
14 years ago |
Mike Krüger
|
2bc61057e9
|
Fixed some completion unit tests.
I'm not 100% sure if that's the best solution fixing this, but makes
things easier for now.
|
14 years ago |
PeterForstmeier
|
2e44388c33
|
create List<T> for data binding from service to TreeView
Treeview DataBinding in AddServiceReferenceDialog.xaml
|
14 years ago |
Siegfried Pammer
|
9096193009
|
fix some threading issues and reduce UI invokes
|
14 years ago |
Siegfried Pammer
|
93afeca576
|
fixed bug in SearchDirectoryInternal
|
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 |
Daniel Grunwald
|
fd91bdccb2
|
Fixed resolving non-generic classes that are nested within generic classes.
|
14 years ago |
Daniel Grunwald
|
f043e30fbf
|
Fix ResolveVisitor.GetResolverStateBefore(): ensure that the resolver always registers the state before it caches a result.
|
14 years ago |
Mike Krüger
|
ed86963b5a
|
Failed assertions now fail unit tests.
|
14 years ago |
Mike Krüger
|
81cac5eabe
|
Fixed little code completion ast bug.
|
14 years ago |
Mike Krüger
|
f3ea71ac68
|
Fixed some completion tests.
|
14 years ago |
Mike Krüger
|
7f697b373b
|
Fixed resolver usage.
|
14 years ago |
Siegfried Pammer
|
5989e5653e
|
implement Replace and Replace all
|
14 years ago |
Mike Krüger
|
e96dbbd777
|
Added 'UnknownTypeResolveResult'.
Makes it easier to implement the 'add missing namespace import'
function.
|
14 years ago |
Mike Krüger
|
0320a66587
|
Added monodevelop code completion tests.
|
14 years ago |
Mike Krüger
|
5ee9b73053
|
Added missing unit test.
|
14 years ago |
Tomasz Tretkowski
|
6d8f8042e3
|
Merge branch 'master' of git://github.com/icsharpcode/SharpDevelop
|
14 years ago |
Daniel Grunwald
|
fe7c8cade8
|
Fix handling of project references for code completion.
(bug was introduced in commit 7c1c3b47 )
|
14 years ago |
Mike Krüger
|
1c0ce1dc7c
|
Added default parameters for type parameter count.
|
14 years ago |
Mike Krüger
|
f7b309420c
|
Merged with md master.
|
14 years ago |
Tomasz Tretkowski
|
a6df882523
|
Showing multiple times nested test classes in the test pad.
|
14 years ago |
Siegfried Pammer
|
16eac37252
|
update implementation constraints for ISearchStrategy
|
14 years ago |