mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 10:17:50 +08:00
reverse spurious "cat on the keyboard" edits
This commit is contained in:
parent
2dc4e5bbad
commit
9f2177ff65
@ -10,6 +10,7 @@ If you want your plugin to allow other plugins to extend its functionality, in t
|
||||
|
||||
## Extensions
|
||||
|
||||
If you want your plugin to extend the functionality of other plugins or the *IntelliJ Platform*, you must declare one or several _extensions_.
|
||||
If you want your plugin to extend the functionality of other plugins or the *Intell iJ Platform*, you must declare one or several _extensions_.
|
||||
|
||||
## How to declare extensions and extension points
|
||||
|
@ -85,7 +85,6 @@ Create an action:
|
||||
|
||||
```java
|
||||
public class EditorHandlerIllustration extends AnAction {
|
||||
@Override
|
||||
public void actionPerformed(@NotNull AnActionEvent anActionEvent) {
|
||||
}
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user