Daniel Grunwald
9af3c040f2
Fixed resolving compound assignment operators.
14 years ago
Siegfried Pammer
95c3cd9c63
added "Launch HLM" to Help menu
14 years ago
PeterForstmeier
fc7b29f5ef
Activation of MetricCombo, re factor creation of Nodes(INodes)List
14 years ago
Mike Krüger
5218417fa8
Improved completion of enums.
14 years ago
mike
0ff96eaa4c
Fixed IndentBlocks bug.
14 years ago
mike
f68f9907c8
Fixed indent break statement formatting.
14 years ago
mike
0a71c80a06
Fixed some more array initializer context bugs.
14 years ago
mike
0017621fc2
Fixed array initializer completion case.
14 years ago
mike
ef04ca0d70
Added flag for new completion.
14 years ago
mike
0ba844ea4a
Fixed type parameter completion bug.
14 years ago
mike
d66eb1dcda
Added new completion test case + bugfix.
14 years ago
Mike Krüger
d5677e56c2
Added parameter context tests.
14 years ago
Mike Krüger
b7c1490d7f
Fixed completion case.
14 years ago
Mike Krüger
3a15d36603
Fixed some code completion unit tests.
14 years ago
Mike Krüger
969223aade
Added a method to get all extension methods on a specified type.
14 years ago
Mike Krüger
d78d5f1727
Fixed "type too fast" issue in code completion.
14 years ago
Daniel Grunwald
737fba5dc7
Update ICSharpCode.Decompiler to ILSpy 09c2b45f.
14 years ago
Matt Ward
28cdbd4571
Enable html folding for aspx and html files.
14 years ago
Daniel Grunwald
2049beb82f
Update to SharpSVN 1.7.2
14 years ago
Daniel Grunwald
858d4cc673
Fixed NullReferenceException in ControlFlow.NodeCreationVisitor.VisitSwitchStatement.
14 years ago
Daniel Grunwald
f70a726495
Fixed resolving "-2147483648".
14 years ago
Siegfried Pammer
830b0ab255
don't swallow exceptions if errors occurred while loading assembly in CQA
14 years ago
Matt Ward
08f8dd6893
Fix incorrect MSDN url when searching online Help.
14 years ago
Daniel Grunwald
28c2f38f4f
Fix "InvalidOperationException: Trying to build visual line from collapsed line":
...
When the last line in the document was collapsed, the method HeightTree.GetNodeByVisualPosition(position after end of document)
was returning the last line in the document, when it should have returned the last non-collapsed line.
Also fixed a minor bug in FoldingMargin (missing end marker when folding starts above viewport and ends on last line of document).
14 years ago
Daniel Grunwald
d071c68a8d
Move the list of line delimiters to NewLineFinder.
14 years ago
Daniel Grunwald
65a130c882
Ignore SQLiteException if UDC database is locked.
14 years ago
Daniel Grunwald
b057643818
Fix NullReferenceException in BookmarkPad.BookmarkManagerRemoved()
14 years ago
Siegfried Pammer
394166496e
added AutoInsertBlockEnd option to options dialog
14 years ago
Daniel Grunwald
dd59e41de2
Add missing mscorlib reference
14 years ago
Daniel Grunwald
f1a1ab32ad
Added ResolverTest to consistency check and fixed some crashing bugs in the resolver.
14 years ago
Daniel Grunwald
3e8eb1e55d
Add NRefactory.ConsistencyCheck with round-tripping test.
...
Added parser unit tests for bugs discovered by the round-tripping test.
14 years ago
Daniel Grunwald
93a5c13825
FindReferences: add support for searching in a different compilation than the entity is defined in.
14 years ago
Daniel Grunwald
119bc9b564
Fix formatting tests on Windows with git autocrlf enabled.
14 years ago
Mike Krüger
37795e43a1
Fixed parsing of some statements, improved "foreach" context in code
...
completion.
14 years ago
Mike Krüger
6b7acf5147
Added foreach statement variable declaration test.
14 years ago
Mike Krüger
3d551edce2
Fixed parsing of some incomplete statements.
14 years ago
Daniel Grunwald
8007d25b00
Fix CSharpOutputVisitorTests.AssignmentInCollectionInitializer.
...
Ignore some failing parser unit tests.
14 years ago
Mike Krüger
38b35b70fa
Fixed formatting unit tests on windows.
14 years ago
Mike Krüger
df4805ff4a
Fixed compiler warnings.
14 years ago
Mike Krüger
94bad6c210
Fixed "InactiveIf" unit test.
14 years ago
Mike Krüger
41f458960e
Fixed unit test.
14 years ago
Mike Krüger
3e9a85d34d
Fixed complex generic class unit test.
14 years ago
Mike Krüger
77a75818d6
Fixed constraints parsing #2 .
14 years ago
Mike Krüger
8124aebf8c
Fixed some more cases of "new" completion.
14 years ago
Mike Krüger
fa8e9a22e8
Fixed bug in "new" completion.
14 years ago
Daniel Grunwald
b84c06e5b6
Make CSharpResolver immutable.
14 years ago
Matt Ward
89c2621bf6
Add simple ASP.NET web forms fold parser.
14 years ago
Daniel Grunwald
92c8bd671a
Fix NullReferenceException in DefaultResolvedField.ConstantValue when the field is not a constant.
14 years ago
Daniel Grunwald
2c9371b13c
Add code-completion icons to AvalonEdit.
14 years ago
Daniel Grunwald
1464b5d0b7
For IAssembly.GetTypeDefinition, treat ns==null the same as ns==string.Empty.
14 years ago