Bug 327620 - [editor] Have JS editor's "Open Type" action support the cursor being anywhere in the type string
Summary: [editor] Have JS editor's "Open Type" action support the cursor being anywher...
Status: NEW
Alias: None
Product: JSDT
Classification: WebTools
Component: General (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: Future   Edit
Assignee: Project Inbox CLA
QA Contact: Chris Jaun CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-12 22:07 EDT by Billy Rowe CLA
Modified: 2013-06-19 11:10 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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