> Le 26 juil. 2019 à 03:34, Chip Scheide via 4D_Tech <[email protected]> a > écrit : > > keisuke, > Thanks. > I thought of that, but... > > Basically I am modifying 50 or so method calls, and the modification adds > 'Count parameters' as a parameter, this make the method calls aesthetically > displeasing to me as they are "too long"; so this is a 'One off' instance. > > I just did not want to manually add a "\ + Cr" to wrap the code, and I > probably will not. > > It is not a big deal, I was just hoping someone had managed to get either > Find in design, or find and replace to accept as a replacement character a > return. > > The '\' character is actually no problem to get inserted, it is the return > that neither replace service wants to handle. > I did try inserting "\r", but that just inserted those specific characters. > :)
Hi Chip, you may write a macro for that, schematically: - open method, select the line, execute macro - macro method reads the line, makes what you want, replaces the original. I did something like that to transform OB set/get in dot notation: <https://forums.4d.com/Post/FR/30700090/0/0/> -- Arnaud de Montard ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

