Sublime, override / replace codes

1

Hello, I want to replace all the characters that have the color # a10f2b in Sublime Text 2.

I know it's possible, but I could not find the answer.

I want to replace all CSS theme colors.

    
asked by anonymous 14.07.2015 / 18:23

1 answer

1

If it is in one file only, you can use the CTRL+D shortcut after you have selected the color. Then you press until you select all. This will cause all occurrences of #a10f2b to be replaced in real time when you type

Ifyouwanttodothisintheentireproject,youcandothisthroughCTRL+SHIFT+F.

Thenjustfillinthefieldtosearchforfind,thevalueofthesubstitutioninreplace,thevalueofthefoldertolookforinwhere,andclickonreplace.ThenjustgoinFile>Saveall

Example:

    
14.07.2015 / 18:39