-
Notifications
You must be signed in to change notification settings - Fork 99
Editor formats "record" as keyword #1953
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
Labels
bug
Something isn't working
Comments
zelenyhleb
added a commit
to zelenyhleb/eclipse.jdt.ui
that referenced
this issue
Apr 5, 2025
Removed Token-level styling for contextual keywords: record, sealed, permits, non-sealed. Semantic highlighting for these keywords was already provided with org.eclipse.jdt.internal.ui.javaeditor.SemanticHighlightings.RestrictedIdentifiersHighlighting, so change does not add any regression. Signed-off-by: Nikifor Fedorov <[email protected]>
zelenyhleb
added a commit
to zelenyhleb/eclipse.jdt.ui
that referenced
this issue
Apr 5, 2025
Removed Token-level styling for contextual keywords: record, sealed, permits, non-sealed. Semantic highlighting for these keywords was already provided with org.eclipse.jdt.internal.ui.javaeditor.SemanticHighlightings.RestrictedIdentifiersHighlighting, so change does not add any regression. Signed-off-by: Nikifor Fedorov <[email protected]>
3 tasks
zelenyhleb
added a commit
to zelenyhleb/eclipse.jdt.ui
that referenced
this issue
Apr 5, 2025
Removed Token-level styling for contextual keywords: record, sealed, permits, non-sealed. Semantic highlighting for these keywords was already provided with org.eclipse.jdt.internal.ui.javaeditor.SemanticHighlightings.RestrictedIdentifiersHighlighting. Signed-off-by: Nikifor Fedorov <[email protected]>
zelenyhleb
added a commit
to zelenyhleb/eclipse.jdt.ui
that referenced
this issue
Apr 8, 2025
Removed Token-level styling for contextual keywords: record, sealed, permits, non-sealed. Semantic highlighting for these keywords was already provided with org.eclipse.jdt.internal.ui.javaeditor.SemanticHighlightings.RestrictedIdentifiersHighlighting. Signed-off-by: Nikifor Fedorov <[email protected]>
zelenyhleb
added a commit
to zelenyhleb/eclipse.jdt.ui
that referenced
this issue
Apr 14, 2025
Removed Token-level styling for contextual keywords: record, sealed, permits, non-sealed. Semantic highlighting for these keywords was already provided with org.eclipse.jdt.internal.ui.javaeditor.SemanticHighlightings.RestrictedIdentifiersHighlighting. Signed-off-by: Nikifor Fedorov <[email protected]>
zelenyhleb
added a commit
to zelenyhleb/eclipse.jdt.ui
that referenced
this issue
Apr 14, 2025
Removed Token-level styling for contextual keywords: record, sealed, permits, non-sealed. Semantic highlighting for these keywords was already provided with org.eclipse.jdt.internal.ui.javaeditor.SemanticHighlightings.RestrictedIdentifiersHighlighting. Signed-off-by: Nikifor Fedorov <[email protected]>
zelenyhleb
added a commit
to zelenyhleb/eclipse.jdt.ui
that referenced
this issue
Apr 14, 2025
Removed Token-level styling for contextual keywords: record, sealed, permits, non-sealed. Semantic highlighting for these keywords was already provided with org.eclipse.jdt.internal.ui.javaeditor.SemanticHighlightings.RestrictedIdentifiersHighlighting. Signed-off-by: Nikifor Fedorov <[email protected]>
zelenyhleb
added a commit
to zelenyhleb/eclipse.jdt.ui
that referenced
this issue
Apr 16, 2025
Removed Token-level styling for contextual keywords: record, sealed, permits, non-sealed. Semantic highlighting for these keywords was already provided with org.eclipse.jdt.internal.ui.javaeditor.SemanticHighlightings.RestrictedIdentifiersHighlighting. Signed-off-by: Nikifor Fedorov <[email protected]>
zelenyhleb
added a commit
to zelenyhleb/eclipse.jdt.ui
that referenced
this issue
Apr 20, 2025
Removed Token-level styling for contextual keywords: record, sealed, permits, non-sealed. Semantic highlighting for these keywords was already provided with org.eclipse.jdt.internal.ui.javaeditor.SemanticHighlightings.RestrictedIdentifiersHighlighting. Signed-off-by: Nikifor Fedorov <[email protected]>
zelenyhleb
added a commit
to zelenyhleb/eclipse.jdt.ui
that referenced
this issue
Apr 27, 2025
Removed Token-level styling for contextual keywords: record, sealed, permits, non-sealed. Semantic highlighting for these keywords was already provided with org.eclipse.jdt.internal.ui.javaeditor.SemanticHighlightings.RestrictedIdentifiersHighlighting. Signed-off-by: Nikifor Fedorov <[email protected]>
jjohnstn
pushed a commit
to zelenyhleb/eclipse.jdt.ui
that referenced
this issue
May 1, 2025
Removed Token-level styling for contextual keywords: record, sealed, permits, non-sealed. Semantic highlighting for these keywords was already provided with org.eclipse.jdt.internal.ui.javaeditor.SemanticHighlightings.RestrictedIdentifiersHighlighting. Signed-off-by: Nikifor Fedorov <[email protected]>
zelenyhleb
added a commit
to zelenyhleb/eclipse.jdt.ui
that referenced
this issue
May 3, 2025
Removed Token-level styling for contextual keywords: record, sealed, permits, non-sealed. Semantic highlighting for these keywords was already provided with org.eclipse.jdt.internal.ui.javaeditor.SemanticHighlightings.RestrictedIdentifiersHighlighting. Signed-off-by: Nikifor Fedorov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example in org.eclipse.jdt.internal.core.builder.State.record(String, char[][][], char[][], char[][], char[], ArrayList)
In this context "record" is not a keyword but simply a method name.
The text was updated successfully, but these errors were encountered: