Martin schrieb:

You can have an editor that displays and edits the content in any format you like and validates it at the same time. But it saves it in the current format after all.

so you edit:    "[b]key[/b] < 1"
and the editor saves:   "<b>key</b> < 1"
should read
 and the editor saves:   "<b>key</b> &lt; 1"

You need the translator anyway, for dealing with old files, so you may rather put the translator into the editor. that allows to offer different editors for different likes of different people.

ACK

DoDi

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to