Merge pull request #223 from tumashu/pdf-select

pdf-view: tell user how to select pdf text when copy_select copy fail
master
Matthew Zeng 6 years ago committed by GitHub
commit befdceef0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/pdf-viewer/buffer.py

@ -162,7 +162,7 @@ class AppBuffer(Buffer):
self.message_to_emacs.emit(content)
self.buffer_widget.cleanup_select()
else:
self.message_to_emacs.emit("Cannot copy, you haven't select anything!")
self.message_to_emacs.emit("Cannot copy, you should double click your mouse and hover through the text on the PDF. Don't click and drag!")
def add_annot_highlight(self):
if self.buffer_widget.is_select_mode:

Loading…
Cancel
Save