Feature Requests item #1644810, was opened at 2007-01-25 14:02 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=352439&aid=1644810&group_id=2439
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: new <object>... Initial Comment: Perhaps this feature is available, perhaps not. I'm going to post a couple requests here. First, there's two API files available at the following link. sqlite2.api and sqlite3.api. They're placed in the public domain, and perhaps you already have these functions in another file, perhaps not. Either way, there's information there that links to the scintilla website here. http://www.microcosmotalk.com/tech/windows/php/sqlite While creating those two files I ran into some overloaded functions(). I haven't really dug into those yet, so perhaps you can tell me if SciTE supports overloaded functions in the API. There's a little information at the link above that details how to configure an API file inside php.properties or phpfunctions.properties. And I'd like to get up to date on the support for overloaded functions. And now the reason why I'm posting here, the feature request (if it doesn't exist). I would like to see a drop down list of items to appear after I type in the "new" keyword. Is this in the making, does it already exist but I just missed out on it, or is it something that is more complicated than reasonably attainable? Also, I noticed that when I type in "new PDO" the list of items for a new PDO object does not appear. Is it possible or am I just misconfiguring the files? The two API files I've been messing with are at the following two links... http://www.microcosmotalk.com/tech/windows/php/sqlite/sqlite2.api http://www.microcosmotalk.com/tech/windows/php/sqlite/sqlite3.api The sqlite2.api file holds a line that starts with "SQLiteDatabase(". I expected to type in "new SQLiteDatabase(" and see a list of items appear. Is this possible? Thanks, Neil! -- Jim Carlock ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=352439&aid=1644810&group_id=2439 _______________________________________________ Scintilla-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scintilla-interest
