Just a quick note - if you find yourself wanting to toggle hidden line display on or off frequently, put this command on a shortcut key:
script: /* Toggle hidden line display */ moi.view.showHiddenLines = !moi.view.showHiddenLines
EDIT: updated script to work with v2.
- Michael
|