Graeme Geldenhuys wrote:
Hi,

Any objections if I extend Lazde, so we can insert special characters
much easier in the documentation.  I was thinking of doing something
like Lazarus - using a screen like the Character Map.

For example.  If I wanted to insert a ampersand (&), select it from
the Character Map like screen and it will insert the escaped version
&

Any better ideas?

Why not type normal text in the text boxes:

'this' & "that"
and when saving that to xml replace it with the escaped version?

I wouldn't be surprised if that doesn't happen already. Why should I need to know, that certain characters need to be escaped, only because it is stored in xml?

Vincent

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to