|
From: Alexander S.K. <al...@be...> - 2015-04-08 08:32:52
|
>> In tutor.prg only code sections are highlighted - see the function >> NodeOut(), which outputs the text. > I suppose that code sections are, in xml file, enclosed between > <![CDATA[ and ]]> > No ? Not all of them. Some are a Harbour code, some - a text, which shouldn't be highlighted as a code. The <![CDATA[ .. ]]> are contained in other tags, those of them, which are called "module", contains the code; those, which are called "comment" - a text without highlighting. > And I suppose too thata words are defined in tutor.xml between > <keywords> and </keywords> > No ? Yes. Regards, Alexander. |