Remove duplicated the from documentation

This commit is contained in:
Jorge Vallecillo 2018-11-02 15:27:26 -06:00
parent 259a522bdc
commit f4abe5e207
2 changed files with 2 additions and 2 deletions

View File

@ -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:
!["Register action" quick fix](img/tools_menu_item_action.png)

View File

@ -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