Mike Krüger
8704de6646
Implemented composed type formatting.
13 years ago
Mike Krüger
a96c0b75cf
Fixed issue with InvertIfAndSimplify.
13 years ago
Mike Krüger
772b66e109
Added code action from Ciprian Khlud <ciprian.mustiata@yahoo.com>:
...
InvertIfAndSimplify
13 years ago
Mike Krüger
8040e1ceda
Fixed bug in insert block body helper method.
13 years ago
Mike Krüger
546633a16e
Fixed bug in find namespace references.
13 years ago
Mike Krüger
a1db11e233
Added find namespace references & rename namespace function in Script.
13 years ago
Mike Krüger
106bfc49db
Replaced GetText() with ToString (). (GetText is still in the API but
...
will get removed)
13 years ago
Mike Krüger
1b99cfc3e8
Implemented new line ast node insertion.
13 years ago
Mike Krüger
eb285c74b9
Worked on c# indentation engine.
13 years ago
Mike Krüger
bb3fcde635
Merge branch 'default-constr' of https://github.com/adamconnelly/NRefactory into adamconnelly-default-constr
...
Conflicts:
ICSharpCode.NRefactory.CSharp/ICSharpCode.NRefactory.CSharp.csproj
ICSharpCode.NRefactory.Tests/ICSharpCode.NRefactory.Tests.csproj
13 years ago
Mike Krüger
116d6036bf
Added simplify if actions from Ciprian Khlud
...
<ciprian.mustiata@yahoo.com>.
13 years ago
Mike Krüger
c54148c423
Added comment to InvertCondition.
13 years ago
Daniel Grunwald
d779caaf9e
Fix bugs in SolutionLoader that were introduced with the Deploy.0 flag.
13 years ago
Daniel Grunwald
e57e045d6e
Debugger: Fix ArgumentNullException when loading a secondary module of a multi-module assembly.
13 years ago
Daniel Grunwald
a7c5a3e877
Don't crash when loading solution with invalid GUID
13 years ago
Daniel Grunwald
76fed2b8d0
Move regex-based highlighting engine from DocumentHighlighter into its own new class (HighlightingEngine).
...
DocumentHighlighter now only is only responsible for maintaining the highlighting state (span stacks at line boundaries).
13 years ago
Daniel Grunwald
d4ccfd282d
Solution configuration management: preserve Deploy.0 flag.
13 years ago
Daniel Grunwald
b2e8ef2a13
Fix InvalidOperationException in semantic highlighter.
13 years ago
Mike Krüger
1bac9a1ca5
Fixed some completion unit tests.
13 years ago
Mike Krüger
a2b1873c89
Updated mcs.
13 years ago
Matt Ward
33070393e1
Fix standard headers not being saved.
13 years ago
Matt Ward
e0567649e8
Fix MSpec test selection in Unit Tests window.
...
Run tests just for the class or namespace selected.
When a test member is selected run all tests for the
associated class (mspec.exe cannot run a single test/specification).
13 years ago
Matt Ward
9b06797694
Fix MSpec failures missing line numbers in Errors window.
13 years ago
Matt Ward
1c66e2143c
Fix MSpec behaves_like tests not updating in Unit Tests window.
13 years ago
Matt Ward
dd3e59a964
Update MSpec addin unit tests.
...
Excluding class filter unit tests.
13 years ago
Matt Ward
44143f236c
Fix goto definition for MSpec fields in Unit Tests window.
13 years ago
Matt Ward
c9490b5f2a
Reformat code.
13 years ago
Matt Ward
609b1ad8a3
Add MSpec addin to installer.
13 years ago
Matt Ward
29e267f154
Add MSpec addin.
13 years ago
Peter Forstmeier
e29594ebad
Add more Test's
13 years ago
Mike Krüger
79dbb0f9af
Added create changed event action.
13 years ago
Mike Krüger
669b5bc6fc
Fixed bug with missing primitive types in is/as type list.
13 years ago
Mike Krüger
3c55ad09ce
Fixed some unit tests.
13 years ago
Mike Krüger
3e265a8e5c
Fixed failing unit test.
13 years ago
Mike Krüger
f4daf2631e
Fixed completion bug.
13 years ago
Mike Krüger
34d9e268c9
Fixed possible null reference exception.
13 years ago
Mike Krüger
0ca7612a0f
Verified some closed parser bugs.
13 years ago
Mike Krüger
517e09b17a
Merged MCS.
13 years ago
Daniel Grunwald
adf14f4f8c
Fix "ArgumentException: An item with the same key has already been added" when an attribute has multiple named arguments with the same name.
13 years ago
Mike Krüger
650d2fe644
Code actions now have a start/end location instead of an ast node.
...
Not all actions have an ast node - but a start/end location. And the
location is what I need atm in the editor.
13 years ago
Mike Krüger
8a3165cb36
Removed invalid null check.
...
(Actions don't need to be bound to ast nodes)
13 years ago
Mike Krüger
032ab7c6e7
Set parameter name token as relevant node for parameter declaration
...
actions.
13 years ago
Mike Krüger
925de642b5
Code actions can now be bound to an ast node.
13 years ago
Peter Forstmeier
55760d9058
Modify Projectstructure, add basic classes and there test's
13 years ago
Christoph Wille
f70849afff
Version increment
13 years ago
Daniel Grunwald
ee5d87a0f8
Add year to license headers.
13 years ago
Mike Krüger
df1fa134c6
Updated mcs. Note: Switch ast changed in mcs. (does not affect the
...
nrefactory AST)
13 years ago
Mike Krüger
4496f95c82
Fixed parameter completion bug.
13 years ago
Daniel Grunwald
5ae6c44d8c
Fix NullReferenceException when inserting space after 'in' modifier
13 years ago
Daniel Grunwald
2eeb58101d
Initialize all the colors for semantic highlighting.
13 years ago