Ace: Config adjustments in Run JavaScript window

- Use the "Chrome" theme
- Hide the gutter
- Don't highlight the active line
- Remove default iframe borders
- Focus the editor on window open

Ace instances (e.g., Scaffold) are now responsible for setting their own
theme (to avoid a flash of Monokai before a lighter theme appears).
This commit is contained in:
Dan Stillman 2020-12-24 02:43:52 -05:00
parent e095dbb031
commit 2ed4bb1c8f
5 changed files with 23 additions and 7 deletions

View file

@ -45,6 +45,7 @@ const symlinkFiles = [
'resource/ace/keybinding-emacs.js',
'resource/ace/keybinding-vim.js',
'resource/ace/mode-javascript.js',
'resource/ace/theme-chrome.js',
'resource/ace/theme-monokai.js',
'resource/ace/worker-javascript.js',
'update.rdf'