Sometimes Alpha crashes when cutting text.
This happens always when cutting the whole content of a file with 10 or more lines, ending with a carriage return.
Moreover it happens unpredictabily when cutting a large chunk of text.
I think this is fixed now. The cause was complex: the textEdited callback was redrawing the line numbers at a moment where the layout manager had not finished typesetting and the glyphs range was invalid.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Here is the crash log.
It seems to happen when Text Wrapping is on. Is it the case for you ?
No, for me it hapens also when Text Wrapping is off.
I think this is fixed now. The cause was complex: the textEdited callback was redrawing the line numbers at a moment where the layout manager had not finished typesetting and the glyphs range was invalid.
Changes committed to the repository (rev. 1289 (sourceforge.net)). The core must be rebuilt.