Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
active
or cause other unexpected behaviour.
|
|
For removeMarkedText, use range deletion instead of setting the selection and
inserting an empty string as this has fewer side effects and should avoid crashes
when an autocompletion list is active.
|
|
This may move the caret to the right 1 pixel in some situations. While sometimes this
appears a little worse, on average it is slightly better than the precious code, with
carets appearing inside the previous character less often.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Normalize credit format. Make list same as one shown in about box.
|
|
|
|
|
|
|
|
|
|
From Alpha.
|
|
From Alpha.
|
|
|
|
|
|
|
|
for comments and ';' to separate statements.
From nkmathew.
|
|
|
|
|
|
|
|
moving code
from Editor to LineLayout.
|
|
|
|
movement bugs because different parts of the code disagreed on top line.
|
|
|
|
|
|
of the annotations on the next line.
|
|
|
|
|
|
the window disappearing.
|
|
to appear below text so lesss likely to cut off start of calltip.
|
|
|
|
Use std::vector for formats to avoid empty elements.
|
|
|
|
|
|
From Mike M.
|
|
|
|
|
|
are now finalised.
|
|
|
|
|
|
style changes.
From Robert Gieseke.
|
|
|
|
|
|
|
|
|