Display hidden lines - shortcut command?
From:
Michael Gibson
20 Jul 2010 (2 of 3)
3679.2
In reply to
3679.1
Hi Yenmonger, paste in the following as the command part of a shortcut key:
script: /* Toggle hidden line display */ moi.view.showHiddenLines = !moi.view.showHiddenLines;
- Michael