Forum Discussion

Spigaw's avatar
Spigaw
Helper III
4 years ago
Solved

Replace same values in the advanced editor

Hello,

When I click on one element which appears many times in the advanced editor, all its occurrences get highlighted (for example below with datetime) :

Is there a way to replace all these values with date only and all at once, without doing it manually?

 

Thanks in advance.

 

  • Advanced editor doesn't offer Find and Replace All capability like notepad, word etc. You can do following (it has manual component though) -

    Hold ALT key and select all occurances which you want to replace one by one while holding ALT key (It is not mandatory to hold ALT key when you first select the word, but for all other selections holding ALT key is mandatory).

    Once done whatever you do for the first word, the same will be applicable for all other words. 

    So, if you have 4 occurances of word datetime, you will need to select all 4 occurances of word datetime one by one while pressing ALT key. If you change datetime to say text, all datetime occurances which you had selected will be converted to text.

3 Replies

  • Vijay_A_Verma's avatar
    Vijay_A_Verma
    Most Valuable Professional

    Advanced editor doesn't offer Find and Replace All capability like notepad, word etc. You can do following (it has manual component though) -

    Hold ALT key and select all occurances which you want to replace one by one while holding ALT key (It is not mandatory to hold ALT key when you first select the word, but for all other selections holding ALT key is mandatory).

    Once done whatever you do for the first word, the same will be applicable for all other words. 

    So, if you have 4 occurances of word datetime, you will need to select all 4 occurances of word datetime one by one while pressing ALT key. If you change datetime to say text, all datetime occurances which you had selected will be converted to text.

    • nielsandersenln's avatar
      nielsandersenln
      New Member

      I really wish that Microsoft would put effort into some of these base case scenarios. This is not rocket science, but it is very helpful if find-replace could be supported. 

      Even just a simple "find" capability would be great. The suggestion to hold down the Alt key is not good enough. 

      The only way to do this is to copy to another editor, such as NotePad++

  • wdx223_Daniel's avatar
    wdx223_Daniel
    Community Champion

    you can copy the code into txt file, or word, then find and replace, and copy back into the editor.