Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In the 

Jira Legacy
serverIn-Portal Issue TrackerSystem Jira
serverId126bf1dc513b375f-b5748291-35223313-8c149d9f-3dd94dfb9de1704c39b1f915
keyINP-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:

...

  1. upgrade CodeMirror to the latest version
  2. 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
  3. enhance "adm:IncludeCodeMirrorFilesByLanguage" tag with ability to load corresponding autocomplete files based on language

Related Discussions

Related Tasks