Alexey-T / CudaText

Cross-platform text editor, written in Free Pascal
Mozilla Public License 2.0
2.4k stars 167 forks source link

Undo/Redo not working with VERY LONG lines #5411

Closed Hexaae closed 4 months ago

Hexaae commented 4 months ago

Undo/Redo don't seem to be working after I modify VERY LONG lines, like in file below when you edit first long line: LangSource_I2Languages1qmIr2L9HoeJt8Roz6kDD_dLVyDEbg8iu_9NbxSgjKKU_Italian.loc.txt

Expected behaviour: As usual any modification should unlock Undo/Redo toolbar buttons, as well as CTRL-Z, CTRL-SHIFT-Z, but nothing happens after you modify the first (huge) line. Even waiting many seconds, still nothing happens.

Alexey-T commented 4 months ago

this is optional. look into our Plugins / Options Editor plugin and enter 'undo' into filter field:

Screenshot from 2024-02-29 16-25-07

Hexaae commented 4 months ago

Thanks.