-
New Feature
-
Resolution: Fixed
-
Minor
-
None
In Jenkins, the groovy scripts inserted may be complex.
It would be interesting to color these scripts dynamically using the javascript library CodeMirror and groovy parser provided by eXo Platform SAS (if license permits)
- is related to
-
JENKINS-23148 Accessibility problem when editing shell script in the configuration of a job
-
- Open
-
-
JENKINS-15604 checkUrl and codemirror-mode do not mix
-
- Resolved
-
-
JENKINS-23151 codemirror-mode on f:textarea broken (was: Execute shell build step text not saved properly)
-
- Resolved
-
-
JENKINS-24650 Add syntax highlighting like the Scriptler and Groovy plugins have
-
- Open
-
Code changed in jenkins
User: imod
Path:
.gitignore
pom.xml
src/main/java/org/jvnet/hudson/plugins/scriptler/ScriptlerManagment.java
src/main/java/org/jvnet/hudson/plugins/scriptler/ScritplerPluginImpl.java
src/main/java/org/jvnet/hudson/plugins/scriptler/config/ScriptlerConfiguration.java
src/main/java/org/jvnet/hudson/plugins/scriptler/util/ScriptHelper.java
src/main/resources/org/jvnet/hudson/plugins/scriptler/ScriptlerManagment/edit.jelly
src/main/resources/org/jvnet/hudson/plugins/scriptler/ScriptlerManagment/runscript.jelly
src/main/resources/org/jvnet/hudson/plugins/scriptler/ScriptlerManagment/scriptsettings.jelly
src/main/resources/org/jvnet/hudson/plugins/scriptler/ScriptlerManagment/settings.jelly
src/main/resources/org/jvnet/hudson/plugins/scriptler/ScriptlerManagment/settings.properties
src/main/resources/org/jvnet/hudson/plugins/scriptler/ScriptlerManagment/sidepanel.jelly
src/main/webapp/lib/codemirror.css
src/main/webapp/lib/codemirror.js
src/main/webapp/lib/overlay.js
src/main/webapp/mode/clike/clike.css
src/main/webapp/mode/clike/clike.js
src/main/webapp/mode/clike/index.html
http://jenkins-ci.org/commit/scriptler-plugin/bc3f719cfa5e6f6831259dfe68e4141ca1b205f8
Log:
JENKINS-9302,JENKINS-9130colorize groovy script areas