facebook
To log a new issue, simply let us know about the problem/suggestion you have in our Forums and we'll help you from there!
1 comment Last updated 5 years ago
support-swapna commented 5 years, 11 months ago
#582582

Steps to replicate :

1.Create new javascript file.
2.Type 3 lines in editor:

window.variable.num1
window.variable.num2
window.variable.num3

3. Press CTRL+F to open Find/Replace dialog
4. Type “variable” in “Find” text field
5. Type “anotherVariable” in “Replace with” text field
6. Press “Replace/Find” button – “window.variable.num1” is now replaced with “window.anotherVariable.num1” – CORRECT!
7. Press “Replace/Find” button – “window.variable.num2” is now replaced with “anotherVariableariable.num2” – INCORRECT!
8. Press “Replace/Find” button – “window.variable.num3” is now replaced with “anotherVariableariable.num2” – INCORRECT!

CodeMix
Version 2018 CI 2018.4.18
Build Id: 0.9.0.201804180845

Spring Tool Suite
Version: 3.9.1.RELEASE
Build Id: 201710111144
Platform: Eclipse Neon.3 (4.6.3)

Viewing 1 comment (of 1 total)