Am 26.06.2012 11:53, schrieb Harold Aling:
Updated to Geany 1.23 (git >= 40da14b)
- Create a new document (ctrl-n)
- Copy/paste "mA" (already has a zero-width space in the middle)
- Press 'home'
- Press 'delete'
- Crash -> 100% CPU
Works for me. No crash and no 100% CPU usage.
Geany also counts that character as 3 positions instead of 1.
Depending on your POV, this is the correct behavior (the pos field actually shows the byte offset since the start of the file, hence it's 0-based also).