
KosmicTask is a secure scripting environment for OS X that lets users create, edit, execute, and share scripts. It includes a repository of script-powered tasks, configurable inputs, and the ability to return data and files. It also has a plugin architecture.
v1.2
- MID 1535: Added editor preferences. Preferences can now be set for the following script editor parameters:
- Font name and size.
- Text, background, invisible character and selection colour.
- Syntax colouring.
- Invisible character display.
- Spell checking.
- Line number display.
- Brace matching.
- Page guide.
- Simple autocomplete.
- Auto insert braces.
- Tab width.
- Auto indent.
- Line wrapping.
- MID 1021: Fixed AppleScript code colouring. Built AppleScript should now be coloured as it is within the AppleScript Editor. Previously KT AppleScript was coloured according to a set of keywords but the nature of AppleScript terminology makes this approach unreliable. The new implementation means that common commands such as 'so shell script' will be correctly coloured. The colours used to highlight AppleScript are those returned by the AppleScript compiler and therefore do not match those defined in the editor preferences.
- MID 1489: Updated documentation to note the removal of support for appscript.
- Miscellaneous bug fixes and improvements.