is there a way to find multiple lines within a project e.g.
<li>ABC</li>
<li>LKJ</li>
and replace it with: e.g.
<li>...</li>
<li>ABC</li>
<li>...</li>
<li>...</li>
<li>LKJ</li>
?
Thank you!
is there a way to find multiple lines within a project e.g.
<li>ABC</li>
<li>LKJ</li>
and replace it with: e.g.
<li>...</li>
<li>ABC</li>
<li>...</li>
<li>...</li>
<li>LKJ</li>
?
Thank you!
http://blog.brackets.io/2014/06/27/brackets-0-41-release-replace-across-files/