Insert formatted filename & line number in source

Ideas for new features

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
dmoeller
Posts: 2
Joined: Thu Jun 24, 2004 5:22 pm

Insert formatted filename & line number in source

Post 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!
Dave Moeller
User avatar
BenjiSmith
Posts: 49
Joined: Fri Jan 16, 2004 9:37 pm
Contact:

Post by BenjiSmith »

Try this for the line number insertion:

Find: ^
Replace: \i(1)
Post Reply