Skip to content

Demonstration of my Bible reference selector, SmartReferenceControl

License

Notifications You must be signed in to change notification settings

cdfarrow/BCVDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The SmartReference class implements a Scripture reference selector for Book and Chapter. The main features are:

  • Auto-completes the full book name once it is unambiguous. This means, in most cases, that the user just needs to type a couple of letters to get the full book name. E.g. 'pr' for Proverbs, 'ps' for Psalms, '1j' for 1 John, and the single letter 't' for Titus. Some books need a longer sequence to distinguish them, the worst case in English being 'phile' for Philemon vs 'phili' for Philippians.
  • Common book abbreviations are also supported such as 'mk' for Mark. For the two 'Ph' books above, the abbreviations 'phm' and 'php' are supported. Additionally, extra two-letter abbreviations are defined as shortcuts for books with common prefixes. E.g. 'ek' for Ezekiel vs 'er' for Ezra; 'hb' for Habakkuk and 'hg' for Haggai. These can be changed as desired.
  • Standard 3-letter book abbreviations are supported for pasting references. [Known limitation to be resolved: JUD doesn't work as it conflicts with Judges and is not unambiguous.]
  • Accepts space or no space between # and book name (e.g. '1k' or '1 k' for 1 Kings).
  • Extra letters are ignored once the book name is completed so there's no problem if the user types more than needed. (Such as quickly typing 'gen' when 'ge' is sufficient to select Genesis.)
  • Typing Enter sends an event with the reference. If no chapter has been entered, it defaults to chapter 1; thus typing '1p<enter>' generates '1 Peter 1' and the application would navigate there.
  • Extra characters typed or pasted after the chapter number are ignored (so pasting a full reference such as 'mt 5:11-22' will produce 'Matthew 5').
  • Auto-fixes the chapter number if it is out-of-range, so the user can enter 9 or 99 to get the last chapter in the book. E.g. 're 99' to select 'Revelation 22'.
  • Smart back-space: clears the whole bookname if Backspace is pressed when there is no chapter number.
  • Case is ignored; the reference is always formatted in title caps.
  • For multi-lingual support, a custom abbreviation list would be created per UI locale.

Instructions

  • Download the code with git or as a zip file.
  • Install wxpython with py -m pip install wxpython
  • From the top-level directory run BCV.vbs (Windows) or py -m BCVDemo.wx from the command line.

About

Demonstration of my Bible reference selector, SmartReferenceControl

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages