[sword-devel] Headings

Troy A. Griffitts sword-devel@crosswire.org
Thu, 04 Jul 2002 05:29:36 -0700


Richard,
	The windows software shows the number first, before any contents of the 
entry (the heading is included in the entry).  We have a new mechanism 
that we call EntryAttributes.  In the future, the heading information 
will be parsed out of the entry and into something like:

[Heading][Text]="This is a heading"

The windows ui will then be able to do something like:

if (module->EntryAttributes()["Heading"]["Text"])
      display this before the superscript number;

but currently only the mechanism is in place.  Hopefully soon though. 
Thanks for the suggestion!

	-Troy.

Richard Guay wrote:
> Hi,
> 
> I just tried the headings option.  It keeps putting the headings after the verse number but 
> before the text.  It would look better to show the heading before the verse number.  This is 
> in the ThaiKJV module.  I do not know if the error is in the program or the module.
> 
> Richard Guay