0.9.4 • Published 3 years ago

@phoenix-plugin-registry/robertgirhiny.numbered-bookmarks v0.9.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Brackets Numbered Bookmarks Extension

Robert Girhiny website
robcaa@gmail.com
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Delphi style bookmarking. You can set 9 bookmarks
for each file, and you can directly jump to them.

Features

  • bookmarks save the cursor (x,y) positions, not only line numbers
  • each file has own bookmarks
  • bookmarks auto save and load when brackets restarted
  • delete all bookmarks: CTRL+ALT+SHIFT+DELETE

Screenshot

screenshot

How to use

  • You can set bookmarks: CTRL+ALT+SHIFT+1, CTRL+ALT+SHIFT+2, ... CTRL+ALT+SHIFT+9
  • You can jump to a bookmark: CTRL+1, CTRL+2, ... CTRL+9
  • You can delete all bookmarks in the current document: CTRL+ALT+SHIFT+DELETE
  • howtouse

Version log

0.9.3
  • folded and bookmarked line, now have a small white triangle to indicate folded line.
  • sexy transition when jump to a bookmark
  • Mac OSX shortcut bug fix #2
  • Keyboard shortcut conflict bug fix #3