mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
action_system.md: cleanup
This commit is contained in:
parent
691dcc6ac2
commit
cffa9443fa
@ -299,7 +299,7 @@ This, and additional information can also be found by using the [Code Completion
|
|||||||
</action>
|
</action>
|
||||||
<!-- The <group> element defines an action group. <action>, <group> and
|
<!-- The <group> element defines an action group. <action>, <group> and
|
||||||
<separator> elements defined within it are automatically included in the group.
|
<separator> elements defined within it are automatically included in the group.
|
||||||
The mandatory "id" attribute specifies a unique identifier for the action.
|
The mandatory "id" attribute specifies a unique identifier for the group.
|
||||||
The optional "class" attribute specifies the FQN of
|
The optional "class" attribute specifies the FQN of
|
||||||
the class implementing the group. If not specified,
|
the class implementing the group. If not specified,
|
||||||
com.intellij.openapi.actionSystem.DefaultActionGroup is used.
|
com.intellij.openapi.actionSystem.DefaultActionGroup is used.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user