From | jens wille |
Date | Wed, 05 Oct 2005 14:32:39 +0200 |
Subject | Re: [greenstone-users] highlighting messes up macros [REALLY SOLVED(?)] |
In-Reply-To | (4342E5A9-7040706-cs-waikato-ac-nz) |
hi katherine!
i now modified highlightext.cpp to expand macros before highlighting
anyway, here's what i did (in the highlighttext function): // expand macros _before_ highlighting
+ substituted the two following occurences of 'text' with 'exptext' (hope this is proper c++ ;-) if there aren't any objections against doing this i consider it the
cheers
|