TextToolsThis extension adds a few extra text manipulation commands. Currently there are three commands:
Maybe these commands already exist somewhere, but I can't find them. Mostly this is just an excuse for me to get a little practice at creating extensions.
If you want to use this, you'll probably want to bind some keyboard shortcuts. I'm using Ctrl + Shift + Backspace and Ctrl + Shift + Delete for backwards/forwards respectively. To bind the shortcuts, go to Tools > Keyboard and find Edit.Deletecurrentword, Edit.Deletewordbackwards and Edit.Deletewordforwards in the list.
Version history:************************************************************************************************************************** Version 1.1 (1 August 2012) ************************************************************************************************************************** - Added a new command for deleting the current word. - Changed the way the commands are displayed in the application menu. ************************************************************************************************************************** Version 1.0 (29 June 2012) ************************************************************************************************************************** - Initial release. ************************************************************************************************************************** |