I'm using jEdit 4.3 pre 16. As I've mentioned on the title, when I'm typing, sometimes underscore characters disappears. I tried to change fonts, line highlighting etc. but it didn't work.
For example when you type:
if __name__ == 'main':
it displays:
if name == 'main':
When you click on name, it displays the underscores again.
Is there any solution of this problem?