| Summary: | Rename misses writers of a parameter | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Silenio Quarti <Silenio_Quarti> |
| Component: | JS Tools | Assignee: | Michael Rennie <Michael_Rennie> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | Michael_Rennie |
| Version: | 11.0 | ||
| Target Milestone: | 11.0 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
Another case: Find _updateCursorStatus function in the same file and rename the "_status" local variable. Fixed in: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=123f6bb0c8eff1071785e8d269f1ee9d6a489ecf I confirmed upstream Tern already has this fix. |
Open editor.js; Select "options" parameter of the BaseEditor constructor (line#39); Popup menu and select "Rename Element"; Note that the assignment in the following line is not highlighted. options = options || {};