Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
the CaseFolder interface to fold both search text and document text
so they can be compared with a simple strcmp.
A simple table based folder CaseFolderTable is used for 8 bit encodings
and maps input bytes to folded bytes. For multi-byte encodings
except for UTF-8 a null (output same as input) CaseFolderTable is used.
For UTF-8, more complex subclasses are used which call platform APIs
to perform the folding.
Folding is approximately to lower case although this differs between
platforms.
|
|
|
|
reports with Visual Studio.
|
|
|
|
|
|
|
|
later by Realise.
|
|
miscounting size of result which could lead to NULs in result.
|
|
|
|
|
|
|
|
containing NULs.
|
|
selection.
|
|
the attribute has changed value since ReconfigureScrollBars is unexpectedly
slow on GTK+.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
scroll
|
|
|
|
|
|
to container as SCI_REPLACESEL when in macro recording mode.
|
|
|
|
|
|
with Python lexer. Feature Request #2945550.
|
|
|
|
|
|
|
|
constructors and operator=.
Also ensuring initialisation for some fields, reducing scope where
possible, and passing by const reference.
|
|
|
|
2.0.
|
|
|
|
strncpy.
|
|
|
|
|
|
|
|
|
|
annotation.
|
|
selection.
|
|
virtual space.
|
|
Improve handling of comments in preprocessor declaration
Cleaning code
Improve documentation
|
|
|
|
for "EXISTS" not to.
|
|
non-anti-aliased or lcd-optimized text.
|