Memorize
Sublime Text plugin for call stack memorization
Details
Installs
- Total 34
- Win 19
- Mac 9
- Linux 6
Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 2 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 2 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 2 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 2 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 1 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 2 | 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.
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.