automation - How can I get the most out of macros in Notepad++? -



automation - How can I get the most out of macros in Notepad++? -

what want similar photoshop's automation feature, can set open file, preform macro, , save file.

i prefer if done in notepad++, dreamweaver or other ide have similar?

i have couple hundred html files want create repetitive modifications to, , think there easier way doing manually.

any help appreciated!

if you're open installing cygwin tools sed or awk tools might appropriate kind of repetitive editing. i've used sed prepend license files didn't have explicit license, rename variables, etc. there isn't much hand-holding these tools though -- write little tiny sed or awk programs job:

sed -i 's/foo/bar/g' * # replace 'foo' 'bar' in files in current dir

macros automation dreamweaver notepad++

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -