Skip to content

Commit

Permalink
support dynamic plugin reloading #322
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Mar 18, 2020
1 parent 1c9d208 commit d70f693
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ Adds support for Chinese [#314](https://github.com/acejump/AceJump/issues/314).

Fixes constantly loading settings page [#303](https://github.com/acejump/AceJump/issues/303).

Honor camel humps [#315](https://github.com/acejump/AceJump/issues/305). Thanks to @clojj.
Honor camel humps [#315](https://github.com/acejump/AceJump/issues/315). Thanks to @clojj.

Support dynamic application reloading [#322](https://github.com/acejump/AceJump/issues/322).

Speed up tagging on very large files.

Expand Down
10 changes: 2 additions & 8 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,10 @@
<category>Navigation</category>
<vendor url="https://github.com/acejump/AceJump">AceJump</vendor>

<application-components>
<component>
<implementation-class>org.acejump.config.AceConfig</implementation-class>
</component>
</application-components>

<extensions defaultExtensionNs="com.intellij">
<applicationService serviceImplementation="org.acejump.config.AceConfig" overrides="false"/>
<applicationService serviceImplementation="org.acejump.config.AceConfig"/>
<applicationConfigurable groupId="tools" displayName="AceJump"
id="preferences.AceConfigurable"
id="preferences.AceConfigurable" dynamic="true"
instance="org.acejump.config.AceConfig"/>
</extensions>

Expand Down

0 comments on commit d70f693

Please sign in to comment.