]
Ilya Buziuk updated ERT-177:
----------------------------
Fix Version/s: Neon.2 (4.6)
(was: Neon (4.6) RC3)
Selection and dependent functionality works wrong when a file is
modified in JS Editor [EBZ#492998]
---------------------------------------------------------------------------------------------------
Key: ERT-177
URL:
https://issues.jboss.org/browse/ERT-177
Project: Eclipse Release Train
Issue Type: Task
Components: JSDT
Reporter: Friendly Jira Robot
Assignee: Victor Rubezhny
Labels: 3.8_RC1, General, bzira
Fix For: Neon.2 (4.6)
Created attachment 261462
Selection related errors
See the screenshot attached for illustration.
Steps for reproduce:
- Create a javascript file with a function and a call to that function.
- Try to invoke content assist: FAIL: no new function appears in CA proposals
- Save, close and open the file again.
- Try to invoke content assist: Now the new function appears in CA proposals
- Put some text (like just new lines or some statements between the function declaration
and its call and select the function name in the declaration
- FAIL: See wrong text regions highlighted.
- Try to rename the function (with inline rename): FAIL: See the wrong places for the
inline editing are highlighted.