Memorize
Sublime Text plugin for call stack memorization
Details
Installs
- Total 66
- Win 33
- Mac 20
- Linux 13
| 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 | Jul 14 | Jul 13 | Jul 12 | Jul 11 | Jul 10 | Jul 9 | Jul 8 | Jul 7 | Jul 6 | Jul 5 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 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 |
| 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 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 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.