Age | Commit message (Collapse) | Author | Files | Lines |
|
Allows for extra NUL terminator in allocation.
|
|
ignored.
|
|
|
|
Win32 and Qt.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/dail8859/NotepadNext/issues/194
https://github.com/dail8859/NotepadNext/pull/372
|
|
|
|
by GdiAlphaBlend.
|
|
|
|
files.
|
|
ScintillaCall.
|
|
handler retriggered an autocompletion list, but with no items that match the
typed character.
|
|
representation. This makes it easier to see and fix lexers that change styles
mid-character, commonly because they use fixed size buffers.
|
|
|
|
|
|
|
|
input methods
Add support for retrieving and deleting surrounding text from input
methods on GTK.
|
|
|
|
process character as fill-up or stop.
This avoids closing immediately when a character may both trigger and finish
autocompletion.
|
|
|
|
|
|
|
|
|
|
Latin characters could not be entered.
The change also stops SCI_ASSIGNCMDKEY from working with these characters.
|
|
retained.
|
|
|
|
|
|
-O2 for MSVC and -O3 for gcc and clang.
Change code in Editor.cxx to avoid a warning that occurs with gcc -O3.
|
|
|
|
go to the start position of the paragraph containing the caret.
Only if the caret is already at the start of the paragraph will it go to the
start of the previous paragraph.
|
|
https://sourceforge.net/p/scintilla/code/merge-requests/28/
|
|
suffix to be marked as modified in change history.
|
|
|
|
rendering parameters. Temporarily switch DPI awareness to find correct monitor
in GDI scaling mode.
https://sourceforge.net/p/scintilla/code/merge-requests/34/
|
|
|
|
triggering insertion because of SCI_AUTOCSETCHOOSESINGLE mode.
|
|
version of GetStyledText.
|
|
|
|
|
|
|
|
|
|
make it easier to edit around invisible text.
This also allows representing long lexemes with a single character to provide a
summarized view.
|