In the
Jira Legacy |
---|
server | In-Portal Issue TrackerSystem Jira |
---|
serverId | 126bf1dc513b375f-b5748291-35223313-8c149d9f-3dd94dfb9de1704c39b1f915 |
---|
key | INP-1174 |
---|
|
the task the CodeMirror (see
https://codemirror.net/) editor was added to enable syntax highlight in majority of textarea controls across Admin Console. Since that time CodeMirror has evolved to the level, that it now allows to use autocomplete (invoked by Ctrl+Space shortcut) for following languages:
...
- upgrade CodeMirror to the latest version
- enable autocomplete by default by adding "
extraKeys
" CodeMirror option with {"Ctrl-Space": "autocomplete"}
value to the instance code mirror options in the "inp_edit_codemirror
" element - enhance "
adm:IncludeCodeMirrorFilesByLanguage
" tag with ability to load corresponding autocomplete files based on language
Related Discussions
Related Tasks