mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
api_notable_list_2020.md: Action System
This commit is contained in:
parent
bbc59e40cb
commit
52fadc8a06
@ -24,7 +24,10 @@ Generating HTML fragments
|
||||
Extensible HTML Lexer/Parser
|
||||
: Implement `com.intellij.html.embedding.HtmlEmbeddedContentSupport` and register in `com.intellij.html.embeddedContentSupport` extension point to embed arbitrary tokens into any tag or attribute.
|
||||
Please note that old API from `com.intellij.lexer.BaseHtmlLexer` is no longer working.
|
||||
|
||||
|
||||
Action System
|
||||
: New features in [Action System](/basics/action_system.md): `<override-text>` works now for `<group>` as well, `<synonym>` provides alternative names when searching for actions, and groups can be excluded from search results.
|
||||
|
||||
Welcome Screen customization
|
||||
: To provide additional custom tabs, implement `com.intellij.openapi.wm.WelcomeTabFactory` and register in `com.intellij.welcomeTabFactory` extension point.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user