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

Allow Xtext editor subclasses to control highlighting #3250

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mx990
Copy link
Contributor

@mx990 mx990 commented Nov 22, 2024

Allow Xtext editor subclasses to control highlighting, for example, to (temporarily) disable semantic highlighting in order to handle very large sources. This avoids having to resort to reflection to access these methods.

Closes #3249

Copy link

github-actions bot commented Nov 22, 2024

Test Results

  6 460 files  ± 0    6 460 suites  ±0   3h 12m 7s ⏱️ +5s
 43 238 tests ± 0   42 653 ✅  - 1    584 💤 ±0   1 ❌ + 1 
170 261 runs  +10  167 903 ✅  - 1  2 336 💤 ±0  22 ❌ +12 

For more details on these failures, see this check.

Results for commit 830c292. ± Comparison against base commit 4eebe72.

♻️ This comment has been updated with latest results.

@@ -593,12 +593,12 @@ public void selectionChanged(final SelectionChangedEvent event) {
}
}

private void installHighlightingHelper() {
protected void installHighlightingHelper() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add @since 2.38 tags to the newly exposed methods

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@cdietrich
Copy link
Member

can you please rebase

Signed-off-by: Martin Jobst <martin.jobst@posteo.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow Xtext editor subclasses to control highlighting
3 participants