Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
default encoding instead of chosen encoding.
|
|
unintended conversions.
|
|
From Jason Haslam.
|
|
|
|
|
|
|
|
|
|
|
|
From John Ehresman.
|
|
|
|
|
|
QApplication construction delayed.
From John Ehresman.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
at Scientific Toolworks, Inc. with additions performed for Wingware.
|