martinrotter / textosaurus

Cross-platform text editor based on Qt and Scintilla.
GNU General Public License v3.0
284 stars 44 forks source link

Selected text not deleted when any key is pressed #21

Closed martinrotter closed 6 years ago

martinrotter commented 6 years ago

Brief description of the issue.

How to reproduce the bug?

  1. Select some text.
  2. Press "X" button on keyboard.

    What is the expected result?

    Selected text is removed and "X" is added to document instead.

What actually happened?

Selection is removed, but the text is still there and "X" is prepended.

martinrotter commented 6 years ago

Official builds reverted to MinGW toolchain, which temporarily seems to fix issue.

Issue is MSVC-LTCG-related.

martinrotter commented 6 years ago

Probably upstream bug. https://sourceforge.net/p/scintilla/bugs/1995/