Project
IntelliJ IDEA
Priority
Normal
Type
Feature
Fix versions
No Fix versions
State
Open
Assignee
Maxim Mossienko
Subsystem
JavaScript
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Dmitry Shaporenkov
    4 years ago (19 Sep 2007 16:17)
  • Updated by   root
    2 years ago (17 Jan 2010 20:52)
  • Jira: IDEADEV-28523
    (history, comments)
 
IDEA-40969 IDEA could support Mozilla-dependent APIs better
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
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.
Comments (0)
 
History
 
Linked Issues (?)
 
Issue has no comments