mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
api notable 2021: getPriorityRange highlighting API
This commit is contained in:
parent
1335410cfe
commit
65c5e1e2b7
@ -14,6 +14,9 @@ External code formatter tools API
|
||||
Simplified API for `CustomComponentAction`
|
||||
: Use new method `updateCustomComponent(Component, Presentation)` to synchronize given Presentation and component state.
|
||||
|
||||
Highlighting API exposes priority range
|
||||
: Use `getPriorityRange()` in `AnnotationSession`/`LocalInspectionToolSession` to optimize highlighting for coarse-grained files (e.g., `PsiPlainTextFile` files with single node).
|
||||
|
||||
## 2021.2
|
||||
|
||||
### IntelliJ Platform 2021.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user