Re: Text Filter cannot handle Umlauts (ä,ü,ö)

2017-04-06 Thread Lagim
Is there anyone who uses a text filter, which could add horizontal (and vertical) lines in data tables? With a result like that: --- zot foo bär pak --- lorem sit ipsum doloret --- or that: +---+---

Re: Apply mods to Selected Text Only

2017-04-06 Thread Fletcher Sandbeck
Actually, re-reading your post, I think the clipping you are looking for is this: echo "#SELECT#" >> $target [fletcher] > On Apr 6, 2017, at 3:52 PM, Fletcher Sandbeck wrote: > > This sounds like a job for Clippings which you can find in the Clippings "C" > menu or in Windows > Palettes. >

Re: Apply mods to Selected Text Only

2017-04-06 Thread Fletcher Sandbeck
This sounds like a job for Clippings which you can find in the Clippings "C" menu or in Windows > Palettes. You can define a clipping by creating a pattern with #SELECT# in place of where you want the current selection to go. If I understand what you're looking for your clipping would like this

Re: Apply mods to Selected Text Only

2017-04-06 Thread Sam Hathaway
I think you'd use a text filter for that. But be warned; if your text contains shell metacharacters ($, ", \, etc.) you're going to have a bad time. -sam On 6 Apr 2017, at 5:04 PM EDT, BeeRich33 wrote: Hi folks. I'm still confused amongst text factories, scripts, etc. I want to select som

Apply mods to Selected Text Only

2017-04-06 Thread BeeRich33
Hi folks. I'm still confused amongst text factories, scripts, etc. I want to select some text in a file, and prepend and append the following: echo " " >> $target Not the whole file. Not a whole folder. Not a whole predefined set of files. Not a project. Just selected lines. Can this b