<?xml version="1.0"?>
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">
<rss version="0.91">
<channel>
<title>TextWrangler Talk Archive at ListSearch</title>
<link>http://www.listsearch.com/TextWrangler/index.lasso</link>
<description>TextWrangler talk is an email discussion forum for the TextWrangler product from Bare Bones Software, Inc.</description>
<language>en-us</language>
		
<item>
<title>Re: Inserting blank lines question</title>
<pubDate>Fri, 30 Jul 2010 07:45:46 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1852</link>
<description>will to TextWrangler Talk on 2010-07-30 07:45:46 - I&apos;m not familiar with the &quot;&amp;&quot; approach! For a regular-expression method, I&apos;d&#xD;&#xA;use&#xD;&#xA;&#xD;&#xA;find: ^\(&#xD;&#xA;replace: \r(&#xD;&#xA;&#xD;&#xA;&quot;^&quot; matches &quot;start-of-line&quot;&#xD;&#xA;&quot;\(&quot; matches a literal left-paren (usually parens, without the backslash,&#xD;&#xA;start a sub-expression for matching)&#xD;&#xA;&quot;...</description>
</item>		
<item>
<title>Re: Inserting blank lines question</title>
<pubDate>Thu, 29 Jul 2010 23:06:54 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1851</link>
<description>PaulL to TextWrangler Talk on 2010-07-29 23:06:54 - Found it - &quot;&amp;&quot; - sorry.&#xD;&#xA;&#xD;&#xA;On Jul 30, 1:22 pm, PaulL &lt;luc...@cyllene.uwa.edu.au&gt; wrote:&#xD;&#xA;&gt; I&apos;m trying find a way to insert a blank line (or lines) above text&#xD;&#xA;&gt; that starts with a particular character. E.g., Every line that starts&#xD;&#xA;&gt; with  a left parenthe...</description>
</item>		
<item>
<title>Inserting blank lines question</title>
<pubDate>Thu, 29 Jul 2010 22:22:31 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1850</link>
<description>PaulL to TextWrangler Talk on 2010-07-29 22:22:31 - I&apos;m trying find a way to insert a blank line (or lines) above text&#xD;&#xA;that starts with a particular character. E.g., Every line that starts&#xD;&#xA;with  a left parenthesis needs to have a blank line inserted above it.&#xD;&#xA;I don&apos;t know what to specify as my replaceme...</description>
</item>		
<item>
<title>Re: What&apos;s wrong with this search</title>
<pubDate>Thu, 29 Jul 2010 18:38:30 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1849</link>
<description>PaulL to TextWrangler Talk on 2010-07-29 18:38:30 - Apologies - I reached for the forum a little to hastily. Problem&#xD;&#xA;resolved.&#xD;&#xA;&#xD;&#xA;Thanks.&#xD;&#xA;&#xD;&#xA;Paul&#xD;&#xA;&#xD;&#xA;On Jul 29, 6:15 pm, Tom Robinson &lt;barefootg...@gmail.com&gt; wrote:&#xD;&#xA;&gt; Works for me.  What&apos;s the replacement pattern you have?&#xD;&#xA;&gt;&#xD;&#xA;&gt; Sent from my iPad&#xD;&#xA;&gt;&#xD;&#xA;&gt; On ...</description>
</item>		
<item>
<title>Re: Help removing text</title>
<pubDate>Thu, 29 Jul 2010 15:05:23 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1848</link>
<description>Christopher Bort to TextWrangler Talk on 2010-07-29 15:05:23 - A simpler grep pattern to just strip the date/time info from the &#xD;&#xA;beginnings of the lines, along with white space characters on &#xD;&#xA;either side of it would be:&#xD;&#xA;&#xD;&#xA;^\s*\[.*\]\s*&#xD;&#xA;&#xD;&#xA;and replace with an empty string (i.e. replace with nothing). &#xD;&#xA;Since the da...</description>
</item>		
<item>
<title>Disk Browser doesn&apos;t appear to respect editor settings</title>
<pubDate>Thu, 29 Jul 2010 10:46:48 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1847</link>
<description>Mike Blume to TextWrangler Talk on 2010-07-29 10:46:48 - I&apos;m editing a large Python project and have it open in a disk browser.&#xD;&#xA;I have auto-expand tabs turned on in my default editor settings, and&#xD;&#xA;in my Python settings. However, when I edit a file in the disk&#xD;&#xA;browser, auto-expand tabs is off, and I can&apos;t tur...</description>
</item>		
<item>
<title>Re: What&apos;s wrong with this search</title>
<pubDate>Thu, 29 Jul 2010 03:15:19 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1846</link>
<description>Tom Robinson to TextWrangler Talk on 2010-07-29 03:15:19 - Works for me.  What&apos;s the replacement pattern you have?&#xD;&#xA;&#xD;&#xA;Sent from my iPad&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;On 29/07/2010, at 13:49, PaulL &lt;luckas@cyllene.uwa.edu.au&gt; wrote:&#xD;&#xA;&#xD;&#xA;&gt; I&apos;m trying to search for this text:&#xD;&#xA;&gt; &#xD;&#xA;&gt; (402) Chloe&#xD;&#xA;&gt; &#xD;&#xA;&gt; so my search is:&#xD;&#xA;&gt; &#xD;&#xA;&gt; \(402\) Chloe&#xD;&#xA;&gt;...</description>
</item>		
<item>
<title>Re: What&apos;s wrong with this search</title>
<pubDate>Wed, 28 Jul 2010 19:02:04 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1845</link>
<description>will to TextWrangler Talk on 2010-07-28 19:02:04 - You might try it without &quot;grep&quot; enabled...? My take is that you&apos;re searching&#xD;&#xA;for a larger pattern and this is just part of it, is that right? If so, the&#xD;&#xA;problem may be elsewhere in your grep pattern.&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;On Wed, Jul 28, 2010 at 8:49 PM, PaulL &lt;luckas@c...</description>
</item>		
<item>
<title>What&apos;s wrong with this search</title>
<pubDate>Wed, 28 Jul 2010 18:49:00 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1844</link>
<description>PaulL to TextWrangler Talk on 2010-07-28 18:49:00 - I&apos;m trying to search for this text:&#xD;&#xA;&#xD;&#xA;(402) Chloe&#xD;&#xA;&#xD;&#xA;so my search is:&#xD;&#xA;&#xD;&#xA;\(402\) Chloe&#xD;&#xA;&#xD;&#xA;but I&apos;m getting this error&#xD;&#xA;&#xD;&#xA;&quot;The replacement string couldn t be computed, because the previous&#xD;&#xA;Grep search did not succeed (application error code: 12003)&quot;&#xD;&#xA;&#xD;&#xA;--...</description>
</item>		
<item>
<title>&quot;Warn before closing a window containing multiple documents&quot; doesn&apos;t  always work</title>
<pubDate>Tue, 27 Jul 2010 18:38:58 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1843</link>
<description>Elias to TextWrangler Talk on 2010-07-27 18:38:58 - I noticed that the &quot;Warn before closing a window containing multiple&#xD;&#xA;documents&quot; feature doesn&apos;t always work.&#xD;&#xA;&#xD;&#xA;If I have a bunch of documents open in a window, and I try to close&#xD;&#xA;the window, it asks me if I am sure. But if I pick the quit command,&#xD;&#xA;or ...</description>
</item>		
<item>
<title>Re: inserting a character between numbers</title>
<pubDate>Wed, 28 Jul 2010 03:42:40 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1842</link>
<description>Jim to TextWrangler Talk on 2010-07-28 03:42:40 - Thanks!! That worked.&#xD;&#xA;I do appreciate the assistance!&#xD;&#xA;&#xD;&#xA;On Jul 27, 4:09 pm, &quot;w...@serensoft.com&quot; &lt;w...@serensoft.com&gt; wrote:&#xD;&#xA;&gt; You should be able to do something like&#xD;&#xA;&gt;&#xD;&#xA;&gt; find: \b(\d\d\d)(\d\d\d)(\d\d\d\d)\b&#xD;&#xA;&gt;&#xD;&#xA;&gt; replace: \1-\2-\3&#xD;&#xA;&gt;&#xD;&#xA;&gt; The \b is to...</description>
</item>		
<item>
<title>Re: inserting a character between numbers</title>
<pubDate>Wed, 28 Jul 2010 05:25:53 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1841</link>
<description>Jim to TextWrangler Talk on 2010-07-28 05:25:53 - Thanks, that will help in the future!!&#xD;&#xA;&#xD;&#xA;On Jul 27, 4:39 pm, Tom Robinson &lt;barefootg...@gmail.com&gt; wrote:&#xD;&#xA;&gt; Hi Jim, welcome to the group.&#xD;&#xA;&gt;&#xD;&#xA;&gt; Will&apos;s given you a good answer.  In case you haven&apos;t done much with regular expressions before:  the \d looks...</description>
</item>		
<item>
<title>Re: removing lines</title>
<pubDate>Wed, 28 Jul 2010 00:44:58 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1840</link>
<description>Tom Robinson to TextWrangler Talk on 2010-07-28 00:44:58 - On 2010-07-28, at 18:10, PaulL wrote:&#xD;&#xA;&#xD;&#xA;&gt; Probably a slightly dumb question. Can&apos;t seem to find an easy way to&#xD;&#xA;&gt; delete a blank lines (or lines) before or after some specified text.&#xD;&#xA;&#xD;&#xA;Easiest way is to select the text and blank lines, copy, then paste ...</description>
</item>		
<item>
<title>removing lines</title>
<pubDate>Tue, 27 Jul 2010 23:10:49 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1839</link>
<description>PaulL to TextWrangler Talk on 2010-07-27 23:10:49 - Hi,&#xD;&#xA;&#xD;&#xA;Probably a slightly dumb question. Can&apos;t seem to find an easy way to&#xD;&#xA;delete a blank lines (or lines) before or after some specified text.&#xD;&#xA;&#xD;&#xA;Am trawling through the manual as I write this, but if anyone cares to&#xD;&#xA;put me out of my misery, please fe...</description>
</item>		
<item>
<title>Re: Help removing text</title>
<pubDate>Tue, 27 Jul 2010 23:05:25 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1838</link>
<description>PaulL to TextWrangler Talk on 2010-07-27 23:05:25 - Thanks for the excellent replies - all makes sense, and I really do&#xD;&#xA;appreciate the help.&#xD;&#xA;&#xD;&#xA;Paul&#xD;&#xA;&#xD;&#xA;On Jul 27, 4:42 am, Tom Robinson &lt;barefootg...@gmail.com&gt; wrote:&#xD;&#xA;&gt; On 2010-07-26, at 16:11, PaulL wrote:&#xD;&#xA;&gt;&#xD;&#xA;&gt;&#xD;&#xA;&gt;&#xD;&#xA;&gt;&#xD;&#xA;&gt;&#xD;&#xA;&gt; &gt; Hi,&#xD;&#xA;&gt;&#xD;&#xA;&gt; &gt; I wish to take l...</description>
</item>		
<item>
<title>Re: inserting a character between numbers</title>
<pubDate>Tue, 27 Jul 2010 13:39:23 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1837</link>
<description>Tom Robinson to TextWrangler Talk on 2010-07-27 13:39:23 - Hi Jim, welcome to the group.&#xD;&#xA;&#xD;&#xA;Will&apos;s given you a good answer.  In case you haven&apos;t done much with regular expressions before:  the \d looks for a digit (0-9), so we have 10 of them--one for each digit of the phone number.  The brackets group parts of t...</description>
</item>		
<item>
<title>Re: inserting a character between numbers</title>
<pubDate>Tue, 27 Jul 2010 13:09:50 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1836</link>
<description>will to TextWrangler Talk on 2010-07-27 13:09:50 - You should be able to do something like&#xD;&#xA;&#xD;&#xA;find: \b(\d\d\d)(\d\d\d)(\d\d\d\d)\b&#xD;&#xA;&#xD;&#xA;replace: \1-\2-\3&#xD;&#xA;&#xD;&#xA;The \b is to make sure you have a word-boundary, so if there are longer&#xD;&#xA;digit strings they won&apos;t be interpreted as numbers.&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;On Tue, Jul 27, 2010 ...</description>
</item>		
<item>
<title>Re: Source Code Colors</title>
<pubDate>Tue, 27 Jul 2010 10:40:02 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1835</link>
<description>trillich to TextWrangler Talk on 2010-07-27 10:40:02 - We&apos;d like to tweak the Perl language definition to include modern&#xD;&#xA;subroutine attributes such as &quot;sub blah : Attr(&apos;this&apos;)&#xD;&#xA;AnotherAttr(&apos;that&apos;) { return; }&quot; which is currently ignored by the&#xD;&#xA;default TextWrangler spec.&#xD;&#xA;&#xD;&#xA;But there&apos;s no Perl.bblm showing u...</description>
</item>		
<item>
<title>inserting a character between numbers</title>
<pubDate>Tue, 27 Jul 2010 11:27:37 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1834</link>
<description>Jim to TextWrangler Talk on 2010-07-27 11:27:37 - Hi, New here so hello!!&#xD;&#xA;I have a question regarding grep search and replace. I have a found&#xD;&#xA;set of phone numbers that are 10 digits with no seperator (example:&#xD;&#xA;5015555555) Is there a way to insert a dash between the 3rd and 4th&#xD;&#xA;digit and the 6th and 7...</description>
</item>		
<item>
<title>Re: Help removing text</title>
<pubDate>Mon, 26 Jul 2010 13:42:10 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1833</link>
<description>Tom Robinson to TextWrangler Talk on 2010-07-26 13:42:10 - On 2010-07-26, at 16:11, PaulL wrote:&#xD;&#xA;&#xD;&#xA;&gt; Hi,&#xD;&#xA;&gt; &#xD;&#xA;&gt; I wish to take long technical discussions held in Skype, and turn them&#xD;&#xA;&gt; into notes that can be reviewed later.&#xD;&#xA;&gt; &#xD;&#xA;&gt; In essence I&apos;d like to remove all the date and name information, and&#xD;&#xA;&gt; the left ...</description>
</item>		
<item>
<title>Re: Help removing text</title>
<pubDate>Mon, 26 Jul 2010 00:53:01 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1832</link>
<description>Jean-Christophe Helary to TextWrangler Talk on 2010-07-26 00:53:01 - On 26 juil. 10, at 16:50, PaulL wrote:&#xD;&#xA;&#xD;&#xA;&gt; Just to update. I have managed to delete the date and name information&#xD;&#xA;&gt; using grep. One thing though, the deleted text is replaced by a single&#xD;&#xA;&gt; space - in other words, removing [............] above, replaces...</description>
</item>		
<item>
<title>Re: Help removing text</title>
<pubDate>Mon, 26 Jul 2010 00:50:19 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1831</link>
<description>PaulL to TextWrangler Talk on 2010-07-26 00:50:19 - Just to update. I have managed to delete the date and name information&#xD;&#xA;using grep. One thing though, the deleted text is replaced by a single&#xD;&#xA;space - in other words, removing [............] above, replaces it&#xD;&#xA;with a space. Is there a way to avoid this?...</description>
</item>		
<item>
<title>Help removing text</title>
<pubDate>Sun, 25 Jul 2010 21:11:28 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1830</link>
<description>PaulL to TextWrangler Talk on 2010-07-25 21:11:28 - Hi,&#xD;&#xA;&#xD;&#xA;I wish to take long technical discussions held in Skype, and turn them&#xD;&#xA;into notes that can be reviewed later.&#xD;&#xA;&#xD;&#xA;In essence I&apos;d like to remove all the date and name information, and&#xD;&#xA;the left over space.&#xD;&#xA;&#xD;&#xA;A snippet might look something like this...</description>
</item>		
<item>
<title>Re: columns question</title>
<pubDate>Sun, 25 Jul 2010 10:15:46 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1829</link>
<description>Thomas Fischer to TextWrangler Talk on 2010-07-25 10:15:46 - Paul,&#xD;&#xA;&#xD;&#xA;it depends on what you wish to accomplish.&#xD;&#xA;One way would be to create columns with the appropriate tab marks between them. You can open a text like that in either a word processor or a spread sheet program (saving it with a suffix of .csv usuall...</description>
</item>		
<item>
<title>columns question</title>
<pubDate>Thu, 22 Jul 2010 22:50:09 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1828</link>
<description>PaulL to TextWrangler Talk on 2010-07-22 22:50:09 - I have to create a report with specific column spacing. TW displays&#xD;&#xA;cursor position in the status bar, but that seems to be about it. Are&#xD;&#xA;there any other more sophisticated ways of displaying and formatting&#xD;&#xA;for specific column spacing requirements?&#xD;&#xA;&#xD;&#xA;...</description>
</item>		
<item>
<title>Re: Find &amp; Replace - quick question</title>
<pubDate>Thu, 22 Jul 2010 22:10:44 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1827</link>
<description>PaulL to TextWrangler Talk on 2010-07-22 22:10:44 - Thanks to all - much appreciated.&#xD;&#xA;&#xD;&#xA;On Jul 23, 2:49 am, Christopher Bort &lt;top...@thehundredacre.net&gt;&#xD;&#xA;wrote:&#xD;&#xA;&gt; On 07/22/10 08:46, leew1...@gmail.com (Lee Smith) wrote:&#xD;&#xA;&gt;&#xD;&#xA;&gt; &gt;Will Process lines containing work for this?&#xD;&#xA;&gt;&#xD;&#xA;&gt; Sure. Use the same grep pat...</description>
</item>		
<item>
<title>Re: Find &amp; Replace - quick question</title>
<pubDate>Thu, 22 Jul 2010 11:49:04 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1826</link>
<description>Christopher Bort to TextWrangler Talk on 2010-07-22 11:49:04 - On 07/22/10 08:46, leew1943@gmail.com (Lee Smith) wrote:&#xD;&#xA;&#xD;&#xA;&gt;Will Process lines containing work for this?&#xD;&#xA;&#xD;&#xA;Sure. Use the same grep pattern and select &apos;Delete matched &#xD;&#xA;lines&apos;. Process lines vs. Find &amp; Replace is six of one and a &#xD;&#xA;half dozen of the othe...</description>
</item>		
<item>
<title>Re: Find &amp; Replace - quick question</title>
<pubDate>Thu, 22 Jul 2010 08:46:46 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1825</link>
<description>Lee Smith to TextWrangler Talk on 2010-07-22 08:46:46 - Will Process lines containing work for this?&#xD;&#xA;&#xD;&#xA;On Jul 22, 2010, at 5:57 AM, Jean-Christophe Helary wrote:&#xD;&#xA;&#xD;&#xA;&gt; &#xD;&#xA;&gt; On 22 juil. 10, at 13:07, PaulL wrote:&#xD;&#xA;&gt; &#xD;&#xA;&gt;&gt; I would like to search and replace (or in this case delete) sections&#xD;&#xA;&gt;&gt; of text that begin ...</description>
</item>		
<item>
<title>Re: Find &amp; Replace - quick question</title>
<pubDate>Thu, 22 Jul 2010 08:45:10 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1824</link>
<description>Lee Smith to TextWrangler Talk on 2010-07-22 08:45:10 - Will Process lines containing work for this?&#xD;&#xA;&#xD;&#xA;On Jul 22, 2010, at 5:57 AM, Jean-Christophe Helary wrote:&#xD;&#xA;&#xD;&#xA;&gt; &#xD;&#xA;&gt; On 22 juil. 10, at 13:07, PaulL wrote:&#xD;&#xA;&gt; &#xD;&#xA;&gt;&gt; I would like to search and replace (or in this case delete) sections&#xD;&#xA;&gt;&gt; of text that begin ...</description>
</item>		
<item>
<title>Re: Find &amp; Replace - quick question</title>
<pubDate>Thu, 22 Jul 2010 05:57:30 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1823</link>
<description>Jean-Christophe Helary to TextWrangler Talk on 2010-07-22 05:57:30 - On 22 juil. 10, at 13:07, PaulL wrote:&#xD;&#xA;&#xD;&#xA;&gt; I would like to search and replace (or in this case delete) sections&#xD;&#xA;&gt; of text that begin with the same words, but are not entirely the same.&#xD;&#xA;&gt; For example:&#xD;&#xA;&gt; &#xD;&#xA;&gt; Discovery date : 1907 03 21&#xD;&#xA;&gt; Discovery site...</description>
</item>		
<item>
<title>Find &amp; Replace - quick question</title>
<pubDate>Wed, 21 Jul 2010 21:07:49 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1822</link>
<description>PaulL to TextWrangler Talk on 2010-07-21 21:07:49 - Hi,&#xD;&#xA;&#xD;&#xA;I would like to search and replace (or in this case delete) sections&#xD;&#xA;of text that begin with the same words, but are not entirely the same.&#xD;&#xA;For example:&#xD;&#xA;&#xD;&#xA;Discovery date : 1907 03 21&#xD;&#xA;Discovery site : Heidelberg&#xD;&#xA;Discoverer(s) : Kopff, A.&#xD;&#xA;&#xD;&#xA;I w...</description>
</item>		
<item>
<title>Re: 2 Grep Questions</title>
<pubDate>Sat, 17 Jul 2010 19:37:01 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1821</link>
<description>Tom Robinson to TextWrangler Talk on 2010-07-17 19:37:01 - This works for me, can you give some more details?&#xD;&#xA;&#xD;&#xA;Text:&#xD;&#xA;&#xD;&#xA;00:02:01.390,00:02:04.570&#xD;&#xA;Until this year in California I did a bike&#xD;&#xA;fitting with the guys,&#xD;&#xA;x&#xD;&#xA;&#xD;&#xA;Search string:&#xD;&#xA;&#xD;&#xA;(\d+:\d+:\d+)\.\d+,(\d+:\d+:\d+)\.\d+(\r.*\r.*)$&#xD;&#xA;&#xD;&#xA;Replace string:&#xD;&#xA;&#xD;&#xA;1: ...</description>
</item>		
<item>
<title>Re: 2 Grep Questions</title>
<pubDate>Thu, 15 Jul 2010 11:13:26 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1820</link>
<description>Aaron Vogel to TextWrangler Talk on 2010-07-15 11:13:26 - So I&apos;ve sorted out how to find mixed English-Japanese lines of text with the&#xD;&#xA;following search:&#xD;&#xA;&#xD;&#xA;*(\d+:\d+:\d+)\.\d+,(\d+:\d+:\d+)\.\d+(\r.*\r.*)$*&#xD;&#xA;&#xD;&#xA;This is convenient because it also works for only English and only Japanese&#xD;&#xA;text, as well as for sing...</description>
</item>		
<item>
<title>Re: 2 Grep Questions</title>
<pubDate>Thu, 15 Jul 2010 09:59:21 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1819</link>
<description>Aaron Vogel to TextWrangler Talk on 2010-07-15 09:59:21 - Well, I solved the Chinese problem: \S will find any non-whitespace&#xD;&#xA;character which means it should find western and eastern characters. Problem&#xD;&#xA;is it seems to not work in mixed western-eastern language cases - such as a&#xD;&#xA;product name in English among C...</description>
</item>		
<item>
<title>Re: 2 Grep Questions</title>
<pubDate>Thu, 15 Jul 2010 10:30:50 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1818</link>
<description>Aaron Vogel to TextWrangler Talk on 2010-07-15 10:30:50 - Thanks Tom,&#xD;&#xA;Yeah, that&apos;s how I&apos;ve been problem solving... search for a little piece,&#xD;&#xA;then incorporate that into the larger string, double check it still works&#xD;&#xA;and move on.&#xD;&#xA;&#xD;&#xA;The only difference between the two is that one find a double line of text&#xD;&#xA;w...</description>
</item>		
<item>
<title>Re: 2 Grep Questions</title>
<pubDate>Thu, 15 Jul 2010 10:12:44 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1817</link>
<description>Tom Robinson to TextWrangler Talk on 2010-07-15 10:12:44 - I like your description about knowing enough to be dangerous 8-)&#xD;&#xA;&#xD;&#xA;I would start from basics on your Japanese text:  does \d find a digit OK?  Does .* find the text OK?  Then build up the expression slowly from there.  The most obvious candidate to me fo...</description>
</item>		
<item>
<title>Re: 2 Grep Questions</title>
<pubDate>Thu, 15 Jul 2010 09:42:22 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1816</link>
<description>apv to TextWrangler Talk on 2010-07-15 09:42:22 - Perhaps, but then that leads to another question: how do I then deal&#xD;&#xA;with that?&#xD;&#xA;&#xD;&#xA;On Jul 15, 5:55 am, Jean-Christophe Helary&#xD;&#xA;&lt;jean.christophe.hel...@gmail.com&gt; wrote:&#xD;&#xA;&gt; On 15 juil. 10, at 09:07, apv wrote:&#xD;&#xA;&gt;&#xD;&#xA;&gt; &gt; Grep Find:&#xD;&#xA;&gt; &gt; (\d+:\d+:\d+)\.\d+,(\...</description>
</item>		
<item>
<title>Re: 2 Grep Questions</title>
<pubDate>Thu, 15 Jul 2010 05:55:20 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1815</link>
<description>Jean-Christophe Helary to TextWrangler Talk on 2010-07-15 05:55:20 - On 15 juil. 10, at 09:07, apv wrote:&#xD;&#xA;&#xD;&#xA;&gt; Grep Find:&#xD;&#xA;&gt; (\d+:\d+:\d+)\.\d+,(\d+:\d+:\d+)\.\d+(\r.*\r\w+.*)$|(\d+:\d+:\d+)\.\d+,&#xD;&#xA;&gt; (\d+:\d+:\d+)\.\d+(\r.*\r)$&#xD;&#xA;&gt; &#xD;&#xA;&gt; This will find 1 or 2 line versions of the sample text in English,&#xD;&#xA;&gt; Spanish, French, et...</description>
</item>		
<item>
<title>2 Grep Questions</title>
<pubDate>Wed, 14 Jul 2010 17:07:21 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1814</link>
<description>apv to TextWrangler Talk on 2010-07-14 17:07:21 - Hey guys, hoping someone can provide an answer as the standard web/&#xD;&#xA;discussion search hasn&apos;t yielded me any success.&#xD;&#xA;&#xD;&#xA;1) Does Grep in Textwrangler have the capacity to deal with Japanese&#xD;&#xA;and Chinese characters? I have transcription files that I need t...</description>
</item>		
<item>
<title>subscribing</title>
<pubDate>Tue, 13 Jul 2010 12:07:29 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1813</link>
<description>Michael to TextWrangler Talk on 2010-07-13 12:07:29 - I&apos;m interested in finding out if this feature is available too.&#xD;&#xA;&#xD;&#xA;-- &#xD;&#xA;You received this message because you are subscribed to the &#xD;&#xA;&quot;TextWrangler Talk&quot; discussion group on Google Groups.&#xD;&#xA;To post to this group, send email to textwrangler@googlegroups.co...</description>
</item>		
<item>
<title>Re: Item has been changed on disk: &quot;Reload from disk&quot;</title>
<pubDate>Mon, 12 Jul 2010 22:39:27 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1812</link>
<description>Jase Watson to TextWrangler Talk on 2010-07-12 22:39:27 - Great, that&apos;ll do - thank you!!!&#xD;&#xA;&#xD;&#xA;On Jun 25, 12:50 am, Mark Slater &lt;mark.sla...@gmail.com&gt; wrote:&#xD;&#xA;&gt; One quick &quot;fix&quot; would be to go to Preferences, and in the&#xD;&#xA;&gt; &quot;Application&quot; window, un-tick &quot;Automatically refresh documents as they&#xD;&#xA;&gt; change on disk&quot;&#xD;&#xA;...</description>
</item>		
<item>
<title>Re: Insert a Hard Tab</title>
<pubDate>Tue, 06 Jul 2010 17:53:01 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1811</link>
<description>Tom Robinson to TextWrangler Talk on 2010-07-06 17:53:01 - If you look at the built-in help for this preference it says:&#xD;&#xA;&#xD;&#xA;  When this option is on, TextWrangler inserts an appropriate number of spaces instead of a tab character every time you press the Tab key.&#xD;&#xA;&#xD;&#xA;So pasting a tab will leave it intact.&#xD;&#xA;&#xD;&#xA;You c...</description>
</item>		
<item>
<title>Re: Source Code Colors</title>
<pubDate>Tue, 06 Jul 2010 17:48:28 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1810</link>
<description>Tom Robinson to TextWrangler Talk on 2010-07-06 17:48:28 - Check out appendix C, Codeless Language Modules, in the built-in manual; though don&apos;t know how you&apos;re planning to edit FileMaker scripts?&#xD;&#xA;&#xD;&#xA;Sent from my iPhone&#xD;&#xA;&#xD;&#xA;On 6/07/2010, at 5:31, Karen &lt;klstella@gmail.com&gt; wrote:&#xD;&#xA;&#xD;&#xA;&gt; It would be great to define o...</description>
</item>		
<item>
<title>Insert a Hard Tab</title>
<pubDate>Tue, 06 Jul 2010 09:08:32 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1809</link>
<description>Hyler to TextWrangler Talk on 2010-07-06 09:08:32 - Hi.&#xD;&#xA;&#xD;&#xA;Is there a way to quickly insert a hard tab into a document if&#xD;&#xA;TextWrangler has been set to auto-expand tabs? I&apos;m trying to edit some&#xD;&#xA;makefiles and it&apos;s mighty inconvenient to change the tab preferences&#xD;&#xA;just for one document.&#xD;&#xA;&#xD;&#xA;Thanks!&#xD;&#xA;&#xD;&#xA;-- &#xD;&#xA;...</description>
</item>		
<item>
<title>Source Code Colors</title>
<pubDate>Mon, 05 Jul 2010 10:31:25 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1808</link>
<description>Karen to TextWrangler Talk on 2010-07-05 10:31:25 - It would be great to define own, or load templates for other scripting&#xD;&#xA;languages (FileMaker&apos;s for instance).&#xD;&#xA;&#xD;&#xA;-- &#xD;&#xA;You received this message because you are subscribed to the &#xD;&#xA;&quot;TextWrangler Talk&quot; discussion group on Google Groups.&#xD;&#xA;To post to this gro...</description>
</item>		
<item>
<title>Source code colours</title>
<pubDate>Fri, 25 Jun 2010 12:27:58 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1807</link>
<description>jokoon to TextWrangler Talk on 2010-06-25 12:27:58 - Hello,&#xD;&#xA;&#xD;&#xA;First to tell you I love textwrangler ! I would obviously buy BBEdit&#xD;&#xA;if I was using it long term or professionnaly !&#xD;&#xA;&#xD;&#xA;I have just something to say about it, and smultron is even worse&#xD;&#xA;about what I&apos;m gonna say: it lacks source code colours, o...</description>
</item>		
<item>
<title>Re: Item has been changed on disk: &quot;Reload from disk&quot;</title>
<pubDate>Thu, 24 Jun 2010 07:50:06 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1806</link>
<description>Mark Slater to TextWrangler Talk on 2010-06-24 07:50:06 - One quick &quot;fix&quot; would be to go to Preferences, and in the&#xD;&#xA;&quot;Application&quot; window, un-tick &quot;Automatically refresh documents as they&#xD;&#xA;change on disk&quot;&#xD;&#xA;&#xD;&#xA;On Thu, Jun 24, 2010 at 1:12 AM, Jase Watson &lt;jase@tomatosource.com.au&gt; wrote:&#xD;&#xA;&gt; Hi,&#xD;&#xA;&gt; I get this error...</description>
</item>		
<item>
<title>Item has been changed on disk: &quot;Reload from disk&quot;</title>
<pubDate>Wed, 23 Jun 2010 22:12:50 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1805</link>
<description>Jase Watson to TextWrangler Talk on 2010-06-23 22:12:50 - Hi,&#xD;&#xA;I get this error using Text Wrangler (also happens with BBEdit) when&#xD;&#xA;working on files that are attached as SMB volumes to my MacBook Pro&#xD;&#xA;running Snow Leopard.&#xD;&#xA;&#xD;&#xA;Wondering if others have come across this?&#xD;&#xA;&#xD;&#xA;It&apos;s extremely frustrating as it happens...</description>
</item>		
<item>
<title>Re: Trying to add colons to times</title>
<pubDate>Thu, 24 Jun 2010 04:57:25 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1804</link>
<description>CleveD to TextWrangler Talk on 2010-06-24 04:57:25 - Thanks. That works perfectly and now I understand word boundaries&#xD;&#xA;better.&#xD;&#xA;&#xD;&#xA;On Jun 23, 6:13 pm, Thomas Fischer &lt;fischer...@aon.at&gt; wrote:&#xD;&#xA;&gt; Hi,&#xD;&#xA;&gt;&#xD;&#xA;&gt; you can try&#xD;&#xA;&gt;&#xD;&#xA;&gt; replace &quot;\b(\d\d?)(\d\d)\b&quot; using &quot;\1:\2&quot;&#xD;&#xA;&gt; (see TextWrangler User Manual p. 137).&#xD;...</description>
</item>		
<item>
<title>Re: Slow in Snow Leopard?</title>
<pubDate>Thu, 24 Jun 2010 03:15:44 -0700</pubDate>
<link>http://www.listsearch.com/TextWrangler/Message/index.lasso?1803</link>
<description>justjoan to TextWrangler Talk on 2010-06-24 03:15:44 - Hello,&#xD;&#xA;&#xD;&#xA;That&apos;s it! Thanks so much. It was an effort to FIND soft wrap text,&#xD;&#xA;but turning it off gave me the instantaneous response I love about&#xD;&#xA;TextWrangler compares.  File sizes are 250KB, by the way.&#xD;&#xA;&#xD;&#xA;justjoan&#xD;&#xA;&#xD;&#xA;-- &#xD;&#xA;You received this message beca...</description>
</item>
</channel>
</rss>
