DogEars allows you to create Bookmarks inside your code, and give them names. It also allows you to search for them using a quick panel (like the Ctrl + P Dialog). Currently it only maintains bookmarks in a particular open view, but I plan to evolve it to become a neat bookmark manager so you can jump to important locations in your project.
[size=120]http://github.com/skyronic/DogEars[/size]
[size=150]What works:[/size]
- Create a bookmark Ctrl + Shift + B
- Access a bookmark Ctrl + Shift + M
[size=150]What doesn’t work(yet):
[/size]
- You can only access bookmarks in the same file for now.
- The bookmarks aren’t stored on your hard drive. If you close Sublime Text, the bookmarks are lost
- Deleting bookmarks
- The bookmarks are still shown in case the section of text containing the bookmark has been deleted
- A single panel to show all the bookmarks
- Stability issues
I am not too experienced with python. I would really appreciate any feedback on the code, and suggestions on how I can take this forward.