Settings
Basic Settings
| Line numbers | |
| Smooth scrolling | |
| Wrap logs instead of scrolling | |
| Enable saving of project into browser link | |
| Font ligatures |
| Font |
Advanced Settings
| Allow reassignment of for loop variables during iteration | |
| Allow use of different types in an array | |
| Allow >, <, >= and <= to be used on strings | |
| Show warning when using non-standard features | |
|
Run loops without refresh
Warning: if an infinite loop occurs, the window will freeze |
|
| Show warning on incorrect capitalisation of 'AND', 'OR', 'XOR', 'DIV' and 'MOD' | |
| Show warning if file handle is not closed | |
| Step once past end on for loops | |
|
Strict subroutines
When making an assignment in a subroutine, if the identifier being assigned to is not a local or declared with the global keyword, create a new variable instead (issues a warning). Example |
|
|
Copy code with color
Warning: experimental, only works in some browsers |