From cd5042310088854fc941b55011fd152f463b982b Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Tue, 16 May 2017 16:51:31 +0100 Subject: [PATCH] JAL-384 documentation on custom colours groovy examples --- help/help.jhm | 1 + help/helpTOC.xml | 1 + help/html/features/groovy.html | 9 +++++++++ 3 files changed, 11 insertions(+) diff --git a/help/help.jhm b/help/help.jhm index 53b86d2..54cce2a 100755 --- a/help/help.jhm +++ b/help/help.jhm @@ -131,6 +131,7 @@ + diff --git a/help/helpTOC.xml b/help/helpTOC.xml index 62df81f..a8aadf5 100755 --- a/help/helpTOC.xml +++ b/help/helpTOC.xml @@ -25,6 +25,7 @@ + diff --git a/help/html/features/groovy.html b/help/html/features/groovy.html index d9bf76e..ead4436 100644 --- a/help/html/features/groovy.html +++ b/help/html/features/groovy.html @@ -111,6 +111,15 @@ print currentAlFrame.getTitle(); href="../groovy/featuresCounter.html">featuresCounter.groovy example for more information.

+

+ Creating custom colourschemes
+ You can create your own alignment colourschemes with a groovy script. We've provided two examples:
+

+

-- 1.7.10.2