Delphi编辑器中的全局书签
问题描述:
有没有办法让书签不仅能记住行,而且还能记住Delphi IDE中的文件?可能有专家(插件)提供这样的功能吗?
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?
我可以使用Breakpoints或TODO解决这个问题,但是,我需要的是书签,这样他们就会不干扰调试,并且不会比TODO更永久。
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.