rth: > and got ZERO functions defined with the 'p' symbol. There were many > functions were defined with the 'f' symbol. Perhaps it is due to the > inline declaration.
It is due to them being function implementations rather than prototypes. There is a new version at http://scintilla.sourceforge.net/tags2api.py that tries to handle 'f' lines if present. It also drops any trailing '{' and removes duplicates. Since it now uses the set type it will only run with Python 2.4. Neil _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
