glowingbear-mainbox/js
Simon Sapin ea4de99e89 Fix Ctrl+W when the cursor follows a space.
This key binding does "Delete from cursor to previous space".
When the text before the cursor was `some example`,
it would find the space after "some" and delete "example".
When hitting Ctrl+W *again*, it would find the same space again…
and delete nothing.

This changes the code to ignore trailing spaces before the cursor
for the purspose of finding the previous space,
so that something (if at all possible) is always deleted.
2017-05-05 21:44:40 +02:00
..
bufferResume.js Fix bug where disconnecting using the 'power' button, resume acted strange 2016-09-07 13:29:05 -05:00
connection.js Alt-H now clears hotlists on WeeChat relay 2016-11-09 12:58:09 +01:00
file-change.js Add directive for file input change 2015-11-07 12:29:53 +01:00
filters.js Improve documentation & cordova checks 2017-04-28 12:50:51 +02:00
glowingbear.js Improve documentation & cordova checks 2017-04-28 12:50:51 +02:00
handlers.js Ability to pin buffers. Fixes #778. 2016-09-27 15:49:22 +02:00
imgur-drop-directive.js Insert URL at caret when dropping image into GB 2015-11-10 19:40:30 +01:00
imgur.js Modify Imgur's link response to HTTPS. 2016-03-31 19:13:18 -04:00
inputbar.js Fix Ctrl+W when the cursor follows a space. 2017-05-05 21:44:40 +02:00
irc-utils.js fix nick completion within brackets #781 2016-06-25 10:17:48 -04:00
localstorage.js Settings module 2015-02-04 19:56:56 +01:00
models.js Implement repeated-prefix 2016-10-18 11:05:28 +03:00
notifications.js Improve documentation & cordova checks 2017-04-28 12:50:51 +02:00
plugin-directive.js Fix automatic embedding of asynchronous plugins (jsonp) 2015-02-08 11:50:49 +01:00
plugins.js imgur: force https (2), fix comment 2017-04-19 14:05:37 +02:00
settings.js settings: add a cache 2015-05-21 21:08:17 +02:00
utils.js Improve documentation & cordova checks 2017-04-28 12:50:51 +02:00
websockets.js fixes for reconnect feature 2015-03-15 23:58:18 +01:00
weechat.js weechat.js: implement infolist 2015-12-17 17:17:16 +01:00
whenscrolled-directive.js Implement infinite scrolling 2015-12-19 19:45:33 +01:00