Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT,
or SC_CHARACTERSOURCE_IME_RESULT.
|
|
InsertCharacter.
|
|
Avoid propagating terminating NULs from SCI_STYLEGETFONT and SCI_TARGETASUTF8.
|
|
|
|
INDIC_ is also used for indicator styles.
|
|
|
|
A naming convention is used by the analyzer where a "Create" prefix is used when
the reference is owned by the caller and a "Get" prefix when the reference is
not owned so should not be released.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
implementation.
|
|
be needed for adding a CharacterCategory feature.
|
|
|
|
|
|
|
|
|
|
Scintilla instance.
|
|
|
|
|
|
|
|
Remove inclusion of <cctype> except in lexers as cctype functions often behave
poorly and may crash for out of bounds arguments.
|
|
|
|
|
|
|
|
character that can not take that diacritic, such as option+e (acute accent)
followed by g.
|
|
|
|
This can reduce the time taken to fold a document by half.
|
|
CFStringRef. Performs more stringent validation on input text.
|
|
|
|
|
|
This fixes a bug where clicking seemed to affect the wrong margin.
|
|
|
|
|
|
|
|
|
|
features by platform code.
Implement IScreenLineLayout for Win32 / DirectWrite as ScreenLineLayout.
|
|
implementations for each platform.
|
|
horizontal gradients.
|
|
visible.
|
|
where it can easily be provided. Retaining a CGContextRef in QuartzTextLayout
could lead to it being used after being invalidated.
|
|
|
|
text, case-insensitive searching, and retrieving text as UTF-8.
|
|
|
|
Polygon and delete the standard copy and assignment methods.
|