On Mon, 26 Oct 2009, Alan G Isaac wrote:
... The docs said:
Clicking the right mouse button in the script editor window
produces a pop-up menu. This gives you the option of executing
either the line on which the cursor is located, or the selected
region of the script if there’s a selection in place. If the
script is editable, this menu also gives the option of adding or
removing comment markers from the start of the line or lines.
This was wrong:
Right clicking on a line does *not* work. But of course,
as you suggest, I can just select one line and then execute
that "region".
Yes, something had gone wrong with the "Execute line" menu item.
That's now fixed in CVS.
Allin Cottrell