2

Is there any way to have bookmarks which will remember not only line, but file also in Delphi IDE? May be there's an expert (plugin) which provide such functionality?

I can workaround this with either Breakpoints or TODOs, however, what I need is bookmarks, so that they will not interfere with debugging and will be less permanent than TODOs.

Serhii Kheilyk
  • 933
  • 1
  • 8
  • 24

1 Answers1

3

CnPack has a Bookmark Browser which is exactly what you're looking for

SimaWB
  • 9,246
  • 2
  • 41
  • 46
  • 2
    Thanks. However, it shows only opened files. Don't you know if there any expert which will show list of bookmarks in project/project group files, even if some are closed? I would be 100% satisfied with "old good" [CodeRush](http://www.componentsource.com/products/coderush/index.html) bookmarks, however, CodeRush is dead since D7, or even D6... – Serhii Kheilyk Feb 04 '13 at 16:44
  • 1
    Finally found 'workaround' - as this wizard also saves all the bookmarks, I can view all bookmarks for project group/project simply by opening all of the project/group units (Ctrl+F12) – Serhii Kheilyk Feb 04 '13 at 18:31