Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Chnaged SCI_CMD to SCI_CTRL for compatibility with KeyMap.cxx/
|
|
|
|
|
|
|
|
Mostly from Mitchell Foral.
|
|
This allows container to be more selective with processing.
|
|
|
|
events to gtk_im_context_filter_keypress.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ordered headers alphabetically.
|
|
used to underline text inserted by IME and replace correctly when the
IME changes.
|
|
If that fails, use Monaco.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
whether keywords from the keywords2 list are valid after '.'.
From Todd Whiteman.
|
|
From Marko Njezic.
|
|
Make fold highlighting follow closely the actual folding implementation.
Introduce a concept of fold headers with a tail to accommodate certain
fold highlighting situations.
Optimize PaintSelMargin(), so it doesn't waste time with fold markers,
unless really necessary.
Make EnsureLineVisible() find right parent, when called on whitespace line.
Fix wrong fold tail marker when needWhiteClosure is true.
|
|
|
|
From Gerrit.
|
|
Protect against setting height of line beyond end of document.
|
|
|
|
|
|
|
|
|
|
|