[ This is really about the SciTE application - Scintilla is the editing component. SciTE's mailing list is at http://mailman.lyra.org/mailman/listinfo/scite-interest]
Jonathan:
wondering if scintilla had any capability of detecting methods ($mysqli->query(), $class->method() ) in php and whether API files could be written for these methods? It would be good if built-in methods such as in mysqli could have autocomplete and APIs.
SciTE does not do enough analysis to determine the type of a variable so it can not autocomplete instance methods. Depending on the language, it may be able to autocomplete static methods, that is methods that depend on being prefixed by a class name. Neil _______________________________________________ Scintilla-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scintilla-interest
