Age | Commit message (Collapse) | Author | Files | Lines |
|
so one was considered start and was moved for an insertion at that position.
This could flip the order of the positions or change the length of the selection.
|
|
space consumption.
|
|
|
|
|
|
|
|
multiple selections.
|
|
|
|
each byte.
|
|
|
|
FoldDisplayTextSetStyle.
|
|
to optimize speed of character category features.
|
|
|
|
UTF-16 code units added.
|
|
|
|
|
|
|
|
TargetWholeDocument.
|
|
hid this.
|
|
From Nick Gravgaard.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
document
to return document size.
|
|
|
|
|
|
|
|
Tests for this and other sub styles methods.
|
|
|
|
|
|
to allow clipboard status to be propogated between windows.
Seems to avoid the failures.
|
|
case conversion of Unicode text in accordance with Unicode.
|
|
containing NUL.
Add SetContents to make it easier to setup test cases.
|
|
valid memory accessed and that the converted text is selected.
|
|
|
|
caused failures on Linux.
Check for platform to allow different default line ends, Russian
encodings and folding behaviour.
|
|
Make compatible with PyPy.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
not remove that run causing iteration over the indicator to hang.
|
|
|
|
|
|
add SCI_GETWORDCHARS(<unused>, stringresult chars) command to get word chars
add SCI_GETWHITESPACECHARS(<unused>, stringresult chars) to get whitespace chars
add SCI_GETPUNCTUATIONCHARS(<unused>, stringresult chars) to get punctutation
also add tests for {Set,Get}{Word,Whitespce,Punctuation}Chars, CharClassifier
|