qutebrowser/qutebrowser
Artur Shaik d594798db8 Implement caret selection and positioning
Added option to webview for selection enabled caret mode.
In status bar checking value of this option to identificate about it.

Added bindings: <Space> for toggle selection mode, <Ctrl+Space> drop
selection and keep selection mode enabled.

In webview added javascript snippet to position caret at top of the
viewport after caret enabling. This code mostly was taken from cVim sources.
2015-05-05 10:18:24 +06:00
..
browser Implement caret selection and positioning 2015-05-05 10:18:24 +06:00
commands Remove name annotation for cmdutils.register. 2015-04-20 22:25:27 +02:00
completion Handle a missing session folder at some places. 2015-04-13 08:38:12 +02:00
config Implement caret selection and positioning 2015-05-05 10:18:24 +06:00
html Use config.get() for qute:settings. 2015-04-16 22:20:38 +02:00
keyinput Implement caret selection and positioning 2015-05-05 10:18:24 +06:00
mainwindow Implement caret selection and positioning 2015-05-05 10:18:24 +06:00
misc Merge branch 'master' of github.com:The-Compiler/qutebrowser 2015-04-22 07:43:01 +02:00
utils Implement caret selection and positioning 2015-05-05 10:18:24 +06:00
__init__.py Release v0.2.1 2015-04-19 20:04:14 +02:00
__main__.py Update copyright years 2015-01-03 15:51:31 +01:00
app.py Refactor IPC exceptions handling. 2015-04-17 19:24:27 +02:00
qutebrowser.py Ignore -psn_0_* argument on OS X. 2015-04-13 14:33:46 +02:00
resources.py Use Qt resources for the window icon. 2014-12-28 15:10:02 +01:00