diff --git a/README.md b/README.md index a012283ec..ca96b6951 100644 --- a/README.md +++ b/README.md @@ -144,10 +144,10 @@ The [Qute templating engine](https://quarkus.io/guides/qute-reference) is suppor ![](images/1.11.0/quarkus-tools1.png) ## Quarkus project wizards - * Generate a Quarkus Maven project, based on https://code.quarkus.io/ - - Call `File -> New -> Module -> Quarkus` - * ~~Add Quarkus extensions to current Maven-based Quarkus project~~ - - NYI + +Generate a Quarkus Maven project, based on https://code.quarkus.io/. Call `File -> New -> Module -> Quarkus`. It is possible to filter the list of displayed Quarkus extension by name pattern and allow or disallow the inclusion of non platforms Quarkus extensions. + +![](images/1.12.0/quarkus-tools2.gif) ## Quarkus `application.properties` Features * Completion support for Quarkus properties @@ -178,6 +178,11 @@ If you click the Run icon, it will start the Quarkus application in dev mode. If ![](images/1.10.0/quarkus-tools4.png) +When the console is running, you can open a browser to either the Quarkus DevUI or to the Quarkus application. When the Quarkus application has been started, right click in the console and a sub menu `Quarkus` will be displayed. It has 2 sub menus `Open DevUI` and `Open application`. When one of these menus are selected, a new browser window is opened to the desired location. + +![](images/1.12.0/quarkus-tools1.gif) + + ## Quarkus code snippets This plugin provides several code snippets, available when editing Java files: diff --git a/gradle.properties b/gradle.properties index 43dadd44f..a5d09e11f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ ideaVersion = IC-2020.3 -projectVersion=1.12.0-SNAPSHOT +projectVersion=1.12.0 jetBrainsToken=invalid jetBrainsChannel=stable quarkusVersion=2.11.2.Final diff --git a/images/1.12.0/quarkus-tools1.gif b/images/1.12.0/quarkus-tools1.gif new file mode 100644 index 000000000..18b885d96 Binary files /dev/null and b/images/1.12.0/quarkus-tools1.gif differ diff --git a/images/1.12.0/quarkus-tools2.gif b/images/1.12.0/quarkus-tools2.gif new file mode 100644 index 000000000..038d685b1 Binary files /dev/null and b/images/1.12.0/quarkus-tools2.gif differ diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index a269c3214..92024afae 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -11,6 +11,14 @@ ]]> 1.12.0

+

1.11.1