Changes to Paste Replaced
- Fix issue with humanized typing speed sometimes glitching
- Add command Paste Replaced: Paste From Canned...
- Add command Paste Replaced: Paste Text...
- Add some more error handling
- Fix the extension not working on non-Macs, thanks @KcZer0 and @AndrewRocky! 🙏
Internal stuff:
- Catch any activation errors.
- Avoid deprecated API Call.
- Fix bug with command Copy Selected Text and Paste not working in most cases
- Actually fix bug with backward compatability with old config format 🤦
- Fix bug with backward compatability with old config format
- Fix bug with referencing named replacers
- Add OPEN README message when opening menu with no valid replacers are configured
- Changed default paste-replaced keyboard shortcut to
ctrl+alt+v space
- Add Paste Replace... menu
- Generalize Select and Paste Replace
- Add
simulateTypingSpeed
local config to replacers - Add
paste-replacted.skipPaste
global option - Add
skipPaste
local replacers option - Keyboard shortcuts can now provide replacers, and select command ids (and
simulateTypingSpeed
, andskipPaste
) - Add
string
typereplacements
for pasting/typing verbatim
- Add some logging when Paste Replaced starts and finsishes activating
- Tweaks to fast-typing speeds
- Bug fix for new-lines w/o indents in fast-typed text
- Fast typing has speed settings, typing in text character by character
- Ported extension to from TypeScript ClojureScript
- Command(s) for replacing text at will. Can be used for quick-typing canned snippets
- Initial release
- Pastes the content of the clipboard, text replaced by configurable regular expressions