mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Remove duplicated the from documentation
This commit is contained in:
parent
259a522bdc
commit
f4abe5e207
@ -98,7 +98,7 @@ file actually contains elements for `<keyboard-shortcut>` and `<mouse-shortcut>`
|
||||
The [plugin.xml](https://github.com/JetBrains/intellij-sdk-docs/blob/master/code_samples/register_actions/resources/META-INF/plugin.xml)
|
||||
file contains copious comments about the declaration.
|
||||
|
||||
After performing the steps described above we need to compile and run the plugin to the the newly created action available as a Tools Menu item:
|
||||
After performing the steps described above we need to compile and run the plugin to the newly created action available as a Tools Menu item:
|
||||
|
||||

|
||||
|
||||
|
@ -18,7 +18,7 @@ Since some of our tests will use Java files as test data, we need to mock up the
|
||||
IntelliJ IDEA does everything automatically when we use the special utility class
|
||||
[LightCodeInsightFixtureTestCase](upsource:///java/testFramework/src/com/intellij/testFramework/fixtures/LightCodeInsightFixtureTestCase.java).
|
||||
|
||||
All we need to do is point the the run configuration's working directory to the root of the IntelliJ IDEA Community Edition sources and enable the following VM options:
|
||||
All we need to do is point the run configuration's working directory to the root of the IntelliJ IDEA Community Edition sources and enable the following VM options:
|
||||
|
||||
```
|
||||
-ea -Xbootclasspath/p:../out/classes/production/boot -XX:+HeapDumpOnOutOfMemoryError -Xmx512m -XX:MaxPermSize=320m -Didea.system.path=../test-system -Didea.home.path=../ -Didea.config.path=../test-config -Didea.test.group=ALL_EXCLUDE_DEFINED
|
||||
|
Loading…
x
Reference in New Issue
Block a user