diff --git a/README.md b/README.md index 33efa9a..5fa9f36 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# MC68000 Assembly Language Plugin [![Build Status](https://app.travis-ci.com/chrisly42/mc68000-asm-plugin.svg?branch=main)](https://app.travis-ci.com/chrisly42/mc68000-asm-plugin) [![Coverage Status](https://coveralls.io/repos/github/chrisly42/mc68000-asm-plugin/badge.svg?branch=main)](https://coveralls.io/github/chrisly42/mc68000-asm-plugin?branch=main) +# MC68000 Assembly Language Plugin _MC68000 Assembly Language Plugin_ is plugin for Jetbrains IDEs (CLion, IntelliJ, etc.). @@ -150,9 +150,10 @@ to highlight the same address and data registers while editing (see new `View -> ## Development notice -This plugin has been written in Kotlin 1.7 using Grammar-Kit. +This plugin has been written in Kotlin 1.9 using Grammar-Kit. -It is probably the only plugin (besides [Cajon](https://github.com/chrisly42/cajon-plugin) from the same author) that uses JUnit 5 Jupiter for unit testing so +It is probably the only plugin (besides [Cajon](https://git.platon42.de/chrisly42/cajon-plugin) from the same author) that uses JUnit 5 Jupiter for unit testing +so far (or at least the only one I'm aware of ;) ). The IntelliJ framework actually uses the JUnit 3 TestCase for plugin testing, and it took me quite a while to make it work with JUnit 5. Feel free to use the code (in package ```de.platon42.intellij.jupiter```) for your projects (with attribution). diff --git a/build.gradle b/build.gradle index 76f4a0c..8ab0a00 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { } group = 'de.platon42' -version = '0.11' +version = '0.10' sourceCompatibility = 17 targetCompatibility = 17 diff --git a/gradle.properties b/gradle.properties index ae17e0d..1c3c2d4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ kotlin.code.style=official kotlin.incremental=true intellijPublishToken=perm:dummy -systemProp.jdk.tls.client.protocols="TLSv1,TLSv1.1,TLSv1.2" \ No newline at end of file +systemProp.jdk.tls.client.protocols="TLSv1,TLSv1.1,TLSv1.2" diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index b56e04a..6f3140d 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -1,14 +1,14 @@ de.platon42.m68k MC68000 Assembly Language Support - Chris 'platon42' Hodges + Chris 'platon42' Hodges - Full documentation here... + Full documentation here... ]]>