Skip to content

Commit

Permalink
Possibility to mark directory as AEM Groovy Scripts Root(#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis_Kusakin committed Dec 2, 2018
1 parent ef24edf commit f96c782
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
}

group 'org.deniskusakin.aem'
version '0.1.1-beta'
version '0.2.0-beta'

apply plugin: 'kotlin'

Expand All @@ -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 {
Expand Down
Binary file modified screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f96c782

Please sign in to comment.