Jump to content
Developer Wiki and Function Reference Links ×

TextWrangler


Recommended Posts

TextWrangler is just a word processor. Yes, you use $Include in your PIO to reference a text file on disk, which makes debugging your script faster than opening the PIO Script editor each time you want to effect a change. You keep the file open in TextWrangler (or any text based word processor), make a change, save the file to disk and run your PIO again to see the effect of your change.

One nice thing about using TextWrangler is that it allows for text coloring of key words in VS by adding a plugin to TW. Orso Schmid posted such a PlugIn to TW with the list of keywords that TextWrangler will recognize when your file extension is .px, .vs, or a few others.

You can find it and installation instructions here:

http://www.vectorlab.info/index.php?title=VSS_Language_Module_for_BBedit_%26_TextWrangler

You will also want to turn the Compiler Mode preference on, so your script gets compiled each time it is run.

Tools>Scripts>VS Compiler Mode

Raymond

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...