Tavis Rudd wrote:
> > I was mainly thinking of cases where the template
> > includes program listing fragments. In that case,
> > distinguishing comment #s from macro/command #s can be
> > more difficult.
>
> In that case you could use
> #verbatim
> a Python code example:
> if 1: #a comment
> pass
> #/verbatim
Are filters already working?
#filter filterName(filterArgs)
...
#/filter filterName(filterArgs)
It would be really nice to have e.g.
#filter coloredPythonCode
class Test:
def __init__(self):
pass #not implemeted yet
#/filter
much better than #verbatim for the above case...
any chance for that feature in the near future?
--
Tom Schwaller
[EMAIL PROTECTED]
http://www.python.de
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/webware-devel