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

Memorize

by ckm2k1 ST4 New

Sublime Text plugin for call stack memorization

Details

Installs

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