Module ReviewScript
[hide private]
[frames] | no frames]

Module ReviewScript

source code

Provides review commands for traversing items, words, and characters.


Authors:
Peter Parente, Martina Weicht, Nicole Anacker
Organizations: Copyright:

License: The BSD License All rights reserved. This program and the accompanying materials are made available under the terms of the BSD license which accompanies this distribution, and is available at http://www.opensource.org/licenses/bsd-license.php

Classes [hide private]
  ReviewScriptState
Defines options having to do with review mode.
  ReviewScript
Registers tasks for reviewing items, words, and characters.
Variables [hide private]
  log = logging.getLogger('ReviewScript')
  __uie__ = dict(kind= 'script', tier= None, all_tiers= True)
  SKIP_ALL = 0
  SKIP_REPORT = 1
  SKIP_NONE = 2
  REVIEW_OK = 0
  REVIEW_NO_NEXT_ITEM = 1
  REVIEW_NO_NEXT_WORD = 2
  REVIEW_NO_NEXT_CHAR = 3
  REVIEW_NO_PREV_ITEM = 4
  REVIEW_NO_PREV_WORD = 5
  REVIEW_NO_PREV_CHAR = 6
  REVIEW_WRAP = 7