On Dec 05, Liam Goodacre wrote:
What about prepending the line numbers on the way into [text]?
Is there an "easy" way of getting line numbers in the editor window for [text] (the one that pops up with the "click" method), perhaps via tcl plugin or adding/editing methods in pdtk_textwindow.tcl? It'd be particularly helpful in jumping to specific line numbers when using [text sequence]. Thanks!
Hey Liam!
As in line numbers at the beginning of every text line? Unfortunately, I don't think that works for things like [text sequence], particularly with the -g and -w (symbol) flags, where -g allows you to use the first field to act as [send]s and -w (symbol) for lines starting with (symbol) to act as weights.