Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Features used are move constructor, unique_ptr, deleted functions, enum class,
lambda expression, and range for loop.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For Qt on Unix, set to build as C++11. Avoid deprecation warnings in PySide.
For GTK+ allow turning off C++11 <regex> with make NO_CXX11_REGEX=1.
|
|
|
|
|
|
|
|
|
|
Was incompatible with Qt 4.7 and 4.8.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This appears to be a focus problem. Clicking on the list sets it as the focus
which removes focus from the Scintilla text window. Scintilla responds to loss
of focus by destroying any popups including the autocompletion list which is not
in a state where it is safe to be destroyed.
Adding the WindowDoesNotAcceptFocus flag to the list prevents it from getting
focus and thus prevents the crash.
|
|
|
|
|
|
|
|
not currently support translucent painting.
|
|
|
|
|
|
|
|
|
|
Japanese) IME input.
|
|
|
|
|
|
|
|
default encoding instead of chosen encoding.
|
|
unintended conversions.
|
|
From Jason Haslam.
|
|
|
|
idiomatically and behaving more consistently with the other platforms.
From johnsonj.
|
|
|
|
|
|
|
|
|
|
change set [6b9cc8].
|
|
|
|
|