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 have some code along the lines of "g.drawString("");" where is a rocket ship in a custom font I am using. Auto completion before this line works as expected but auto completion after it does not work.
The text was updated successfully, but these errors were encountered:
tofuninja
changed the title
Unicode in source seems to break compleation
Unicode in source seems to break completion
Jul 18, 2021
which editor are you using? I certainly know there is no issue when there is unicode in comments at least, so your editor could offset the cursor if it doesn't work on bytes.
an easy way to test is going forward or backward one or two characters for every unicode character and seeing if the completion you would expect is there.
I have some code along the lines of "g.drawString("");" where is a rocket ship in a custom font I am using. Auto completion before this line works as expected but auto completion after it does not work.
The text was updated successfully, but these errors were encountered: