This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS: CCS Cloud - trying to make sense of the Find and Replace process

Tool/software: Code Composer Studio

I have recently started using Cloud CCS. Overall I think it is a great IDE and I'm finding it quick to learn as it is ticking all my boxes regarding being intuitive.

Except... for Find and Replace. This has me baffled as it is not doing what I intuitively expect it to do. Please, can someone explain...

So if I select some text in my IDE and use "ctrl f" a box pops up at bottom of my screen with the text and I can click through all those finds. Works as expected...

Now if I use "ctrl shift f" and this similarly brings up a pop-up box with text and I can now enter some new text as a replacement. I then click on "REPLACE" and then a search box appears informing what's just happened. The main code in the IDE has not changed. I also get a request to merge files, which is very confusing.

I then have to close this file and reopen to see the changes.

Now the key reason this process has me baffled is that the REPLACE button is behaving as a REPLACE ALL option. In my experience, most IDE's I've used offer both.

So what am I doing wrong?

That is, how can I scroll through and check first before replacing text on a one-on-one basis as a replace all is not acceptable as default (in my opinion).