Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
width of UTF-8 characters. Optimize to make up for cost of UTF8Classify.
Drop functions now provided by UniConversion.
Use UTF8IsAscii function instead of test against literal.
|
|
character width so compatible with other similar code. Optimize treatment of
single byte ASCII characters and also optimize loop conditions. These
mostly make up for the performance decrease from calling UTF8Classify.
Add support definitions UTF8MaxBytes and UTF8IsAscii in UniConversion.
Remove ExtractChar as no longer needed.
|
|
string into a separate variable.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
at Scientific Toolworks, Inc. with additions performed for Wingware.
|
|
|
|
|
|
|
|
individual bytes.
See The Unicode Standard (version 6.1) section 16.7 Noncharacters.
|
|
|
|
|
|
|
|
From Thomas Linder Puls.
|
|
|
|
|
|
scaling and mouse clicks selecting text further in buffer.
|
|
line selection to avoid any doubly selected ranges.
|
|
|
|
|
|
|
|
|
|
|
|
main selection.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Collapse selection if multiple selection turned off.
From Marko Njezic.
|
|
except for transition from character selection to word selection.
|
|
selection
when virtual space set to SCVS_USERACCESSIBLE.
|
|
|
|
Now backtracks by whole lines until not inside tag.
|
|
|
|
|
|
|