| 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: | General | Assignee: | 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: | |||
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