diff --git a/README.md b/README.md index a0db6af..6684560 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Powered by [AEM Groovy Console](https://github.com/OlsonDigital/aem-groovy-conso - Execute groovy scripts on running AEM server from editor - Script can be executed on multiple servers -- Console output provides a link to the script's source code in case of exception +- Console output provides a link to the script's source if exception occurred ## How to use Plugin is available in Jetbrains plugin repository - [AEM Groovy Console](https://plugins.jetbrains.com/plugin/10893-aem-groovy-console) @@ -16,6 +16,7 @@ AEM Servers should be configured in Settings tab ![Screenshot](screenshot2.png) -Plugin applied to any *.groovy* file, file path should contain *groovyconsole* substring +Plugin applied to any *.groovy* file, file's directory should be marked as AEM Groovy Scripts Root (since v0.2.0-beta), +it is also applied if file path contains *groovysonsole* substring ![Screenshot](screenshot1.png) \ No newline at end of file diff --git a/build.gradle b/build.gradle index 002f69e..8708c10 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ plugins { } group 'org.deniskusakin.aem' -version '0.1.1-beta' +version '0.2.0-beta' apply plugin: 'kotlin' @@ -40,7 +40,7 @@ intellij { } patchPluginXml { changeNotes """ - Fix compatibility issue. Plugin is now available for IDEA 2018.3. + Possibility to mark directory as AEM Groovy Scripts Root. """ } //publishPlugin { diff --git a/screenshot1.png b/screenshot1.png index adb5616..4e3046f 100644 Binary files a/screenshot1.png and b/screenshot1.png differ