-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed main functionality from tool window, the tool is functional i…
…mmediately without the need to launch tool window
- Loading branch information
saharmehrpour
committed
Apr 18, 2019
1 parent
72b7487
commit c8b54be
Showing
4 changed files
with
62 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<idea-plugin> | ||
<id>active_doc_plugin</id> | ||
<name>ActiveDoc Plugin</name> | ||
<version>2.0</version> | ||
<version>3.0</version> | ||
<vendor email="[email protected]" url="http://mason.gmu.edu/~smehrpou/">GMU DevUXD</vendor> | ||
|
||
<description><![CDATA[ | ||
ActiveDocumentation Tool | ||
]]></description> | ||
|
||
<change-notes><![CDATA[ | ||
initial release | ||
The tool window in the plugin is not functional. Instead the plugin runs in background and is accessible in the browser immediately. | ||
]]> | ||
</change-notes> | ||
|
||
|
@@ -22,9 +22,14 @@ | |
<depends>com.intellij.modules.lang</depends> | ||
--> | ||
|
||
<project-components> | ||
<component> | ||
<implementation-class>FileChangeManager</implementation-class> | ||
</component> | ||
</project-components> | ||
|
||
<extensions defaultExtensionNs="com.intellij"> | ||
<!-- Add your extensions here --> | ||
<toolWindow id="ActiveDocs" anchor="right" factoryClass="GrepServerToolWindowFactory"/> | ||
<toolWindow id="ActiveDocs" anchor="right" factoryClass="CustomToolWindowFactory"/> | ||
</extensions> | ||
|
||
<actions> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters