qutebrowser/qutebrowser/misc
Luca Benci 6425061b3a Substitute new editor.command placeholders
Added placeholders are:

* `{file}` has the same function as `{}`
* `{line}` is the 1-based line number
* `{column}` is the 1-based column number
* `{line0}` like `{line}`, but 0-based
* `{column0}` like `{column}` but 0-based
2017-10-12 22:46:05 +02:00
..
__init__.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
autoupdate.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
backendproblem.py Add a setting to force the platform and improve Wayland handling 2017-10-11 09:23:21 +02:00
checkpyver.py Drop support for Python 3.4 2017-09-18 23:01:17 +02:00
cmdhistory.py Move command-history init to cmdhistory.py 2017-09-15 14:27:15 +02:00
consolewidget.py Refactor objreg.get('config') calls 2017-07-04 14:42:56 +02:00
crashdialog.py Improve crashdialog result codes 2017-09-27 11:46:51 +02:00
crashsignal.py Fix tests and lint 2017-09-28 09:38:57 +02:00
earlyinit.py Fix version checking in earlyinit 2017-10-12 19:41:49 +02:00
editor.py Substitute new editor.command placeholders 2017-10-12 22:46:05 +02:00
guiprocess.py Fix tests for QProcess changes 2017-07-23 22:10:50 +02:00
httpclient.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
ipc.py Fix tests and lint 2017-09-28 09:38:57 +02:00
keyhintwidget.py Add missing docstring 2017-10-04 06:47:08 +02:00
lineparser.py Merge remote-tracking branch 'upstream/master' into HEAD 2017-08-06 18:13:49 -04:00
miscwidgets.py Make qtutils.version_check strict by default 2017-10-08 19:08:37 +02:00
msgbox.py Honour --no-err-windows in more places 2017-10-03 21:28:55 +02:00
objects.py Make sure we never compare against an uninit'ed backend 2017-09-18 23:01:17 +02:00
pastebin.py Send crash reports to private pastebin 2017-05-29 09:20:10 +02:00
readline.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
savemanager.py Improve error dialogs when QtWebKit/QtWebEngine was not found 2017-09-28 08:41:10 +02:00
sessions.py Clean up pinned_tab width implementation 2017-09-20 20:48:48 -04:00
split.py Finally update copyrights... 2017-05-09 21:37:03 +02:00
sql.py Fix getting a short text from the SqlError 2017-10-09 16:08:56 +02:00
utilcmds.py Add a :version command 2017-10-04 06:23:15 +02:00