SilverCity 0.1.0
Neil Hodgson
nhodgson at bigpond.net.au
Sun Feb 3 21:09:13 EST 2002
More information about the Python-list mailing list
Sun Feb 3 21:09:13 EST 2002
- Previous message (by thread): SilverCity 0.1.0
- Next message (by thread): SilverCity 0.1.0
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Brian Quinlan: > I have a Scintilla features request though: > - expose the name of the lexer in the LexerModule class (it'd like to > include the lexer's name in __repr__ and exceptions) Assuming you just mean moving it from private to public, OK, I'll change that after 1.44 is released. > What did you think about the higher-level API? i.e. lexing to events, > the HTML generators, etc? Not my preferred way of working. I generally prefer writing navigational code rather than visitors or event handlers. Other people really like these styles of interface and they are certainly popular for XML. Neil
- Previous message (by thread): SilverCity 0.1.0
- Next message (by thread): SilverCity 0.1.0
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list