| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Removed the dynamic array.
|
|
|
|
|
|
|
|
Avoid heap allocations for here delimiter and quote stack.
|
|
|
|
|
|
selections part-way through clusters so that the caret doesn't stick to the end
of the cluster making it easier to understand editing actions.
|
|
- support surrogate pairs in WM_CHAR messages
- support characters from supplementary planes in WM_UNICHAR messages
- support WM_UNICHAR messages in non-Unicode mode
- fix some code duplication
Also, do not return FALSE upon receiving a WM_UNICHAR message with
a UNICODE_NOCHAR parameter, since WM_UNICHAR can actually be handled
just fine (at least with the exact same level of support as WM_CHAR).
|
|
|
|
selection.
|
|
text then styling in the background using idle-time.
|
|
|
|
|
|
|
|
|
|
|
|
Now the popup is cached the row height has to be re-computed when the
font changes on GTK2 too.
Closes [bugs:1774].
|
|
|
|
|
|
|
|
|
|
|
|
at line start.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Optimise drawing of markers that appear in the text area.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
some cases of regex highlighting.
From active-m / ActiveState.
|