Skip to content

Commit

Permalink
1. Update release version v0.0.2
Browse files Browse the repository at this point in the history
2. Exclude some idea file (adding gitignore).
  • Loading branch information
a690700752 committed Nov 6, 2017
1 parent 5bcbc2f commit d6f94e8
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 456 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,11 @@ crashlytics.properties
crashlytics-build.properties
fabric.properties

### Example user template template
### Example user template

# IntelliJ project files
.idea
*.iml
out
gen
9 changes: 0 additions & 9 deletions .idea/compiler.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/kotlinc.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/misc.xml

This file was deleted.

10 changes: 0 additions & 10 deletions .idea/modules.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/modules/KJump.iml

This file was deleted.

199 changes: 0 additions & 199 deletions .idea/modules/KJump_main.iml

This file was deleted.

203 changes: 0 additions & 203 deletions .idea/modules/KJump_test.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

10 changes: 9 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,12 @@ compileKotlin {
}
compileTestKotlin {
kotlinOptions.jvmTarget = "1.8"
}
}

intellij {
pluginName 'KJump'
intellij.updateSinceUntilBuild false
}

group 'com.werfad'
version '0.0.2'
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<idea-plugin>
<id>com.werfad</id>
<name>KJump</name>
<version>0.0.1</version>

<description><![CDATA[
A simplify plugin ported from vim-EasyMotion plugin for Intellij Platform IDE. And can be integrated with IdeaVim.<br>
Expand All @@ -15,7 +14,8 @@


<change-notes><![CDATA[
* 2017-11-3 0.0.1 initial release
* 2017-11-6 v0.0.2 compat with IntelliJ Platform Products<br>
* 2017-11-3 v0.0.1 initial release<br>
]]>
</change-notes>

Expand Down

0 comments on commit d6f94e8

Please sign in to comment.