<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On 13 May 2010, at 06:22, Will wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div class="gmail_quote">On Wed, May 12, 2010 at 10:11 PM, Steven McDonald<span class="Apple-converted-space"> </span><span dir="ltr"><<a href="mailto:mcdonald@triumf.ca">mcdonald@triumf.ca</a>></span><span class="Apple-converted-space"> </span>wrote:<br><blockquote class="gmail_quote" style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 0pt; margin-left: 0.8ex; border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); padding-left: 1ex; "><snip> Am I missing something or is the a easier way to use the find and replace in textmate, without having to bring up the dialog box all the time. seems a lot of key strokes with shift cmd, option, tabs, returns etc compared to my familiar<br>       s/regex-find/replace/g<br><br></blockquote><div><br>Not exactly what you're looking for (no regex) but handy and dialog free:<br>1. cmd+e to load the find buffer<br>2. type your new text<br>3. select it<span class="Apple-converted-space"> </span><br>4. cmd+shft+e to load the replace buffer<br>5. ctrl+cmd+f to replace everything (add shift to limit the replace to a selection)<span class="Apple-converted-space"> </span></div></div></span></blockquote></div><div><br></div><div>Or if that's too much to change your workflow, write a command that takes the current selection and acts upon the file. Give it a key combo, and you can do s/old/new/g => key combo => everything replaced.</div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>C</div><div>---</div><div>Caius Durling</div><div><a href="mailto:caius@caius.name">caius@caius.name</a></div><div>+44 (0) 7960 268 100</div><div><a href="http://caius.name/">http://caius.name/</a></div></div></div></span></span>
</div>
<br></body></html>