<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/semware</id>
  <title type="text">SemWare Google Group</title>
  <subtitle type="text">
  Supporting SemWare&#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&#39;s.
  </subtitle>
  <link href="/group/semware/feed/atom_v1_0_msgs.xml" rel="self" title="SemWare feed"/>
  <updated>2009-11-22T20:27:16Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>knud van eeden</name>
  <email>knud_van_ee...@yahoo.com</email>
  </author>
  <updated>2009-11-22T20:27:16Z</updated>
  <id>http://groups.google.com/group/semware/browse_thread/thread/16c172729ecfb438/c36ac166857eee2c?show_docid=c36ac166857eee2c</id>
  <link href="http://groups.google.com/group/semware/browse_thread/thread/16c172729ecfb438/c36ac166857eee2c?show_docid=c36ac166857eee2c"/>
  <title type="text">Re: [TSEPro] Re: Grep like tools</title>
  <summary type="html" xml:space="preserve">
  The problem comes from this, very well known to Java programmers: &lt;br&gt; &amp;quot;I want to know in which .jar file my .class file is stored&amp;quot; &lt;br&gt; So what you do is start searching in this .jar and possibly also .zip files for &#39;.class&#39; filenames (e.g. &#39;myfilename.class&#39;). &lt;br&gt; -Grep will thus do, because filenames are by design stored verbatim in the zip or jar file.
  </summary>
  </entry>
  <entry>
  <author>
  <name>knud van eeden</name>
  <email>knud_van_ee...@yahoo.com</email>
  </author>
  <updated>2009-11-22T13:08:24Z</updated>
  <id>http://groups.google.com/group/semware/browse_thread/thread/16c172729ecfb438/e4676d291b1ffcb1?show_docid=e4676d291b1ffcb1</id>
  <link href="http://groups.google.com/group/semware/browse_thread/thread/16c172729ecfb438/e4676d291b1ffcb1?show_docid=e4676d291b1ffcb1"/>
  <title type="text">Re: [TSEPro] Re: Grep like tools</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Why Tea</name>
  <email>ytl...@gmail.com</email>
  </author>
  <updated>2009-11-22T02:25:03Z</updated>
  <id>http://groups.google.com/group/semware/browse_thread/thread/16c172729ecfb438/68a49b8a40e9b32d?show_docid=68a49b8a40e9b32d</id>
  <link href="http://groups.google.com/group/semware/browse_thread/thread/16c172729ecfb438/68a49b8a40e9b32d?show_docid=68a49b8a40e9b32d"/>
  <title type="text">Re: Grep like tools</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>knud van eeden</name>
  <email>knud_van_ee...@yahoo.com</email>
  </author>
  <updated>2009-11-21T14:40:22Z</updated>
  <id>http://groups.google.com/group/semware/browse_thread/thread/16c172729ecfb438/91d1418aac524aaa?show_docid=91d1418aac524aaa</id>
  <link href="http://groups.google.com/group/semware/browse_thread/thread/16c172729ecfb438/91d1418aac524aaa?show_docid=91d1418aac524aaa"/>
  <title type="text">Re: [TSE] Re: Grep like tools</title>
  <summary type="html" xml:space="preserve">
  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.
  </summary>
  </entry>
  <entry>
  <author>
  <name>S.E. Mitchell</name>
  <email>sammy.mitch...@gmail.com</email>
  </author>
  <updated>2009-11-21T12:21:25Z</updated>
  <id>http://groups.google.com/group/semware/browse_thread/thread/2657429e22da6498/167cb8facab83c8c?show_docid=167cb8facab83c8c</id>
  <link href="http://groups.google.com/group/semware/browse_thread/thread/2657429e22da6498/167cb8facab83c8c?show_docid=167cb8facab83c8c"/>
  <title type="text">Re: [TSEPro] Binary keyword deprecated</title>
  <summary type="html" xml:space="preserve">
  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,
  </summary>
  </entry>
  <entry>
  <author>
  <name>Why Tea</name>
  <email>ytl...@gmail.com</email>
  </author>
  <updated>2009-11-21T08:23:34Z</updated>
  <id>http://groups.google.com/group/semware/browse_thread/thread/16c172729ecfb438/7abf39adffd2d705?show_docid=7abf39adffd2d705</id>
  <link href="http://groups.google.com/group/semware/browse_thread/thread/16c172729ecfb438/7abf39adffd2d705?show_docid=7abf39adffd2d705"/>
  <title type="text">Re: Grep like tools</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>knud van eeden</name>
  <email>knud_van_ee...@yahoo.com</email>
  </author>
  <updated>2009-11-21T01:21:11Z</updated>
  <id>http://groups.google.com/group/semware/browse_thread/thread/2657429e22da6498/7fc894ca9e7be2b5?show_docid=7fc894ca9e7be2b5</id>
  <link href="http://groups.google.com/group/semware/browse_thread/thread/2657429e22da6498/7fc894ca9e7be2b5?show_docid=7fc894ca9e7be2b5"/>
  <title type="text">Binary keyword deprecated</title>
  <summary type="html" xml:space="preserve">
  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
  </summary>
  </entry>
  <entry>
  <author>
  <name>knud van eeden</name>
  <email>knud_van_ee...@yahoo.com</email>
  </author>
  <updated>2009-11-21T00:57:26Z</updated>
  <id>http://groups.google.com/group/semware/browse_thread/thread/16c172729ecfb438/ab6902dd1499b9f6?show_docid=ab6902dd1499b9f6</id>
  <link href="http://groups.google.com/group/semware/browse_thread/thread/16c172729ecfb438/ab6902dd1499b9f6?show_docid=ab6902dd1499b9f6"/>
  <title type="text">Re: [TSE] Re: Grep like tools</title>
  <summary type="html" xml:space="preserve">
  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, ...
  </summary>
  </entry>
  <entry>
  <author>
  <name>Why Tea</name>
  <email>ytl...@gmail.com</email>
  </author>
  <updated>2009-11-20T23:01:54Z</updated>
  <id>http://groups.google.com/group/semware/browse_thread/thread/16c172729ecfb438/64e781f12bb9f5b1?show_docid=64e781f12bb9f5b1</id>
  <link href="http://groups.google.com/group/semware/browse_thread/thread/16c172729ecfb438/64e781f12bb9f5b1?show_docid=64e781f12bb9f5b1"/>
  <title type="text">Re: Grep like tools</title>
  <summary type="html" xml:space="preserve">
  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.
  </summary>
  </entry>
  <entry>
  <author>
  <name>knud van eeden</name>
  <email>knud_van_ee...@yahoo.com</email>
  </author>
  <updated>2009-11-20T11:25:09Z</updated>
  <id>http://groups.google.com/group/semware/browse_thread/thread/16c172729ecfb438/a7abc3cafed70f71?show_docid=a7abc3cafed70f71</id>
  <link href="http://groups.google.com/group/semware/browse_thread/thread/16c172729ecfb438/a7abc3cafed70f71?show_docid=a7abc3cafed70f71"/>
  <title type="text">Re: Grep like tools</title>
  <summary type="html" xml:space="preserve">
  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,
  </summary>
  </entry>
  <entry>
  <author>
  <name>knud van eeden</name>
  <email>knud_van_ee...@yahoo.com</email>
  </author>
  <updated>2009-11-20T10:43:10Z</updated>
  <id>http://groups.google.com/group/semware/browse_thread/thread/16c172729ecfb438/6b28843b6dade9ae?show_docid=6b28843b6dade9ae</id>
  <link href="http://groups.google.com/group/semware/browse_thread/thread/16c172729ecfb438/6b28843b6dade9ae?show_docid=6b28843b6dade9ae"/>
  <title type="text">Grep like tools</title>
  <summary type="html" xml:space="preserve">
  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).
  </summary>
  </entry>
  <entry>
  <author>
  <name>knud van eeden</name>
  <email>knud_van_ee...@yahoo.com</email>
  </author>
  <updated>2009-11-19T01:36:40Z</updated>
  <id>http://groups.google.com/group/semware/browse_thread/thread/8ef43ac199d325c1/0e01981a707bdd85?show_docid=0e01981a707bdd85</id>
  <link href="http://groups.google.com/group/semware/browse_thread/thread/8ef43ac199d325c1/0e01981a707bdd85?show_docid=0e01981a707bdd85"/>
  <title type="text">Regular expression</title>
  <summary type="html" xml:space="preserve">
  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.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Larry</name>
  <email>hayes_sm...@hotmail.com</email>
  </author>
  <updated>2009-11-18T20:11:25Z</updated>
  <id>http://groups.google.com/group/semware/browse_thread/thread/bd109195dabd474f/0b26f744f75af295?show_docid=0b26f744f75af295</id>
  <link href="http://groups.google.com/group/semware/browse_thread/thread/bd109195dabd474f/0b26f744f75af295?show_docid=0b26f744f75af295"/>
  <title type="text">smaller, simpler sorting for irregular number columns</title>
  <summary type="html" xml:space="preserve">
  /*** &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
  </summary>
  </entry>
  <entry>
  <author>
  <name>Larry</name>
  <email>hayes_sm...@hotmail.com</email>
  </author>
  <updated>2009-11-18T20:08:01Z</updated>
  <id>http://groups.google.com/group/semware/browse_thread/thread/80d2070c075bda09/f61d823138cb2884?show_docid=f61d823138cb2884</id>
  <link href="http://groups.google.com/group/semware/browse_thread/thread/80d2070c075bda09/f61d823138cb2884?show_docid=f61d823138cb2884"/>
  <title type="text">smaller, simpler sorting of irregular text columns</title>
  <summary type="html" xml:space="preserve">
  /*** &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
  </summary>
  </entry>
  <entry>
  <author>
  <name>knud van eeden</name>
  <email>knud_van_ee...@yahoo.com</email>
  </author>
  <updated>2009-11-18T17:17:54Z</updated>
  <id>http://groups.google.com/group/semware/browse_thread/thread/a4ebfb40b9abbe70/d3846841da1c5d84?show_docid=d3846841da1c5d84</id>
  <link href="http://groups.google.com/group/semware/browse_thread/thread/a4ebfb40b9abbe70/d3846841da1c5d84?show_docid=d3846841da1c5d84"/>
  <title type="text">Re: [TSE] Re: copying irregular column data neatly between two other columns</title>
  <summary type="html" xml:space="preserve">
  &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
  </summary>
  </entry>
</feed>
