On Sunday 15 October 2006 15:15, Phil Thompson wrote: > On Sunday 15 October 2006 2:03 pm, Detlev Offenbach wrote: > > Summary: > > We have a standard (global) API installation path, which is used, if the > > lexer is loaded with a file, that doesn't exist and has no path. We have > > an API call, that returns a list of files found in the lexer specific > > global API storage area. Applications can offer a dialog to load API > > files either from the central storage or from anywhere else. > > > > Is this correct? > > Yes - except I wasn't thinking of a list of files being returned by the new > API call. I was thinking it would just be the basename of the file, eg for > $QTDIR/QScintilla/apis/Python/PyQt4.api it would return "PyQt4". However to > load the file you would load "PyQt4.api" so there is a bit of inconsistency > there. >
Or just return the path to the standard per lexer API store and leave it to the application to get a list of files in there (assuming just API files are stored in this path). Detlev -- Detlev Offenbach [EMAIL PROTECTED] _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
