Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

[Bug]: Editor color scheme issues #1051

@Rafael2616

Description

@Rafael2616

What happened?

Writing in the Android IDE, I noticed some color inconsistencies when I do certain things in my code, here are the main mistakes I noticed

1- Referencing an activity in a context turns its color white as you can see in the images below

Screenshot_20230619-104012
Screenshot_20230619-104005

2 - Put variable and private variables as parameter of classes, data classes makes that contents of the parentheses blue, if i remove the leading parenthesis it seems to go back to normal colors but that would not compile

Screenshot_20230619-103830

Screenshot_20230619-103841

3- Annotations color should be yellow in my opinion not only because it matches Android Studio, but because in certain cases it would differ from the color of other elements that are already blue too as in this example where the class name is already blue and the annotation parameter which is also blue this would make it more readable

Screenshot_20230619-103855

for color comparison
Screenshot_20230619-002449

I think these are the main points

What's the expected behavior?

Colors do not suffer from these inconsistencies when writing code and make the code more beautiful visualization

What version of AndroidIDE you're using?

v2.4.0 (debug builds)

Relevant log output

No response

Duplicate issues

  • This issue has not been reported yet.

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions