mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
new_macros.md: fix "Testing the Plugin" section
This commit is contained in:
parent
f390b500cf
commit
9a187cb2e8
Binary file not shown.
Before Width: | Height: | Size: 67 KiB |
Binary file not shown.
Before Width: | Height: | Size: 116 KiB |
@ -67,12 +67,6 @@ Using the `com.intellij.liveTemplateMacro` extension point, register the impleme
|
||||
Now verify the plugin is working correctly.
|
||||
* Run the plugin in a Development Instance.
|
||||
* Create a new file `testing.md` and enter several words in lower case.
|
||||
* Highlight the text and enter <shortcut>Ctrl/Cmd+J</shortcut> to open the <control>Select Template</control> popup.
|
||||
* Highlight the text and enter invoke <menupath>Code | Surround With...</menupath> to open the <control>Surround With</control> popup.
|
||||
Confirm that the <control>SDK: Convert to title case</control> is available in the popup, and select it.
|
||||
|
||||
{width="700"}
|
||||
|
||||
Test that the Live Template works by entering <shortcut>m</shortcut> or <shortcut>Return</shortcut>.
|
||||
The text will change to have each word capitalized:
|
||||
|
||||
{width="700"}
|
||||
* The selected text will change to have each word capitalized.
|
||||
|
Loading…
x
Reference in New Issue
Block a user