You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The primary use of RichTextFX is to make the editor easier to edit and read with the syntax-highlighting as well as LineNumbering in CodeArea.
The issue:
I'm running the app using Java 8 u11 in both Windows 7 x64 and Linux Mint 17 and i get an following ArrayIndexOutOfBoundsException when trying to use the LineNumberFactory as shown below.
The exception does not seem to originate from the LineNumberFactory but does not occur when i remove the line-numbering from the app.
The exception looks as follows. In Linux it occurs whenever i start the app, in Windows it occurs whenever i start fiddling around with the example-code the app gives.
Hello Tomas,
I'm writing a tiny little live-updating SwingBuilder/MigLayout-editor for Groovy.
The primary use of RichTextFX is to make the editor easier to edit and read with the syntax-highlighting as well as LineNumbering in CodeArea.
The issue:
I'm running the app using Java 8 u11 in both Windows 7 x64 and Linux Mint 17 and i get an following ArrayIndexOutOfBoundsException when trying to use the LineNumberFactory as shown below.
The exception does not seem to originate from the LineNumberFactory but does not occur when i remove the line-numbering from the app.
The exception looks as follows. In Linux it occurs whenever i start the app, in Windows it occurs whenever i start fiddling around with the example-code the app gives.
Any suggestions?
Best regards,
Mikael
The text was updated successfully, but these errors were encountered: