Click at "Replace With" cancels text selection unexpectedly
Modernized fork of NEdit, with unicode support and AA text rendering
Brought to you by:
pyrphoros
To re-produce:
1) Download the latest source code from GitHub and compile it.
2) launch xnedit and type any text.
3) Select some text and press "ctrl+r" to get the "Replace/Find" diaglog box.
4) Move the cursor to the "String to Find" box and type anything (everything is fine at this point).
5) Move the cusor to the "Replace With" box and click it, then the text selection disappears.
Try with the "xnedit-1.5.3.tar.gz" and it works fine (i.e., while typing or clicking in the "Replace With" box, the previous text selection remains).
This behavior is caused by commit [1a5754], which enables the new XNE textfield by default.
Related
Commit: [1a5754]
Thanks for the report, it should be fixed now.
Now it works as expected. Thank you so much.