Plugin: Delete next word

Browse, download and discuss plugins for Blumentals code editors
Post Reply
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Plugin: Delete next word

Post by Aivars »

This plugin deletes next word and the following whitespace, in the same way that some text editors function on Ctrl + Delete. Use this plugin to change standard Ctrl + Delete functionality (delete line from cursor) to non-standard (delete word from cursor).

Additional configuration: Webuilder will not allow to assign Ctrl + Del as shortcut via UI. To assign this shortcut:

1) Assign any shortcut to Delete Next Word action via plugin manager or Keyboard Shortcuts window

2) close Webiulder, open %appdata%\Blumentals\WeBuilder\settings folder, open keyboard.ini and find line containing ActPluginDelete_Next_Word____Delete_Next_Word

3) Change this line to

Code: Select all

ActPluginDelete_Next_Word____Delete_Next_Word=Ctrl+Del
Attachments
delete next word.zip
(737 Bytes) Downloaded 593 times
Blumentals Software Programmer
Post Reply