JS Script editor settings
These settings apply to all editor windows using JavaScript.
Tab indent size
Any tab indents are converted to spaces. Change this value to the amount of spaces you prefer.
Default: 2
Editor font size New in version 4.02
Set the preferred font size for editors used for Script and List method.
Default: 10
Scroll past end of line
Allow the text cursor to move past the last character of a line in the editor.
Default: On
Show code suggestions popup New in version 4.14
Show a popup with code suggestions while typing in the editor. Hitting .
after the values app
or item
will automatically trigger the suggestions. Suggestions are not provided for built-in JavaScript functionality.
Default: On
Allowed extensions for reading content from files New in version 4.16
Specify the file extensions that are allowed for reading content from files. This is a comma-separated list of extensions including the dot. This list is used by the functions app.readFileText()
and app.readFileLines()
. Learn more about these functions here.
Default: .csv;.json;.txt