<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>SemWare Google Group</title>
  <link>http://groups.google.com/group/semware</link>
  <description>Supporting SemWare&amp;#39;s text editor products: TSE Pro for Windows and Linux. The TSE Pro text editors feature color syntax highlighting, regular expressions, a real macro language, extensive help, windows, and the ability to emulate other editors including Brief, WordStar and popular IDE&amp;#39;s.</description>
  <language>en</language>
  <item>
  <title>Re: [TSEPro] Re: Grep like tools</title>
  <link>http://groups.google.com/group/semware/browse_thread/thread/16c172729ecfb438/e4676d291b1ffcb1?show_docid=e4676d291b1ffcb1</link>
  <description>
  FYI &lt;br&gt;   &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.knudvaneeden.com/tinyurl.php?urlKey=url000366&quot;&gt;[link]&lt;/a&gt; &lt;br&gt;   &lt;br&gt; many thanks to Peter Birch. &lt;br&gt;   &lt;br&gt; with friendly greetings, &lt;br&gt; Knud van Eeen
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/semware/browse_thread/thread/16c172729ecfb438/e4676d291b1ffcb1?show_docid=e4676d291b1ffcb1</guid>
  <author>
  knud_van_ee...@yahoo.com
  (knud van eeden)
  </author>
  <pubDate>Sun, 22 Nov 2009 13:08:24 UT
</pubDate>
  </item>
  <item>
  <title>Re: Grep like tools</title>
  <link>http://groups.google.com/group/semware/browse_thread/thread/16c172729ecfb438/68a49b8a40e9b32d?show_docid=68a49b8a40e9b32d</link>
  <description>
  Again, TotalCmd can do it natively with ftp; sftp &amp;amp; http &lt;br&gt; with plugins. Should probably call this VFS (virtual file &lt;br&gt; system) search. &lt;br&gt; &lt;p&gt;I think it shouldn&#39;t be hard to roll your own TSE &lt;br&gt; macros with the help of cURL or wget. Finding file &lt;br&gt; names is easier but grepping will be time consuming &lt;br&gt; as you will have to get the files over and perform the
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/semware/browse_thread/thread/16c172729ecfb438/68a49b8a40e9b32d?show_docid=68a49b8a40e9b32d</guid>
  <author>
  ytl...@gmail.com
  (Why Tea)
  </author>
  <pubDate>Sun, 22 Nov 2009 02:25:03 UT
</pubDate>
  </item>
  <item>
  <title>Re: [TSE] Re: Grep like tools</title>
  <link>http://groups.google.com/group/semware/browse_thread/thread/16c172729ecfb438/91d1418aac524aaa?show_docid=91d1418aac524aaa</link>
  <description>
  Yes, in general: &lt;br&gt; 1. key: if very frequent use &lt;br&gt; 2. menu: personal (search) &lt;br&gt; 3. menu: job only (search) &lt;br&gt; 4. macro: all (search): which shows all options serially to you, via YesNo() you select what you want more a reminder which options are available &lt;br&gt; === &lt;br&gt; At least. Searching (=usually finding answers (in a very easy way)) is one of the most important operations for me.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/semware/browse_thread/thread/16c172729ecfb438/91d1418aac524aaa?show_docid=91d1418aac524aaa</guid>
  <author>
  knud_van_ee...@yahoo.com
  (knud van eeden)
  </author>
  <pubDate>Sat, 21 Nov 2009 14:40:22 UT
</pubDate>
  </item>
  <item>
  <title>Re: [TSEPro] Binary keyword deprecated</title>
  <link>http://groups.google.com/group/semware/browse_thread/thread/2657429e22da6498/167cb8facab83c8c?show_docid=167cb8facab83c8c</link>
  <description>
  The binary keyword was used in the DOS version to do things that &lt;br&gt; were hard or impossible to do in the macro language. This, &lt;br&gt; coupled with the Intr() (also deprecated) allowed the editor to &lt;br&gt; access DOS system services through interrupts. Typically, you &lt;br&gt; would write a small assembly routine, compile it to a .com file,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/semware/browse_thread/thread/2657429e22da6498/167cb8facab83c8c?show_docid=167cb8facab83c8c</guid>
  <author>
  sammy.mitch...@gmail.com
  (S.E. Mitchell)
  </author>
  <pubDate>Sat, 21 Nov 2009 12:21:25 UT
</pubDate>
  </item>
  <item>
  <title>Re: Grep like tools</title>
  <link>http://groups.google.com/group/semware/browse_thread/thread/16c172729ecfb438/7abf39adffd2d705?show_docid=7abf39adffd2d705</link>
  <description>
  Wouldn&#39;t it be easier to to tie each search to a particular key &lt;br&gt; combination? Imagine you have 10 search tools :) Wouldn&#39;t those search &lt;br&gt; tools return identical results? I think text search in general can be &lt;br&gt; classified as below: &lt;br&gt; &lt;p&gt;1) within a text editor (TSE in this case) &lt;br&gt; - including all files loaded in the buffers
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/semware/browse_thread/thread/16c172729ecfb438/7abf39adffd2d705?show_docid=7abf39adffd2d705</guid>
  <author>
  ytl...@gmail.com
  (Why Tea)
  </author>
  <pubDate>Sat, 21 Nov 2009 08:23:34 UT
</pubDate>
  </item>
  <item>
  <title>Binary keyword deprecated</title>
  <link>http://groups.google.com/group/semware/browse_thread/thread/2657429e22da6498/7fc894ca9e7be2b5?show_docid=7fc894ca9e7be2b5</link>
  <description>
  Hi, &lt;br&gt; Does anybody know what the follow up or workaround is for the &lt;br&gt;  binary &lt;br&gt; keyword. &lt;br&gt; E.g. Used in e.g. TSE v2.x, but in TSE 4.x it is not valid anymore. &lt;br&gt; Thanks. &lt;br&gt; with friendly greetings, &lt;br&gt; Knud van Eeden
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/semware/browse_thread/thread/2657429e22da6498/7fc894ca9e7be2b5?show_docid=7fc894ca9e7be2b5</guid>
  <author>
  knud_van_ee...@yahoo.com
  (knud van eeden)
  </author>
  <pubDate>Sat, 21 Nov 2009 01:21:11 UT
</pubDate>
  </item>
  <item>
  <title>Re: [TSE] Re: Grep like tools</title>
  <link>http://groups.google.com/group/semware/browse_thread/thread/16c172729ecfb438/ab6902dd1499b9f6?show_docid=ab6902dd1499b9f6</link>
  <description>
  I tend to run many search tools one after the other (via a serie of YesNo( &amp;quot;do you want to run this search program&amp;quot;  in a TSE macro). I choose which one is appropriate for the given search (e.g. filename search or text search). &lt;br&gt; E.g. first TSE grep, then Everything, then TSE text search, then a multibrowser search, ...
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/semware/browse_thread/thread/16c172729ecfb438/ab6902dd1499b9f6?show_docid=ab6902dd1499b9f6</guid>
  <author>
  knud_van_ee...@yahoo.com
  (knud van eeden)
  </author>
  <pubDate>Sat, 21 Nov 2009 00:57:26 UT
</pubDate>
  </item>
  <item>
  <title>Re: Grep like tools</title>
  <link>http://groups.google.com/group/semware/browse_thread/thread/16c172729ecfb438/64e781f12bb9f5b1?show_docid=64e781f12bb9f5b1</link>
  <description>
  Total Commander can do the job for you. It allows you to search for &lt;br&gt; file names and grep even within packed files, then you can configure &lt;br&gt; TSE as the default editor to use. IMHO, this sort of job is better &lt;br&gt; suited for a file manager or a specialized tool.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/semware/browse_thread/thread/16c172729ecfb438/64e781f12bb9f5b1?show_docid=64e781f12bb9f5b1</guid>
  <author>
  ytl...@gmail.com
  (Why Tea)
  </author>
  <pubDate>Fri, 20 Nov 2009 23:01:54 UT
</pubDate>
  </item>
  <item>
  <title>Re: Grep like tools</title>
  <link>http://groups.google.com/group/semware/browse_thread/thread/16c172729ecfb438/a7abc3cafed70f71?show_docid=a7abc3cafed70f71</link>
  <description>
  I found e.g. for TSE this similar macro &lt;br&gt; (but this does currently not search for filenames in compressed files (.zip, .jar, ...) &lt;br&gt; * Where  (&amp;quot;Where&amp;quot; on Potpourri PickList or &amp;quot;Where Is&amp;quot; under Util Menu) &lt;br&gt;   This macro searches one or more drives for files that match an indicated &lt;br&gt;   filename specification.  A PickList of all matching filenames is displayed,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/semware/browse_thread/thread/16c172729ecfb438/a7abc3cafed70f71?show_docid=a7abc3cafed70f71</guid>
  <author>
  knud_van_ee...@yahoo.com
  (knud van eeden)
  </author>
  <pubDate>Fri, 20 Nov 2009 11:25:09 UT
</pubDate>
  </item>
  <item>
  <title>Grep like tools</title>
  <link>http://groups.google.com/group/semware/browse_thread/thread/16c172729ecfb438/6b28843b6dade9ae?show_docid=6b28843b6dade9ae</link>
  <description>
  TSE grep (available as a macro &#39;grep.mac&#39; or grep.exe in the TSE directory) is one of the handiest tools for searching for text in external files. &lt;br&gt; But where I am looking for is a similar program which searches for *filenames* also in compressed files, like &lt;br&gt; .zip files &lt;br&gt; and specially &lt;br&gt; .jar &lt;br&gt; files. &lt;br&gt; Does anybody have hints or tips about any existing programs (or maybe it can maybe implemented for TSE) which can be used for searching of filenames (e.g. you want to find all filenames containing &#39;myfilename&#39; in all files (including .zip files) in the c:\windows directory).
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/semware/browse_thread/thread/16c172729ecfb438/6b28843b6dade9ae?show_docid=6b28843b6dade9ae</guid>
  <author>
  knud_van_ee...@yahoo.com
  (knud van eeden)
  </author>
  <pubDate>Fri, 20 Nov 2009 10:43:10 UT
</pubDate>
  </item>
  <item>
  <title>Regular expression</title>
  <link>http://groups.google.com/group/semware/browse_thread/thread/8ef43ac199d325c1/0e01981a707bdd85?show_docid=0e01981a707bdd85</link>
  <description>
  This is an attempt to make maybe regular expressions a bit easier to grasp. &lt;br&gt; &lt;p&gt;You can choose the most common TSE regular expressions from a list. &lt;br&gt; &lt;p&gt;By choosing one after the other you build your total regular expression. &lt;br&gt; &lt;p&gt;It will also generate equivalent regular expressions programs in TSE, Perl, Java, JavaScript, PHP, Python and Ruby for further testing in that computer language.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/semware/browse_thread/thread/8ef43ac199d325c1/0e01981a707bdd85?show_docid=0e01981a707bdd85</guid>
  <author>
  knud_van_ee...@yahoo.com
  (knud van eeden)
  </author>
  <pubDate>Thu, 19 Nov 2009 01:36:40 UT
</pubDate>
  </item>
  <item>
  <title>smaller, simpler sorting for irregular number columns</title>
  <link>http://groups.google.com/group/semware/browse_thread/thread/bd109195dabd474f/0b26f744f75af295?show_docid=0b26f744f75af295</link>
  <description>
  /*** &lt;br&gt; This is the other part of the jagged column sorting macro set, this one &lt;br&gt; for number columns. &lt;br&gt; ***/ &lt;br&gt; &lt;p&gt;// macro source starts here &lt;br&gt; &lt;p&gt;// jigjagnumbsort.s - a simpler jaggedy number column sorter &lt;br&gt; &lt;p&gt;&amp;lt;ctrlshift x&amp;gt;&amp;lt;n&amp;gt; execmacro(&amp;quot;jigjagnumbsort&amp;quot;) &lt;br&gt; &lt;p&gt;/*** &lt;br&gt; Sometimes, simple is better. &lt;br&gt; &lt;p&gt;This is a simpler, quicker version of the staggered column sorter of
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/semware/browse_thread/thread/bd109195dabd474f/0b26f744f75af295?show_docid=0b26f744f75af295</guid>
  <author>
  hayes_sm...@hotmail.com
  (Larry)
  </author>
  <pubDate>Wed, 18 Nov 2009 20:11:25 UT
</pubDate>
  </item>
  <item>
  <title>smaller, simpler sorting of irregular text columns</title>
  <link>http://groups.google.com/group/semware/browse_thread/thread/80d2070c075bda09/f61d823138cb2884?show_docid=f61d823138cb2884</link>
  <description>
  /*** &lt;br&gt; At the risk of breaking the Weapon Shops of DRY principle (all due &lt;br&gt; deference to A. E. van Vogt and Knud van Eeden), this macro revisits the &lt;br&gt; sorting of non-aligned columns that the Staggered Column Sorter &lt;br&gt; (scs.mac) addressed earlier this year. &lt;br&gt; &lt;p&gt;As you can tell, this is a much smaller macro (about 40 lines) that does
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/semware/browse_thread/thread/80d2070c075bda09/f61d823138cb2884?show_docid=f61d823138cb2884</guid>
  <author>
  hayes_sm...@hotmail.com
  (Larry)
  </author>
  <pubDate>Wed, 18 Nov 2009 20:08:01 UT
</pubDate>
  </item>
  <item>
  <title>Re: [TSE] Re: copying irregular column data neatly between two other columns</title>
  <link>http://groups.google.com/group/semware/browse_thread/thread/a4ebfb40b9abbe70/d3846841da1c5d84?show_docid=d3846841da1c5d84</link>
  <description>
  &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.knudvaneeden.com/tinyurl.php?urlKey=url000360&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; withf friendly greetings, &lt;br&gt; Knud van Eeden
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/semware/browse_thread/thread/a4ebfb40b9abbe70/d3846841da1c5d84?show_docid=d3846841da1c5d84</guid>
  <author>
  knud_van_ee...@yahoo.com
  (knud van eeden)
  </author>
  <pubDate>Wed, 18 Nov 2009 17:17:54 UT
</pubDate>
  </item>
  <item>
  <title>RE: [TSE] Re: copying irregular column data neatly between two other columns</title>
  <link>http://groups.google.com/group/semware/browse_thread/thread/a4ebfb40b9abbe70/59a7c9b8dc3c487b?show_docid=59a7c9b8dc3c487b</link>
  <description>
  Well - the fun of regular expressions is: you can learn them bit by bit. One bit today, one bit tomorrow - or next week. &lt;br&gt; &lt;p&gt;One of the things I do quite often is: find empty lines (or delete them). It&#39;s as simple as this: &lt;br&gt; lFind(&#39;^$&#39; , &#39;x&#39;) &lt;br&gt; because ^ is the symbol for &amp;quot;beginning of line&amp;quot; and $ is &amp;quot;end of line&amp;quot;.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/semware/browse_thread/thread/a4ebfb40b9abbe70/59a7c9b8dc3c487b?show_docid=59a7c9b8dc3c487b</guid>
  <author>
  rob.den.hei...@capgemini.com
  (Heijer, Rob den)
  </author>
  <pubDate>Wed, 18 Nov 2009 15:10:29 UT
</pubDate>
  </item>
  </channel>
</rss>
