mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
plugin_components.md: use snippet for EP link
This commit is contained in:
parent
c8f548cf3b
commit
7a0338ded7
@ -30,7 +30,8 @@ See [Persisting State of Components](persisting_state_of_components.md) for deta
|
||||
|
||||
### Subscribing to Events
|
||||
|
||||
To subscribe to events, use a [listener](plugin_listeners.md) or create an [extension](plugin_extensions.md) for a dedicated extension point (for example, `com.intellij.editorFactoryListener`) if one exists for the event to subscribe to.
|
||||
To subscribe to events, use a [listener](plugin_listeners.md) or create an [extension](plugin_extensions.md) for a dedicated extension point
|
||||
(for example, <include from="snippets.topic" element-id="epLink"><var name="ep" value="com.intellij.editorFactoryListener"/></include>) if one exists for the event to subscribe to.
|
||||
|
||||
### Application Startup
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user