History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-15116
Type: New Feature New Feature
Status: Open Open
Assignee: Maxim Mossienko
Reporter: Dmitry Shaporenkov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

IDEA could support Mozilla-dependent APIs better

Created: 19 Sep 07 16:17   Updated: 19 Sep 07 21:25
Component/s: JavaScript

Build: 7,129


 Description  « Hide
Currently I don't get any code completion for the following code:
var file = Components.classes["@mozilla.org/file/local;1"]
                    .createInstance(Components.interfaces.nsILocalFile);
    file.initWithPath(filePath); // I would like to be able to enum members of the nsILocalFile interface

The API reference can be found at http://www.xulplanet.com/references/xpcomref/. There is an IDE (http://www.spket.com) that supports Mozilla better.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.