Page 1 of 1

How to open file at last edited line?

Posted: Fri Oct 29, 2021 8:46 am
by sergeant
Hello,

I hav ea huge .c file. If I open it with TextPad, TextPad will show the file from the beginning. So I have to scroll down to the line I last worked on.
This is somewhat boring an time cunsuming.

So may I ask if there is an option that TextPad opens a file at the line I have worked on when I saved it last time?

Thanks for any hint.

Posted: Fri Oct 29, 2021 11:39 am
by MudGuard
in a .c file, there is no space to save that information.

Maybe Textpad workspaces can help you?

But my guess is that workspaces store (if at all) the last scroll position, whether you edited at this scroll position or not ...

Posted: Fri Oct 29, 2021 12:45 pm
by sergeant
MudGuard wrote:Maybe Textpad workspaces can help you?
Workspaces will do the job! It also stores bookmarks and opens all files I need at once e.g. header files.

Thanks a lot for this hint!