Community
Participate
Working Groups
Steps: 1. Open a js file with a function called func1, for example. 2. Put caret on the function and use CTRL+SHIFT+Y to bring up the find refs panel. 3. Use the "replace all" feature to replace func1 to func2. 4. The func1 is still displayed in the editor you opened in step 1. 5. You have to click on the editor again then the editor is synced with func2 now.
We should fix bug 488582 first then the editor can listen to the new event to refresh.
This is fixed with the first cut commit from bug 488582, where the inputManager is listening to the modified event and update the current editor.