I'm attempting to modify (overwrite) the docked cell in the package editor to add some "jump to" capability. It has built in "jump to a function" action menu which is nice, but I'd like to expand on this as not all of my cells are functions. I have quite a few cells so this would save me time.
I can find the structure of the docked cell in a regular notebook using the following code:
CellPrint[DockedCells /. Options@NotebookOpen["you file name here"]]
I got this from: How to see the 'source code' of DockedCells? ALT: How to 'show expression' of DockedCell?
It works perfectly. However, it doesn't seem to work for .m files. Can anyone direct me?
CurrentValue[DockedCells]– Kuba Oct 01 '15 at 08:45