Ticket #228 (committed new feature)

Opened 19 months ago

Last modified 2 months ago

Dictionary - screen refresh timeout

Reported by: lvu Owned by: Buggins
Priority: normal Milestone: 0.3
Component: book reader (CoolReader) Version: post-0.1 snapshot
Keywords: Cc:
Blocking: Blocked By:

Description

When using T9 to search for a word on the page, every button pressed leads to screen refresh, which takes some time. It must be possible to add a customizable delay between keystrokes, during which the screen is not refreshed, to allow one to enter some T9 characters quickly.

Change History

Changed 19 months ago by lunohod

  • owner changed from lunohod to Buggins
  • status changed from new to assigned

Changed 19 months ago by Buggins

  • milestone changed from bluesky to 0.2

Changed 19 months ago by Buggins

  • status changed from assigned to accepted

Changed 12 months ago by dottedmag

  • milestone changed from 0.2 to bluesky

Changed 12 months ago by dottedmag

  • milestone changed from bluesky to 0.3

Changed 2 months ago by Buggins

  • status changed from new to committed

Instead of timeout before screen update, lazy screen update is implemented.

Difference from method requested by submitter: most likely, if '12345' is entered, first keypress '1' would refresh screen immediately, but the rest '2345' will be updated at once (if entered fast enough).

Note: See TracTickets for help on using tickets.