Daniel Grunwald
839a5cbc8d
Make AvalonEdit implement the ICSharpCode.Editor interfaces.
14 years ago
Matt Ward
1b4fa555ce
Enable syntax highlighting for ASP.NET user controls (.ascx)
14 years ago
Matt Ward
23f5d182a1
Add syntax highlighting for .css files.
14 years ago
Matt Ward
158957a479
Enable syntax highlighting for .master files.
14 years ago
Daniel Grunwald
3f91c3f49f
Fixed forum-13033: Reopened documents do not scroll to correct position
15 years ago
Daniel Grunwald
73268d6fda
Throw meaningful exception when ICompletionData.Text returns null.
15 years ago
Daniel Grunwald
750a692e5b
Clarify documentation on TextView.CollapseLines.
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
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
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
Siegfried Pammer
d7a6c74a91
SD-1592: color for non-printable characters is now customisable
15 years ago
Siegfried Pammer
3dc2b5b105
fixed unreachable code and added a documentation comment to the Clear()-method.
15 years ago
Siegfried Pammer
85715b044d
dispose unneeded AXml data after parsing files without IViewContent
15 years ago
Daniel Grunwald
794a0f8af7
Fix "interaction problem between code completion and scrolling" ( http://community.sharpdevelop.net/forums/t/12215.aspx )
15 years ago
Siegfried Pammer
5c45af55b3
working on SD-1592: converted C++, HTML, JavaScript and Java highlighting to new format
15 years ago
Siegfried Pammer
d43ee6b81c
working on SD-1592: translated Coco-Mode.xshd to the new format
15 years ago
Siegfried Pammer
2e248e72e1
working on SD-1592: translated ASPX.xshd to the new format
15 years ago
Siegfried Pammer
f7c9cb8c1c
working on SD-1592: translated PHP-Mode.xshd to the new format
15 years ago
Daniel Grunwald
5205d52d1f
Add setter to TextDocument.UndoStack.
15 years ago