Siegfried Pammer
78e3f4a517
add highlighting definition for MarkDown syntax
13 years ago
Mike Krüger
9b2bd8059e
Fixed completion bug.
13 years ago
Mike Krüger
a6e4150637
Added distinct color for the 'var' context sensitive keyword.
13 years ago
Daniel Grunwald
918582348c
Fix compiler warnings.
13 years ago
Daniel Grunwald
7c49a3e050
Use processContent="lax" as recommended in http://xml.coverpages.org/HP-StephensonSchemaBestPractices.pdf
13 years ago
Daniel Grunwald
b29ebf9b99
Fix build.
13 years ago
Daniel Grunwald
8b1fcfa2ba
Add Where() and OfType() implementations in ModelCollectionLinq; and remove some redundant helper methods in Debugger.AddIn.
13 years ago
Daniel Grunwald
24f68bf609
Fix saving/loading open files and breakpoints.
13 years ago
Matt Ward
3deb4ecd54
Add PowerShell support for NuGet addin.
...
Code model API is still unavailable.
13 years ago
Mike Krüger
7224bedbc6
CSharpParser now seeds the AST with new line nodes when not in type
...
system mode.
13 years ago
Mike Krüger
610f0bfe2a
Refactored formatter (it needs now an ast seeded with new line
...
tokens).
13 years ago
Matt Ward
f2b352c21f
Fix Get-Package output in NuGet console window.
13 years ago
Daniel Grunwald
be2f73fa40
Make AvalonEdit xshd schema more flexible: allow elements and attributes from other namespaces.
13 years ago
Peter Forstmeier
b24ef53028
Add Test's for Report-Model and Settings
13 years ago
Daniel Grunwald
ed91c296ff
Clear property container on designer unload so that the ComboBox of selectable objects stays empty when the designer cannot be reloaded due to syntax errors.
13 years ago
Mike Krüger
fdab2395f0
Removed brace forcement formatting options.
...
They didn't work very well and shouldn't be part of the formatting
visitor (could be added with a FixBracementVisitor).
13 years ago
Matt Ward
08ddba725c
Update installer with new MVC project templates.
13 years ago
Matt Ward
ad860bcac0
Rename MVC 3 project templates.
13 years ago
Matt Ward
0f282ad56c
Add MVC 4 project templates.
13 years ago
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