mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
plugin_extensions.md: mention ExtensionNotApplicableException
This commit is contained in:
parent
52253c41b2
commit
9d7556020f
@ -60,7 +60,8 @@ The following properties are available always:
|
||||
- `id` - unique ID
|
||||
- `order` - allows to order all defined extensions using `first`, `last` or `before|after [id]` respectively
|
||||
- `os` - allows restricting extension to given OS, e.g., `os="windows"` registers the extension on Windows only
|
||||
|
||||
|
||||
If an extension instance needs to "opt out" in certain scenarios, it can throw [`ExtensionNotApplicableException`](upsource:///platform/extensions/src/com/intellij/openapi/extensions/ExtensionNotApplicableException.java) in its constructor.
|
||||
|
||||
### Extension Properties Code Insight
|
||||
Several tooling features are available to help configure bean class extension points in `plugin.xml`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user