Jens' Script Editor 2.2.1 ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ An on-calc lua editor by Jens Kolbinger Which file is the right for me? ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ - Use JSE 2.2.1 OS3.1.tns if your OS is older than 3.2; Nspire-API features introduced in apilevel='2.0' or later won't work. - Use JSE 2.2.1.tns if you have OS 3.2 or newer; all Nspire-API features will work. How to select code on the handheld device: ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ 1. Press ctrl+click to set the selection start at the cursor 2. Move around with the arrow keys or click anywhere to set the selection end 3. Do things like ctrl+C to copy and ctrl+V to paste (Everything else you can do with selections in other editors works too, like deleting the selection!) 4. Press [esc] to make the selection go away! You can also double-click to select alphanumeric words and triple-click to select non-space-character-sequences Controls: ‾‾‾‾‾‾‾‾‾ - Navigate as in a normal text editor with the arrow keys and mouse! - Look at the PNG files for special keys! - Press ctrl+del to undo an action - Press ctrl+menu to redo an action - Press [menu] for options (everything should be self-explanatory) - Press the return-key [↵] to open the autocompletion menu IMPORTANT: ‾‾‾‾‾‾‾‾‾‾ - If your script gets stuck, hold the [on]-key for a few seconds; it will crash your script, but not the editor! - Better don't store variables beginning with "jse"! - Better don't use the global variable "__mG"; it contains important stuff for the editor! Any feedback to jens.software@gmail.com