Bug fix update
- Added progress indicator on the top right corner of the editor when background analyzer is running.
- The editor's contents are now updated when modified externally. #121
- Fixed attributes without format are not shown on xml completions. #178
- Fix crash when the repositories.json is malformed. #121
- Fix android resources (
@android:color/black
) gets converted to its name (black
) only after saving. #178 - Rewrote the way texts are read. Blank files should not appear anymore. Apologies for those whose code are wiped with this bug. If you are still experiencing this, please open an issue.
- Fixed crash on the editor when the language does not have symbol pairs (e.g inserting a parenthesis in build.gradle file)