summaryrefslogtreecommitdiff
path: root/qutebrowser/misc/editor.py
AgeCommit message (Expand)Author
2021-05-30Handle un-encodable initial text for editorFlorian Bruhin
2021-03-23Fix lintFlorian Bruhin
2021-03-23Fix editor handling after guiprocess changesFlorian Bruhin
2021-03-23Fix lint/testsFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2020-08-07Fix ExternalEditor._cleanup with deleted watcherFlorian Bruhin
2020-07-30Add encoding for open() callFlorian Bruhin
2020-07-30Make sure the edited file exists in ExternalEditor.edit_fileFlorian Bruhin
2020-07-23Fix coverage checkFlorian Bruhin
2020-07-23Try to fix ExternalEditor issues during deletionFlorian Bruhin
2020-05-10mypy: Use explicit "type: ignore[...]" ignoresFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-10-22Fix issues with mypy changesFlorian Bruhin
2019-10-22mypy: Fix new issues in misc.editorFlorian Bruhin
2019-02-22Update copyright for 2019Jay Kamat
2018-11-30Make ExternalEditor slots privateFlorian Bruhin
2018-07-16Fix bad-indentation issues for pylint 2.0Florian Bruhin
2018-03-13Fix up editor backup patch.Ryan Roden-Corrent
2018-03-12Preserve a backup if editor callback fails.Ryan Roden-Corrent
2018-02-08Don't try to remove watched files if none existFlorian Bruhin
2018-02-08Break long lineFlorian Bruhin
2018-02-08Log QFileSystemWatcher errorsFlorian Bruhin
2018-02-07Only focus qutebrowser again after editing finishedFlorian Bruhin
2018-02-07Merge branch 'editor-watch'Florian Bruhin
2018-02-07Fix lintFlorian Bruhin
2018-02-05Update copyright yearsFlorian Bruhin
2018-02-03Only detect save for open-editor and config-edit.Ryan Roden-Corrent
2018-02-03Fix pylint warningsRyan Roden-Corrent
2018-02-01Fix pylint for editor.py.Ryan Roden-Corrent
2018-01-29Remove newline in editor.pyRyan Roden-Corrent
2018-01-27Trigger editor signal on exit if content changed.Ryan Roden-Corrent
2018-01-27Rename editing_finished to file_updated.Ryan Roden-Corrent
2018-01-27Fix test_editor for edit-on-write behavior.Ryan Roden-Corrent
2018-01-27Editor triggers update on every save.Ryan Roden-Corrent
2017-12-15pylint: Re-enable bad-continuationFlorian Bruhin
2017-11-08Fix handling of caret position with Qt 5.10Florian Bruhin
2017-10-31Remove unnecessary parensLuca Benci
2017-10-25Fix flake8 failuresLuca Benci
2017-10-18Rename `possible_placeholder` to `arg`Luca Benci
2017-10-18Add full stopsLuca Benci
2017-10-18Move comment to docstring and fix typoLuca Benci
2017-10-17Move line and column calculation to own functionLuca Benci
2017-10-17Adjust docstringLuca Benci
2017-10-17Avoid the use of chained `replace`sLuca Benci
2017-10-17Add default value for `caret_position`Luca Benci
2017-10-12Substitute new `editor.command` placeholdersLuca Benci
2017-10-03Refactor ExternalEditor to be able to edit an existing fileFlorian Bruhin
2017-07-04Fix lint and old config optionsFlorian Bruhin
2017-07-02Initial conversion to new config syntaxFlorian Bruhin