[sword-devel] Using Alternate Versification
David "Judah's Shadow" Blue
yudahsshadow at gmx.com
Sat Aug 15 06:20:39 MST 2015
So, I'm hacking some more on BIBISH, and I'm wondering if my code needs any
modification to handle alternate versifications. Essentially, I get a
reference from the user, and then iterate over the passage and put it in a
string, here's my code.
refRange = key.parseVerseList(reference.c_str(), key, true);
for(refRange = sword::TOP; !refRange.popError(); refRange++) {
module->setKey (refRange);
text += " "; //TODO: Fix this to show the book name on the first verse
//TODO: show chap and verse only after the first verse
text += module->getKeyText();
text += " ";
text += module->renderText();
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 648 bytes
Desc: This is a digitally signed message part.
URL: <http://www.crosswire.org/pipermail/sword-devel/attachments/20150815/7c41bf2d/attachment-0001.sig>
More information about the sword-devel
mailing list