Just like in web browsers: add current open file to a list so I'm able to re-open it any time again, unbound to my "recently opened files" list. Preferably not limited in an arbitrary way (i.e. only up to 64 entries), and I'm fine if it can only be managed (other captions or removing entries) by editing a text file.
Low priority - it just occures from time to time that a favorite list would have been handy.
Feature request: favorites/bookmarks
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
-
ben_josephs
- Posts: 2464
- Joined: Sun Mar 02, 2003 9:22 pm
Choose a file to hold your bookmarks, say C:\path\to\bookmarks.
Create a TextPad "DOS" tool:
Configuration | Preferences | Tool | Add | DOS Command...
C:\path\to\bookmarks
in itself.
You can specify a line number:
C:\path\to\bookmarks (42)
and a column number:
C:\path\to\bookmarks (42,21)
Assign a convenient shortcut key to this tool. (I use <Ctrl+Shift+F1>.)
Create a TextPad "DOS" tool:
Configuration | Preferences | Tool | Add | DOS Command...
IncludeCommand: cmd
Parameters: type C:\path\to\bookmarks
Regular expression to match output:
^(.+?)(?: *\((\d+)(?:,(\d+))?\))?$
(or whatever you prefer)
File: 1 Line: 2 Column: 3
C:\path\to\bookmarks
in itself.
You can specify a line number:
C:\path\to\bookmarks (42)
and a column number:
C:\path\to\bookmarks (42,21)
Assign a convenient shortcut key to this tool. (I use <Ctrl+Shift+F1>.)