Akash Yadav
Akash Yadav
The IDE should have the ability to preview the drawable resources. - [x] For PNG and 9-patch images, simply read and show the image. - [ ] For XML drawables...
The `ContentReference.RefReader` ignores the line separator for the `ContentLine` and appends `LF (\n)` instead. This PR fixes this issue. Check out the `ContentTest` in `editor` module for more information.
### Issue Checklist - [X] I confirm that this feature request has not been previously suggested. - [X] I agree to follow the project's code of conduct. - [X] I...
### Issue Checklist - [X] I confirm that this issue is not a duplicate and hasn't been reported before. - [X] I agree to follow the project's code of conduct....
Currently, the Java compiler in AndroidIDE (which provides Java language features in the editor) is based on JDK 17 ([nb-javac](https://github.com/oracle/nb-javac)). Android projects can already use Java 17 language features in...
### Feature description The Google Java Format is limited in terms of customization. Support for a customizable Java source code formatter is needed. ### What version of AndroidIDE you're using?...
### Feature description The IDE should show the amount of memory being used by all the IDE's processes. These processes include : - The IDE itself (running in ART) -...
### Feature description When the IDE crashes, it exits the whole application which might lead to the user loosing any unsaved changes. Instead of exiting the IDE, we should gracefully...
### What happened? When working with large files, if the editor receives an 'enter' key event, it leads to the call of `TreeSitterLanguage.getIndentAdvance()`. In this method, the language implementation parses...