-
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.
Merge pull request #16 from theiterators/chore/support-intellij-233
Support for IntelliJ 2023.3.*
- Loading branch information
Showing
4 changed files
with
5 additions
and
15 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 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,14 +1,6 @@ | ||
object ChangeNotes { | ||
val value = | ||
"""<![CDATA[ | ||
<p>Support for recent versions of IntelliJ and small improvement to "Generate @tagged object" action.</p> | ||
<p><b>Note:</b> starting from version 0.0.10 plugin will work in IntelliJ IDEA 2022.3 and newer (older versions | ||
are supported by older version of the plugin)</p> | ||
<ul> | ||
<li>support for IntelliJ IDEA 2022.3.*</li> | ||
<li>support for IntelliJ IDEA 2023.1.*</li> | ||
<li>support for IntelliJ IDEA 2023.2.* (EAP and hopefully also future GA)</li> | ||
<li>organize imports and code reformat after changes made in code by "Generate @tagged object" action</li> | ||
</ul> | ||
<p>Support for IntelliJ IDEA 2023.3.*</p> | ||
]]>""" | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ThisBuild / version := "0.0.10" | ||
ThisBuild / version := "0.0.10-SNAPSHOT" |