sublimetext2 - How do I replace text in a selection? -


I have just started using MAC Text 2, coming from emacs.

I have one area in the selected text field, I would like to change all the text examples of '0' with '255'.

How do I make such text replacements?

It exited me, and none of the answers given above really got me What i wanted was I finally got the answer, on Mac if you had â ???? + Options + F A search-replacement bar at the bottom of your editor which is local for the file you have opened.

There is an icon option, which is called "subject" which you can choose to find and replace within a selection I have indicated the correct icon in the screenshot below

Enter image details here

Change all, and voice, < All instances of code> '0' will be replaced by '255' .

Note: This feature is available only when you â ???? + Options + F .

When you â ???? It does not appear when you use + shift + F .

Note: This will replace all the examples of '0' with '255' . If you want to change with 0 ( 255 , simply enter 0 (without quotes) and 255 Find in: and Change: with: field respectively

Note: The

option key is also labeled as the alt key.

A key is also labeled as the command key.

Comments