-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
yongpeng.zheng
committed
Sep 4, 2020
1 parent
324c43f
commit faf75a7
Showing
20 changed files
with
902 additions
and
790 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<idea-plugin> | ||
<id>com.thief.idea</id> | ||
<name>thief-book-idea</name> | ||
<version>1.0</version> | ||
<vendor email="[email protected]" url="https://github.com/yisier/thief-book-idea">毅斯</vendor> | ||
|
||
<description></description> | ||
|
||
<change-notes></change-notes> | ||
|
||
<!-- please see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description --> | ||
<idea-version since-build="162.0"/> | ||
|
||
<!-- please see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html | ||
on how to target different products --> | ||
<depends>com.intellij.modules.platform</depends> | ||
|
||
<extensions defaultExtensionNs="com.intellij" > | ||
<!--canCloseContents 允许用户关闭--> | ||
<toolWindow id="thief-book" anchor="bottom" canCloseContents="false" | ||
icon="/icons/thief.png" factoryClass="com.thief.idea.MainUi"/> | ||
|
||
<projectConfigurable groupId="Other Settings" displayName="Thief-Book Config" id="thief.id" | ||
instance="com.thief.idea.Setting"/> | ||
<applicationService | ||
serviceImplementation="com.thief.idea.PersistentState"/> | ||
<!-- Add your extensions here --> | ||
</extensions> | ||
|
||
<actions> | ||
<!--Add your actions here --> | ||
<action id="show-thief-book" class="com.thief.idea.ShowThiefBook" text="Show Thief" description="Show thief"> | ||
<add-to-group group-id="WindowMenu" anchor="last"/> | ||
</action> | ||
</actions> | ||
|
||
</idea-plugin> |
File renamed without changes
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.