| Summary: | [project explorer] Type declared across files should be shown under JS Resources node once | ||
|---|---|---|---|
| Product: | [WebTools] JSDT | Reporter: | Chris Jaun <cmjaun> |
| Component: | General | Assignee: | 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: | |||
*** Bug 323146 has been marked as a duplicate of this bug. *** |
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.