Daniel Grunwald
14f5e0766d
Add new NRefactory (actually a reduced version; not containing the C# parser)
14 years ago
Daniel Grunwald
3301c6c4ca
Update to Mono.Cecil 0.9.4.1 (commit f5c9642760)
14 years ago
Daniel Grunwald
3f91c3f49f
Fixed forum-13033: Reopened documents do not scroll to correct position
15 years ago
Daniel Grunwald
d6918254e9
Preserve active document (and order of documents) on layout switches.
...
Based on Andrew Olson's suggestion http://community.sharpdevelop.net/forums/t/13034.aspx .
15 years ago
Daniel Grunwald
0d96627a19
Fixed VB expression finder when there are array declarators on the parameter name.
...
e.g. "Sub Test(Values() As String)"
15 years ago
Daniel Grunwald
73268d6fda
Throw meaningful exception when ICompletionData.Text returns null.
15 years ago
Siegfried Pammer
ce13878003
fix conversion of anonymous delegate-Expressions to VB lambdas
15 years ago
Daniel Grunwald
750a692e5b
Clarify documentation on TextView.CollapseLines.
15 years ago
Siegfried Pammer
a0ef64cfe0
fixed Unit Tests
15 years ago
Siegfried Pammer
f447cb6918
fixed VBExpressionFinder bug with VB Lambdas (it did not find a valid expression)
15 years ago
Siegfried Pammer
6c2b627efe
fix start of Type-Context in Property-declarations (fixes http://community.sharpdevelop.net/forums/t/12857.aspx )
15 years ago
Siegfried Pammer
1a8f1bb7cb
show normal CC inside argument lists
15 years ago
Siegfried Pammer
efba806bb0
Lambda-parameters are now shown in the CC list
15 years ago
Siegfried Pammer
eb5e7b9c2c
fixed EF-bug when parsing declarations like: Dim x As A, y As B
15 years ago
Daniel Grunwald
97a18791ce
Fixing the build once again.
15 years ago
Daniel Grunwald
941739469e
Implement INotifyPropertyChanged in TextDocument.
15 years ago
Daniel Grunwald
c610e1b0b9
Fix issue in TextEditorOptions copy constructor.
15 years ago
Daniel Grunwald
b4f6f3a435
Fixed bug introduced in b7b12d310e
(Reduce memory usage when dealing with long lines and word-wrapping)
15 years ago
Siegfried Pammer
532364965d
added missing documentation in MouseHoverLogic, FoldingElementGenerator and FoldingMargin
15 years ago
Siegfried Pammer
41b10e921c
fixed scrolling in Console-Pads
15 years ago
Daniel Grunwald
b7b12d310e
Reduce memory usage when dealing with long lines and word-wrapping.
15 years ago
Daniel Grunwald
441fd15488
Fixed bug in EditingCommandHandler.Cut that allowed deleting read-only text.
15 years ago
mrward
8ab4f3c65d
Support background colour when syntax highlighting.
15 years ago
Daniel Grunwald
b173684de0
Remove out-of-date documentation comment.
15 years ago
Daniel Grunwald
8d828d1702
AvalonEdit: Add "EnableRectangularSelection" and "EnableTextDragDrop" to TextEditorOptions.
15 years ago
Daniel Grunwald
783fc0024e
VisualLine.GetVisualColumnFloor bugfix: for positions after the end of the line; return the line's end column.
15 years ago
Daniel Grunwald
c8dc5154dd
Improved inline object handling. Inline objects that change their size in response to user input are now supported.
15 years ago
Daniel Grunwald
569185d113
AvalonEdit: Change inline object implementation so that inline objects are direct children of the TextView (instead of being children of the TextLayer).
15 years ago
Siegfried Pammer
f59c66ba3d
move MouseHover logic from TextView to separate class and make it reusable
15 years ago
Daniel Grunwald
c34e6cc825
Fix forum-12654: DefinitionViewPad scrolls to wrong area (HeightTree.DefaultLineHeight not updated on rendering mode change)
15 years ago
Daniel Grunwald
de4c77b629
Reverting Siegfried's API change to DottedLineMargin (avoid circular reference between Rendering and TextEditor).
15 years ago
Siegfried Pammer
272502e229
SD-1592: folding controls are customizable
15 years ago
Siegfried Pammer
4b7f38fe9b
improved diff tooltip
15 years ago
Daniel Grunwald
976156700f
Set e.Handled=true in TextArea.Drop handler.
15 years ago
Daniel Grunwald
ce7d7d326b
Fix build.
15 years ago
Daniel Grunwald
e12e17f6e0
Fixed InvalidOperationException when collapsing two overlapping folds.
15 years ago
Daniel Grunwald
ea5e4470ac
Trying to add workaround for crash #1580 (top crash in 4.0 RC2, reproduction steps unknown).
15 years ago
Siegfried Pammer
e3e72b80e6
ChangeMarkerMargin: optimized refresh performance on load and save
15 years ago
Daniel Grunwald
2a5459a0b9
Fixed ArgumentOutOfRangeException in CodeCoverageControl.OpenFile ( http://community.sharpdevelop.net/forums/t/12456.aspx ).
15 years ago
Daniel Grunwald
6cb64ebefd
Fix SD-1786 - DockPanel - Crash (NullReferenceException in DockingManager.ShowFlyoutWindow)
15 years ago
Daniel Grunwald
27d20d4daf
Remove dictionary from HeightTree.
15 years ago
Daniel Grunwald
f4b0c54f2d
Minor performance improvement for AvalonEdit (e.g. when indenting all lines in the file).
15 years ago
Daniel Grunwald
0c9ddb5f74
Update to AvalonDock 1.3.3585.
15 years ago
Daniel Grunwald
b130c95019
Make TextRunProperties setter private.
15 years ago
Daniel Grunwald
7b011cf067
Make FoldingManager independent of TextView.
...
This allows using a single FoldingManager in multiple TextViews.
15 years ago
Eusebiu Marcu
4ca5aa4757
Center the geometry of the builder
15 years ago
Daniel Grunwald
b62ec44d37
Fixed performance issue when scrolling down for the first time in a long document.
...
The Highlighter is calling OnHighlightStateChanged() once for each line in the document when the highlighting is initialized for the first time. For each of those calls, we were calling Redraw() to invalidate the following line.
Now we avoid these unnecessary Redraw() calls by ignoring all OnHighlightStateChanged() calls for all 'scanned' lines (all lines other than the one currently being colorized).
15 years ago
Daniel Grunwald
43a01803db
Optimize initializing TextDocument.
15 years ago
Siegfried Pammer
d9f3afd5b2
SD-1592: DottedLineMargin got same color as line numbers
15 years ago
Siegfried Pammer
ef888b4c22
SD-1592: color of line numbers is now customisable
15 years ago