PSP Text Editor
Piet van Oostrum
piet at cs.uu.nl
Tue Jun 16 15:51:57 EDT 2009
>>>>> Johnson Mpeirwe <mjohnson at cfi.co.ug> (JM) wrote:
>JM> Hi all,
>JM> Does anyone know of any good Python Server Pages text editor that can
>JM> provide indentation, syntax highlighting, etc..
A text editor in a web context doesn't run on the server but in the
browser. Therefore it should use client-side scripting (which probably
means Javascript or flash (shudder!)) Including that in a PSP web page isn't
so much different from its inclusion in any other framework. You must
just choose one of the existing editors.
--
Piet van Oostrum <piet at cs.uu.nl>
URL: http://pietvanoostrum.com [PGP 8DAE142BE17999C4]
Private email: piet at vanoostrum.org
More information about the Python-list
mailing list