Page 1 of 1

Insert formatted filename & line number in source

Posted: Thu Jun 24, 2004 5:39 pm
by dmoeller
Please create a option that will allow inserting current file information into the edit window using a format specification. An example might be:
Format string:
echo "Debugging file &filename at line &linenum"
To be replaced by:
echo "Debugging file <current editor file name> at line <current editor line number>"
Thanks!

Posted: Thu Jun 24, 2004 6:46 pm
by BenjiSmith
Try this for the line number insertion:

Find: ^
Replace: \i(1)