- Code: Select all
\[(".*"),
Which I want to replace with this:
- Code: Select all
{"name": $1
If I hit "Replace" it works as expected. If I hit replace all, ST2 just hangs. (Linux 64-bit). System monitor reports 100% CPU usage for sublime.
Replacement is supposed to be performed over some 2000 lines of code that looks like this:
- Code: Select all
["Juneau", "AK"],
["North Pole", "AK"],
["Fairbanks", "AK"],
["Talkeetna", "AK"],
....