Re: [sword-devel] How are linked verses encoded in our modules?

2018-11-15 Thread Troy A. Griffitts
It should actually be much simpler than all this. There actually should be a very old option called skipConsecutiveLinked on SWModule. If this is true and you ++ a module, you should get the next non-linked verse. On November 15, 2018 7:05:06 AM MST, Greg Hellings wrote: >In the olden days

Re: [sword-devel] How are linked verses encoded in our modules?

2018-11-15 Thread DM Smith
And for an arbitrary reference you may have to check the previous verses, too. — DM Smith > On Nov 15, 2018, at 9:05 AM, Greg Hellings wrote: > > In the olden days this was detected by incrementing to the next verse, > calling renderText(), and doing a string comparison between it and the >

Re: [sword-devel] How are linked verses encoded in our modules?

2018-11-15 Thread Greg Hellings
In the olden days this was detected by incrementing to the next verse, calling renderText(), and doing a string comparison between it and the previous verse to determine if they were the same. Nowadays there is a method on SWModule named "isLinked(SWKey*, SWKey*)". It has slightly more

[sword-devel] How are linked verses encoded in our modules?

2018-11-15 Thread Peter Von Kaehne
How are linked verses practically encoded? I would like to fix the diatheke etc at some point to not put out duplicate verses and I do know that xiphos etc do not do so, so what wouldl I need to look for? Thanks Peter ___ sword-devel mailing list: