ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Memorize

by ckm2k1 ST4

Sublime Text plugin for call stack memorization

Details

Installs

  • Total 45
  • Win 23
  • Mac 15
  • Linux 7
Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
Mac 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Memorize

A Sublime Text plugin to help with keeping track of various file locations and visualizing them as a stack.

image

Commands

  • Add frame
    • Creates a new frame from the current file, cursor location and active selection.
    • If there's an active selection, the frame will include all text in the selection.
    • Automatically shows the current stack. This behaviour can't be disabled yet, but will be doable shortly through settings.
    • DOES NOT properly support multiple selections yet.
  • Jump to next frame
    • Loops around when hitting either end of the stack.
    • If the frame refers to a file that is not currently open, it will be opened and cursor placed at the frame location.
  • Jump to previous frame
  • Remove frame
    • Removes current frame, setting selected to the next frame in line.
  • Show stack
    • Opens a new stack view tab if it's not currently showing.
    • It will show an empty stack even if there are no frames.
  • Clear stack
    • Removes all saved frames.
    • Automatically closes the stack view if one is open.
  • Hide stack
    • Closes any open stack view, but does not remove any frames.
    • Jumping between stack frames works fine even when the stack is hidden.

Default Keybindings

The default keybindings are disabled, but you can enable or change them using the command palette option. image