Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 314881

Summary: [project explorer] Type declared across files should be shown under JS Resources node once
Product: [WebTools] JSDT Reporter: Chris Jaun <cmjaun>
Component: GeneralAssignee: Project Inbox <jsdt.javascript-inbox>
Status: NEW --- QA Contact: Chris Jaun <cmjaun>
Severity: enhancement    
Priority: P3 CC: itewksbu
Version: 3.2   
Target Milestone: Future   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Chris Jaun CLA 2010-05-28 10:22:09 EDT
File 1:

function MyClass() {
this.myVar = 1;
}

File 2:

MyClass.prototype.myFun = function() {};

Expand the JavaScript Resources node.
Expand the child source folder under that node.

You see MyClass twice. One has myVar and one had myFun as a child node.

This should be a single node or I should have the option to change the view.
Comment 1 Nitin Dahyabhai CLA 2011-06-30 17:25:38 EDT
*** Bug 323146 has been marked as a duplicate of this bug. ***