Text Pastry Versions Save

Extend the power of multiple selections in Sublime Text. Modify selections, insert numeric sequences, incremental numbers, generate uuids, date ranges, insert continuously from a word list and more.

1.6.2

1 year ago
  • Fix toggle_sidebar keybindings bug (#93)
  • Removed default keybindings in favor of #84. The legacy keybindings for windows can be added to the default keybindings (Preferences -> Key Bindings) file if requried:
[
    { "keys": ["ctrl+alt+n"], "command": "text_pastry_show_command_line", "args": { "text": "" } },
    { "keys": ["ctrl+alt+t"], "command": "text_pastry_show_menu" },
    { "keys": ["ctrl+alt+v"], "command": "text_pastry_insert_text", "args": { "clipboard": true, "separator": "\\n" } },
    { "keys": ["ctrl+alt+b"], "command": "text_pastry_redo" },
    ...
]

1.3.7

9 years ago

Bugfix release, this default keybinding was removed:

    { "keys": ["super+alt+v"], "command": "text_pastry_insert_text", "args": { "clipboard": true, "separator": "\\n" } },

If still required, please add it to your user keybindings file