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
I am using RichTextFx library for code editor in my parallel computing framework. Sometimes i get distorted text in the whole text area. Is this problem bcz of JDK8u20 or from any bug in RichTextFX? Also when i press ctrl+z, Code written in codeArea gets clear. Is there any thing to prevent it from happening and adding a proper undo function? Also i will be very thankful to you if you suggest any tips to make a proper code editor for the framework.
Thanks :-)
The text was updated successfully, but these errors were encountered:
this is likely the same issue as #88. I'm not sure whether this is a JDK or RichTextFX problem, might be a combination of both.
Regarding "Ctrl+Z" clearing the text: If you inserted the text using codeArea.replaceText or similar, then this is the correct behavior—it undoes the last action, which was inserting the text. If you want to prevent this, you can do so by
@TomasMikula I just want to confirm for you that the artifacts on the two words "License headers" in his screencap is also similar to what I saw with the HTML WebView JFX control. Especially when horizontally scrolling it would rip the bottom half of some sentences off and distort them, which directly contrasts with the other bugs that are more present with vertical scrolling. The bold letters look like they are missing Antialiasing.
I am using RichTextFx library for code editor in my parallel computing framework. Sometimes i get distorted text in the whole text area. Is this problem bcz of JDK8u20 or from any bug in RichTextFX? Also when i press ctrl+z, Code written in codeArea gets clear. Is there any thing to prevent it from happening and adding a proper undo function? Also i will be very thankful to you if you suggest any tips to make a proper code editor for the framework.
Thanks :-)
The text was updated successfully, but these errors were encountered: