Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Define UniqueString as a move-only string and use in a SparseVector for
ContractionState.
Remove SparseVector method specializations that are no longer needed.
|
|
|
|
|
|
|
|
|
|
where it may be needed in the future.
|
|
|
|
and lines.
|
|
|
|
Features used are move constructor, unique_ptr, deleted functions, enum class,
lambda expression, and range for loop.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
warnings are visible for platform-independent code.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|