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

Memorize

by ckm2k1 ST4

Sublime Text plugin for call stack memorization

Details

Installs

  • Total 47
  • Win 24
  • Mac 16
  • Linux 7
May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 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
Windows 0 0 0 0 0 0 0 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
Mac 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 0 0 0 0 0 0 1 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

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