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

Bug 327620

Summary: [editor] Have JS editor's "Open Type" action support the cursor being anywhere in the type string
Product: [WebTools] JSDT Reporter: Billy Rowe <browe>
Component: GeneralAssignee: Project Inbox <jsdt.javascript-inbox>
Status: NEW --- QA Contact: Chris Jaun <cmjaun>
Severity: enhancement    
Priority: P3 CC: jzhang
Version: unspecified   
Target Milestone: Future   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Billy Rowe CLA 2010-10-12 22:07:53 EDT
Build Identifier: 

If I have the following statement in a JavaScript file:  

dojo.declare("myDojo.MyWidget", dijit.form.Button, { ...

basically any statement referencing a dojo type such as "dijit.form.Button", if I place the cursor at "Button" and click F3, I expect the tool to open the type "dijit.form.Button".  Instead it simply takes the segment "Button" and starts searching for any types called something.Button.  I end up getting a list of possible targets in a pop up shell, and have to pick dijit.form.Button from the list.

Reproducible: Always