Setting Up TextPad

From Q
Jump to navigation Jump to search

Please note: Q4.10 includes a built-in editor for QScripts that can be accessed by Automate > Open QScript (Macro) Editor. It is advisable to use this over TextPad as scripts can be run directly from this editor and the location of errors in the script will be highlighted.

There are many different programs that can be used to help you write JavaScript. One popular and relatively simple text editor is http://www.textpad.com. You can set it up to work well with JavaScript as follows:

  1. Install TextPad. Select your preferred version from http://www.textpad.com/download/index.html (i.e., the most recent version in your language), download it and install it.
  2. Download the most recent JavaScript add-on from here: http://www.textpad.com/add-ons/synh2m.html
  3. Open the file and copy javascript.syn to C:\Program Files (x86)\TextPad 7. If you have installed a version other than 7, you will need to replace the 7 with your version number, and if you are on an old or unusual operating environment you may need to replace Program Files (x86) with somthing else..
  4. Open TextPad. (If it is already open, close it and open it again.)
  5. From the Configure menu, choose New Document Class.
  6. Type the name "QScript" and click Next.
  7. Type "*.QScript" and click Next.
  8. Check Enable syntax highlighting.
  9. From the list of Syntax definition files, choose JavaScript.syn.
  10. Click Next.
  11. Click Finish.
  12. Click OK (if required).

Any file that is opened in TextPad with a file extension of .QScript will now highlight the text. For some example QScripts, see the QScript Examples Library.