Skip to content

Releases: huyhoang8398/Harpoon

1.0.4

25 Jun 11:15

Choose a tag to compare

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

23 Jun 12:39

Choose a tag to compare

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

22 Jun 10:20
3f09d4e

Choose a tag to compare

Feat: using Example keybind

1.0.1

18 Jun 09:25
4bbe0b8

Choose a tag to compare

- Multiple bindings, e.g. ['ctrl+alt+a'] and ['ctrl+alt+e'], have no …

1.0.0

18 Jun 08:57
abd1384

Choose a tag to compare

- 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