<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 12/14/2024 9:46 PM, Mark Volkmann via Cuis-dev wrote:
<blockquote
cite="mid:CAFfRWnUENaL-D1k=zkAhuRb0-XX_-=-6Zt1Q+-GWYLJLUdz29g@mail.gmail.com"
type="cite">
<div dir="ltr">
<div>Is there a provided way to find all occurrences of a given
string in a method implementation and replace them with a
given string? I've searched for that and couldn't find it. I
don't imagine I would use it often, but one use case is
replacing all occurrences of four spaces with a tab character
when I paste in code from outside of the image.</div>
<div><br>
</div>
<span class="gmail_signature_prefix">-- </span><br>
<div dir="ltr" class="gmail_signature"
data-smartmail="gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr">
<div>
<div dir="ltr">
<div dir="ltr">
<div><font face="arial, helvetica, sans-serif">R.
Mark Volkmann</font></div>
<div><span style="font-size: 12.8px;"><font
face="arial, helvetica, sans-serif">Object
Computing, Inc.</font></span></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
<br>
There's no such option. What I usually do is to find the first
occurence, replace by hand, and copy new text into clipboard. Then a
sequence of cmd-g / cmd-v quickly finds and replaces the rest.<br>
<br>
Hope this helps,<br>
<pre class="moz-signature" cols="72">--
Juan Vuletich
cuis.st
github.com/jvuletich
researchgate.net/profile/Juan-Vuletich
independent.academia.edu/JuanVuletich
patents.justia.com/inventor/juan-manuel-vuletich
linkedin.com/in/juan-vuletich-75611b3
twitter.com/JuanVuletich</pre>
</body>
</html>