Skip to content

Commit

Permalink
Release 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksZhelo committed Mar 19, 2020
1 parent ca78ca3 commit 27143e6
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'com.alekseyzhelo.evilislands'
version '1.0'
version '1.1'

sourceCompatibility = 1.8
tasks.withType(JavaCompile) { options.encoding = 'UTF-8' }
Expand All @@ -29,17 +29,10 @@ intellij {
}
patchPluginXml {
changeNotes """
First release of the plugin. Features:
<ul>
<li> Syntax checking </li>
<li> Type checking </li>
<li> Code completion, including object ID/name completion and GSGetVar/GSSetVar variable completion</li>
<li> Code formatting </li>
<li> Basic code inspections </li>
<li> Find usages </li>
<li> Customizable syntax highlighting </li>
<li> Structure view </li>
<li> Live templates </li>
<li> Implemented multiline comments </li>
<li> Improved non-Java IDE support </li>
<li> Error highlighting for unclosed strings/multiline comments </li>
</ul>"""
sinceBuild '192'
}
Expand Down

0 comments on commit 27143e6

Please sign in to comment.