Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Credit to Sergey.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and fold comments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
minimises the memory allocated for short files but avoids excessive
copying for huge files. 23 Meg file load changes from 17 seconds to 3.
|
|
|
|
|
|
Avoided by not calling EnsureCaretVisible for these keys.
|
|
|
|
|
|
Creates a VS .NET project file from an input template.
|
|
|
|
|
|
|
|
|
|
|
|
for when some text or style may or may not have been changed.
Allows optimization of the common case where a modification only changes
the style of a small range of the document.
Changed styling notifications to only include the range up to the last
character that was actually modified.
Full paint now paints all of the margins as well. Required to simplify
handling of abandoned paints where styling causes fold markers to change.
Tab key, in insert spaces mode, is treated as a single undo action.
|