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

Memorize

by ckm2k1 ST4

Sublime Text plugin for call stack memorization

Details

Installs

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

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