Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix syntax coloring fallbacks for disabled preferences #916

Closed
eric-milles opened this issue Jun 23, 2019 · 0 comments
Closed

Fix syntax coloring fallbacks for disabled preferences #916

eric-milles opened this issue Jun 23, 2019 · 0 comments
Assignees
Milestone

Comments

@eric-milles
Copy link
Member

eric-milles commented Jun 23, 2019

Currently supported: if editor syntax color preference Abstract Classes is off, abstract class references are highlighted using syntax coloring preference Classes. Also slashy strings fall back to strings.

Unsupported fallbacks (disabling preference on the left results in default coloring):
method declaration -> method
static method invocation -> method
static final field -> static field -> field
parameter declaration -> local variable declaration -> local variable reference
annotations -> default (GroovyTagScanner does not support disabled for color preference)

Unimplemented semantic highlighting (left hand side):
local variable declaration -> local variable
abstract method call -> method
inherited method call -> method
inherited field -> field
type argument -> type kind
auto(un)boxed expression -> expression kind

@eric-milles eric-milles self-assigned this Jun 23, 2019
@eric-milles eric-milles added this to the v3.4.0 milestone Jun 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant