Insert formatted filename & line number in source
Posted: Thu Jun 24, 2004 5:39 pm
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!
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!