Releases: huyhoang8398/Harpoon
Releases · huyhoang8398/Harpoon
1.0.4
can just create a buffer/new (scratch) view, populate it with filenames, and then update the in-memory state on_close, on_pre_close, commit, on_modified and on_pre_close(save). (This allows deletion, addition, changing, and reordering.) (And also update the buffer on state change, in case users forgot to close the view.)
1.0.3
feat: using window.settings() to store marks
instead of storing under .sublime-project which will have a bug to collapse the sidebar everytime
see:
sublimehq/sublime_text#1892
sublimehq/sublime_text#6731
1.0.2
Feat: using Example keybind
1.0.1
- Multiple bindings, e.g. ['ctrl+alt+a'] and ['ctrl+alt+e'], have no …
1.0.0
- Mark/unmark the current file with a single command (harpoon_add) - Jump directly to a marked file by slot number (harpoon_goto) - Browse all marks in a quick panel (harpoon_list) - Cycle forward/backward through marks (harpoon_next / harpoon_prev) - Clear all marks for the current project (harpoon_clear) - Marks scoped per project, stored in .sublime-project via project_data() - Automatic pruning of dead marks pointing to deleted/moved files