Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
decrease consequent line wrapping work.
|
|
|
|
|
|
accessors to this data.
Add a length argument to DropAt, although previous signature still available.
|
|
pre-allocate.
|
|
|
|
From Eric Promislow at ActiveState.
|
|
and cause a crash and shouldn't read beyond length anyway.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Patch from Mark Yen at ActiveState with code simplified by Neil.
|
|
unless wanted.
Also affects platform-independent code.
|
|
|
|
some situations.
Rename IdleStyling to IdleWork.
|
|
Ask to perform update UI work for some selection moves.
|
|
desync.
|
|
|
|
|
|
For elastic over-shoot scrolling, Scintilla was drawing lines with
0, -1, ... in the margin.
|
|
|
|
|
|
Editor and the message interface.
Will only be turned on for lexers that support Unicode line ends.
|
|
document and use it instead of checks for particular byte values.
Use equivalent checks against numCharsBeforeEOL in other contexts.
When line ends visible, display byte value blobs for non-ASCII line ends.
|
|
|
|
SCI_SETSELECTIONMODE(SC_SEL_STREAM)
where moving both left and right collapsed the selection instead of shrinking the
selection by one character.
|
|
From Vidya Wasi.
|
|
Used by ncurses platform layer.
From Mitchell Foral.
|
|
drawing surface.
|
|
instances
of a common string in the document doesn't spend excessive time constructing case
folder objects.
|
|
This is like SCI_VCHOMEDISPLAY but extending the selection.
|
|
This works like SCI_HOMEDISPLAY but goes to the first visible character
if on a logical line, like does SCI_VCHOME. This command makes it
possible to use display-line-aware commands while keeping the "smart
home" feature.
|
|
From Mitchell Foral.
|
|
on retina displays.
|
|
safely limited so use strcat instead.
|
|
|
|
Bug #3543121.
|
|
|