Daniel Grunwald
78ca36ef33
Update ILSpy to 2.0.0 release
...
Update NewNRefactory to 5.0.0.6
Update Mono.Cecil to 0.9.5-79-gec8248d
14 years ago
Siegfried Pammer
47edcedd69
fix ILSpy issue 333
14 years ago
Daniel Grunwald
8b83d74682
Adjust to NRefactory API changes.
14 years ago
Daniel Grunwald
ca8a8e283e
Merge SharpTreeView changes from ILSpy to SharpDevelop.
14 years ago
Siegfried Pammer
2a585e95c4
fix possible cause for OutOfMemoryException in VBNetParser
14 years ago
Siegfried Pammer
d32227f62e
fix http://community.sharpdevelop.net/forums/t/15659.aspx
14 years ago
Daniel Grunwald
cf8636e02f
Don't insert BS or CR character when deadkey is followed by backspace/enter.
14 years ago
Daniel Grunwald
326283c975
Add support for caching project contents on disk.
14 years ago
David Srbecký
0fb7f129c8
Fixed bug in node removal - the removed node was left in invalid state.
...
This only caused problems if the node was later added back.
14 years ago
David Srbecký
b7863dc22a
SharpTreeView lines were sometimes incorrect due to recycling
14 years ago
David Srbecký
954b991caf
Fixes for rare AvalonDock bugs:
...
- Exception when closing tab by middle-clicking
- Exception when hovering over auto-hide pad
14 years ago
Siegfried Pammer
18e6a68d15
fix bug in FindAll and added Unit Tests
14 years ago
Daniel Grunwald
c9860fb9bc
Fixed saving CodeEditorOptions.
14 years ago
Siegfried Pammer
67bf64d371
fix http://community.sharpdevelop.net/forums/p/14605/38878.aspx#38878
14 years ago
Daniel Grunwald
cfe7ae8dad
Adjust SharpDevelop to new context actions API.
14 years ago
Daniel Grunwald
cb15d5418d
Move ContextActions UI to AvalonEdit.AddIn.
14 years ago
Daniel Grunwald
6bcc5661e8
Use <ReferenceOutputAssembly>false</ReferenceOutputAssembly> for build-order dependencies.
14 years ago
Daniel Grunwald
654b09a84d
Add IParser.CreateCompilationForSingleFile to improve editing files outside of projects.
...
Fix build errors in unit tests.
14 years ago
Daniel Grunwald
e1cb442ee6
Fixed editor crash introduced in 02f6c64
.
14 years ago
Daniel Grunwald
c3ca1f1754
ILineTracker.ChangeComplete
14 years ago
Daniel Grunwald
b7a6c3164b
Adjust unit test to changed CollapsedLineSection behavior.
14 years ago
Daniel Grunwald
02f6c641cf
AvalonEdit: Fixed issue that caused the collapsed line state in the HeightTree to become inconsistent with the state in the folding manager.
...
This bug was causing strange scrolling behavior when a file with collapsed folding sections got reloaded due to external changes.
14 years ago
Daniel Grunwald
4d8910a68d
Update to Mono.Cecil 0.9.5-73-ga5ffcc0
14 years ago
Daniel Grunwald
568f8b2d58
Adjustments to AvalonEdit unit tests.
14 years ago
Daniel Grunwald
39d91dad79
Simplify HighlightingColorizer by supporting only a single TextView per colorizer instance; and by exposing the HighlightingStateChanged callback as an event.
...
Move the HighlightedLine merging logic into AvalonEdit.
14 years ago
Siegfried Pammer
c0a13242a2
implement XamlParser
14 years ago
Daniel Grunwald
6030c6869c
Fix minor memory leak in AvalonEdit.
14 years ago
Siegfried Pammer
c0548cc328
WIP on Unit Tests
14 years ago
Siegfried Pammer
d9e170468c
remove AvalonEdit.Xml
14 years ago
Daniel Grunwald
425d65cefb
AvalonEdit: replace ChangeTrackingCheckpoint with NR TextSourceVersionProvider.
14 years ago
Daniel Grunwald
3ce7c07e75
More work on context actions.
14 years ago
Daniel Grunwald
e48d564c9b
Change RefactoringContext/Script API.
14 years ago
Daniel Grunwald
7622629ea7
Add properties to CSharpAstResolver.
14 years ago
Siegfried Pammer
4446aac04b
add tag comment tracking
14 years ago
Daniel Grunwald
104811c874
Implemented Ctrl+Click -> Go to definition.
14 years ago
Daniel Grunwald
a7958379ee
Fixed parser error when 'await' is used as statement expression.
14 years ago
Daniel Grunwald
926f362d75
Fixed incorrect end position of comments in XmlFoldingStrategy.
14 years ago
Daniel Grunwald
f0bf6dbd8d
Set target framework to 4.5.
14 years ago
Daniel Grunwald
14182177ab
Port ICSharpCode.Build.Tasks to .NET 4.0 so that it works when .NET 2.0/3.5 is not installed.
...
Moved ILAsm build task into ILAsmBinding.
14 years ago
Siegfried Pammer
27eda0399b
Update ICSharpCode.Decompiler to ILSpy commit 11520fd4 (ILSpy 2.0.0.1566).
14 years ago
Daniel Grunwald
cc1aaa9f39
Fix SD-1857 - Shortcuts do not work in floating windows
14 years ago
Daniel Grunwald
4bbddfd8b6
Fixed C# parser bug that occurs when the first parameter of an extension method is decorated with an attribute.
...
Closes icsharpcode/SharpDevelop#19 .
14 years ago
Daniel Grunwald
aa1642faa8
Add XmlDocTooltipProvider.
14 years ago
Daniel Grunwald
49ea0a14bc
Make the Ctrl+F search box a bit wider.
14 years ago
Siegfried Pammer
95a5831d6e
fix SD-1808 - Support for typeparam and typeparamref in XML comments
14 years ago
Matt Ward
613e4d3315
Fix JavaScript not being highlighted inside script tag with type='text/javascript'
14 years ago
Daniel Grunwald
e4c4a81eb7
Don't crash when trying to decode invalid attribute/secdecl blobs.
14 years ago
Matt Ward
f81a4aa14f
Fix highlighting of JavaScript regular expressions.
14 years ago
Matt Ward
117aaf90db
Highlight comments in JavaScript with green instead of grey.
14 years ago
Daniel Grunwald
eadbd3d3c0
LineNumberMargin: align baselines of line number and main text
...
FoldingMargin: put marker in the center between TextTop and TextBottom, not in the middle of the whole TextLine.
IconBarMargin: put icon in the center between TextTop and TextBottom
14 years ago