Skip to content
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.

Support text selection #172

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Support text selection #172

wants to merge 3 commits into from

Commits on Aug 24, 2018

  1. Support text selection

    Support selecting and copying text using the mouse cursor. PdfRenderer has a new CursorMode property to control whether to use panning or text selection.
    
    PdfiumViewer.Demo contains a sample implementation of a right click menu. This is not implemented in PdfViewer / PdfRenderer because of localization, but it's easy to add.
    
    PdfFile now caches the PageData for the current page so it doesn't have to reload and destroy the page data on every mouse move.
    sschim committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    71a7f95 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2018

  1. Fix control focus, clear selection state when (re)loading a document

    Mark the control as Selectable / UserMouse so it will take focus when clicked, and clear the selection state when (re)loading a document.
    sschim committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    92e1259 View commit details
    Browse the repository at this point in the history
  2. Fix indentation on previous commit

    sschim committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    dea2279 View commit details
    Browse the repository at this point in the history