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
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
OS - windows 7 home premium
Brackets version - 1.8.0.0
When I right click a .jar file and then select "Open with brackets" it gives the error message "Brackets currently only supports UTF-8 encoded text files.
I know that brackets is just glorified notepad, but it would be awesome if I could open and edit java code inside brackets (since I mainly use it as my "IDE for everything")
The text was updated successfully, but these errors were encountered:
the error message isn't due to Java-files exactly, but with the character encoding of the files. The files are most likely encoded in UTF-8 but with BOM or as some other ASCII format, which Brackets didn't handle up until #13412 and #13477.
While those should land in 1.10, meanwhile you could open the files in another editor (for example Notepad++ on Windows), convert the files to plain UTF-8 and open them again in Brackets.
OS - windows 7 home premium
Brackets version - 1.8.0.0
When I right click a .jar file and then select "Open with brackets" it gives the error message "Brackets currently only supports UTF-8 encoded text files.
I know that brackets is just glorified notepad, but it would be awesome if I could open and edit java code inside brackets (since I mainly use it as my "IDE for everything")
The text was updated successfully, but these errors were encountered: