<?xml version="1.0" encoding="ISO-8859-1"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>ZTreeWin Forum</title>
<link>http://www.ztw3.com/forum/</link>
<description></description>
<language>en</language>
<item>
<title>[Humor] Happy birthday XTreePro!</title>
<content:encoded><![CDATA[<i>Reply from Bill Kingsbury, Feb 03,2012 at 12:39:</i><br /><br /><P>
> > http://www.ebay.com/itm/280819205662<BR>
> <BR>
> It's a birthday greeting to this XTree's 25th anniversary ;-)<BR>
><BR>
<BR>
Maybe 25 years for the Pro version. It's getting close to 27 years for XTree:<BR>
<BR>
an excerpt from - http://www.xtreefanpage.org/lowres/x80wsnew.htm#20thann<BR>
<BR>
Apr-01-2005<BR>
<BR>
XTree celebrates its 20th anniversary!XTree 20th birthday<BR>
 <BR>
" Well, *no* april fool's joke today, it's real, 20 years ago, at the West Coast Computer Faire on April 1st 1985, XTree was introduced to the public. Congratulations! Although sales were ceased by its new owners some eight years ago, XTree still enjoys an enormous popularity ..."<BR>
<BR>
-------<BR>
<BR>
Bill]]></content:encoded>
<link>http://www.ztw3.com/forum/forum_entry.php?id=114062</link>
<pubDate>Fri, 03 Feb 2012 12:39:41 GMT</pubDate>
</item>
<item>
<title>Jeffrey C. Johnson</title>
<content:encoded><![CDATA[<i>Reply from Kim Henkel, Feb 03,2012 at 09:57:</i><br /><br /><P>
http://www.xtree.com]]></content:encoded>
<link>http://www.ztw3.com/forum/forum_entry.php?id=114061</link>
<pubDate>Fri, 03 Feb 2012 09:57:13 GMT</pubDate>
</item>
<item>
<title>[Comment] XTreePro Developer</title>
<content:encoded><![CDATA[<i>Reply from larrondo, Feb 03,2012 at 09:43:</i><br /><br /><P>
Some years ago i found the site of the original XtreePro developer, can't recall his name right now. By then he had already stopped xtree development and was in real bad shape. He'd contracted some illnes that kept him with a constant bad headache that prevented him from working and doctors couldn't help because they didn't what was the cause. Hope he's doing well now.]]></content:encoded>
<link>http://www.ztw3.com/forum/forum_entry.php?id=114060</link>
<pubDate>Fri, 03 Feb 2012 09:43:19 GMT</pubDate>
</item>
<item>
<title>Fixed next build   (nomsg)</title>
<content:encoded><![CDATA[<i>Reply from Kim Henkel, Feb 03,2012 at 05:17:</i><br /><br /><P>
]]></content:encoded>
<link>http://www.ztw3.com/forum/forum_entry.php?id=114059</link>
<pubDate>Fri, 03 Feb 2012 05:17:20 GMT</pubDate>
</item>
<item>
<title>[Humor] Happy birthday XTreePro!</title>
<content:encoded><![CDATA[<i>Reply from Hartmut Schneider, Feb 03,2012 at 02:23:</i><br /><br /><P>
> http://www.ebay.com/itm/280819205662<BR>
<BR>
It's a birthday greeting to this XTree's 25th anniversary ;-)]]></content:encoded>
<link>http://www.ztw3.com/forum/forum_entry.php?id=114058</link>
<pubDate>Fri, 03 Feb 2012 02:23:48 GMT</pubDate>
</item>
<item>
<title>View - WRAP - Search not progressing...</title>
<content:encoded><![CDATA[<i>Reply from Bill Kingsbury, Feb 02,2012 at 16:56:</i><br /><br /><P>
><BR>
> Fixed - View - WRAP - Search not progressing through wrapped lines<BR>
> <BR>
<BR>
This is working now in Alpha mode, but still freezing at the same points, when viewing in Wrapped mode... (when using either of the two "test files").<BR>
<BR>
<BR>
Bill]]></content:encoded>
<link>http://www.ztw3.com/forum/forum_entry.php?id=114057</link>
<pubDate>Thu, 02 Feb 2012 16:56:02 GMT</pubDate>
</item>
<item>
<title>[Humor] XTreePro available !</title>
<content:encoded><![CDATA[<i>Post by Donald_SBC, Feb 02,2012 at 14:28:</i><br /><br /><P>
http://www.ebay.com/itm/280819205662]]></content:encoded>
<link>http://www.ztw3.com/forum/forum_entry.php?id=114056</link>
<pubDate>Thu, 02 Feb 2012 14:28:34 GMT</pubDate>
</item>
<item>
<title>[Bug] Viewer: viewing data streams uses the wrong size</title>
<content:encoded><![CDATA[<i>Reply from Martijn Coppoolse, Feb 02,2012 at 06:59:</i><br /><br /><P>
I determined that several files I have contain alternate data streams.  Like most programs, ZTree's viewer has no difficulty opening those streams when specifying the file and stream name by hand (after pressing [V]iew in the TreeWindow):<BR>
<pre style="background-color:blue; color:cyan; line-height:50%; padding:2px;"><BR>
VIEW file: <span style="color:yellow;">test.txt:TestStream<blink style="text-decoration:blink;">&#9608;</blink></span> <BR>
                               <BR>
Enter name of file to view               <span style="color:yellow;">F3</span> Last  <span style="color:yellow;">&#8593;</span> History  <span style="color:yellow;">&#9668;&#9472;&#9496;</span> OK  <span style="color:yellow;">Esc</span> Cancel</pre >However, in such a case, the viewer fails to get the stream's size.  It appears to use the size of the file that was last viewed by pressing [V] from the (S)FW.<BR>
<BR>
If the stream being viewed is smaller than the viewer's file size, this is less of a problem since anything beyond the end of the stream is represented as NUL characters (0x00); though it does make it difficult to ascertain where the stream really ends.<BR>
But if the stream is longer than the 'wrong' size, then the viewer curtails it at the supposed size, and doesn’t show the rest.<BR>
<BR>
Would it be possible to fix the way the viewer retrieves the viewed file/stream's size?  Both <a href="http://msdn.microsoft.com/en-us/library/windows/desktop/aa364955.aspx">GetFileSize</a>(<a href="http://msdn.microsoft.com/en-us/library/windows/desktop/aa364957.aspx">Ex</a>) and <a href="http://msdn.microsoft.com/en-us/library/windows/desktop/aa365542.aspx">SetFilePointerEx</a> report/use the size of the stream, when a stream has been opened instead of a file.<BR>
I don't know how this works when using a view on a memory-mapped file, though.]]></content:encoded>
<link>http://www.ztw3.com/forum/forum_entry.php?id=114055</link>
<pubDate>Thu, 02 Feb 2012 06:59:03 GMT</pubDate>
</item>
<item>
<title>verified ok   (nomsg)</title>
<content:encoded><![CDATA[<i>Reply from Hartmut Schneider, Feb 02,2012 at 01:36:</i><br /><br /><P>
]]></content:encoded>
<link>http://www.ztw3.com/forum/forum_entry.php?id=114054</link>
<pubDate>Thu, 02 Feb 2012 01:36:12 GMT</pubDate>
</item>
<item>
<title>verified ok   (nomsg)</title>
<content:encoded><![CDATA[<i>Reply from Hartmut Schneider, Feb 02,2012 at 01:35:</i><br /><br /><P>
]]></content:encoded>
<link>http://www.ztw3.com/forum/forum_entry.php?id=114053</link>
<pubDate>Thu, 02 Feb 2012 01:35:30 GMT</pubDate>
</item>
<item>
<title>[Zeta] v2.4.71 Now Available</title>
<content:encoded><![CDATA[<i>Post by Kim Henkel, Feb 01,2012 at 20:19:</i><br /><br /><P>
Please see: http://www.ztw3.com/forum/forum_entry.php?id=111421 for background on the new Directory mode.<BR>
<BR>
IMPORTANT:  Starting with build 2.4.31, under Vista/Windows 7, all user files (ZTW.HST etc.)<BR>
will be written to the current users' profile directory at %APPDATA%ZTreeWin, if ZTree is<BR>
itself installed under "Program Files".  This is to avoid installation issues related to UAC and<BR>
remove reliance on the VirtualStore.<BR>
<BR>
<HR><BR>
<BR>
<b><u>Version 2.4.71</u></b> (31 January 2012)<BR>
<BR>
<LI>Added - /ODA - Sort directory Order is Ascending<BR>
<LI>Added - /ODD - Sort directory Order is Descending<BR>
<LI>Added - /SDA - Sort directories by Alphabetic value<BR>
<LI>Added - /SDD - Sort directories by Date<BR>
<LI>Added - /SDE - Sort directories by Extension<BR>
<LI>Added - /SDL - Sort directories by name Length<BR>
<LI>Added - /SDM - Sort directories by nuMber<BR>
<LI>Added - /SDN - Sort directories by Name<BR>
<LI>Added - /SDS - Sort directories by Size<BR>
<LI>Added - /SDT - Sort directories by Time<BR>
<LI>Added - /SDU - Directories are Unsorted<BR>
<LI>Added - /SDV - Sort directories by Value<BR>
<LI>Added - /SSD - Split mode sorting is Different<BR>
<LI>Added - /SSS - Split mode sorting is Same<BR>
<LI>Added - /STM - Sort Tree by nuMber<BR>
<LI>Added - /STN - Sort Tree by Name<BR>
<LI>Added - /ZD  - Use last highlighted directory from previous session as startup directory<BR>
<LI>Added - /ZM  - Load all bookmarks from previous session<BR>
<LI>Added - Alt-Sort / F4 Tree - Use Name or nuMber sort sequence for Tree window<BR>
<LI>Added - Batch parameter - %v - volume name of current drive<BR>
<LI>Added - Compare/Alt-Compare - Identical (name) - match filename only<BR>
<LI>Added - Ctrl-F5 - F2 Browse - Select target directory for archive<BR>
<LI>Added - History - TAB Mode - Switch between File and Directory mode history lists<BR>
<LI>Added - Copy/Move/Rename - F8 Opposite - Insert path/filename from opposite panel in Split mode<BR>
<LI>Change- /SCA - Option deprecated (see /STM)<BR>
<LI>Change- /SCO - Option deprecated (see /STN)<BR>
<LI>Change-  To Dir (B/S/G FW) - Suppress adding directory to Treespec history<BR>
<LI>Change- Alt-F10 - CO-3C Initial Sort character set (ANSI/OEM)<BR>
<LI>Change- Alt-F10 - CO-3D Initial Tree Sort method  (Name/nuMber)<BR>
<LI>Change- Alt-F10 - CO-3E Skip Alt-Copy/Move sorting by path<BR>
<LI>Change- Alt-F10 - CO-3F Split Screen Sort mode<BR>
<LI>Change- Alt-Compare - Allow use of prelogged target even if drive physcially unavailable<BR>
<LI>Change- Branch/Showall/Global FW - Set position to current file from last visited FW<BR>
<LI>Change- Ctrl-F12 - Store saved macro filename to F12 Macro history<BR>
<LI>Change- View - [L]ine position initially set to CO-5F offset<BR>
<LI>Fixed - Alt-F10 - CO-5R=No - Ignore Ctrl-C/V/X bookmarks and perform clipboard operation<BR>
<LI>Fixed - Alt-ZLog - Report write errors saving file<BR>
<LI>Fixed - #ZTDrive not set correctly<BR>
<LI>Fixed - Batch parameters - %4.%5 & %j4.%j5 - Suppress . in Directory mode<BR>
<LI>Fixed - Batch parameters - %p & %jp - Not being quoted when required<BR>
<LI>Fixed - Ctrl-Batch - Script line restricted to 400 bytes for OEM/ANSI mode<BR>
<LI>Fixed - Ctrl-Delete (DMode) - Support deletion of tagged sub-directories in B/S/G modes<BR>
<LI>Fixed - Ctrl-Rename (DMode) - Tab not changing case<BR>
<LI>Fixed - Filters using datespecs not updated at midnight when clock not visible<BR>
<LI>Fixed - Keyboard input - Paste from clipboard in overwrite mode not recalculating end of input<BR>
<LI>Fixed - Log - Cancel causing access violation<BR>
<LI>Fixed - Open - EXT.BAT path not being quoted when required<BR>
<LI>Fixed - Progress bar not updating elapsed time when files skipped<BR>
<LI>Fixed - TEMP.ZLOG - Random GPF when loading<BR>
<LI>Fixed - TEMP.ZLOG - Unable to change DMODE sort-criteria after loading<BR>
<LI><b>Fixed - Treespec - Matching incorrect path when directories not resorted</b><BR>
<LI><b>Fixed - View - WRAP - Search not progressing through wrapped lines</b><BR>
<BR>
<BR>
<HR><BR>
<BR>
Download from http://www.zedtek.com/download/ztw2471.zip<BR>
<BR>
(includes 64-bit version)<BR>
<BR>
<BR>
Note:<BR>
<BR>
If you install this version and discover a bug, please post the bug report as a<BR>
response to this posting.<BR>
If you do NOT install this version but have discovered a bug in an older version,<BR>
and the bug is NOT mentioned above, please post the bug report as a response to<BR>
this posting.<BR>
<BR>
Thank you for your cooperation in this matter.]]></content:encoded>
<link>http://www.ztw3.com/forum/forum_entry.php?id=114052</link>
<pubDate>Wed, 01 Feb 2012 20:19:51 GMT</pubDate>
</item>
<item>
<title>Fixed next build   (nomsg)</title>
<content:encoded><![CDATA[<i>Reply from Kim Henkel, Feb 01,2012 at 20:12:</i><br /><br /><P>
]]></content:encoded>
<link>http://www.ztw3.com/forum/forum_entry.php?id=114051</link>
<pubDate>Wed, 01 Feb 2012 20:12:51 GMT</pubDate>
</item>
<item>
<title>Fixed next build   (nomsg)</title>
<content:encoded><![CDATA[<i>Reply from Kim Henkel, Feb 01,2012 at 20:12:</i><br /><br /><P>
]]></content:encoded>
<link>http://www.ztw3.com/forum/forum_entry.php?id=114050</link>
<pubDate>Wed, 01 Feb 2012 20:12:37 GMT</pubDate>
</item>
<item>
<title>[Bug] CTRL F9 in Directory mode and [Buglet]</title>
<content:encoded><![CDATA[<i>Reply from Roger French, Feb 01,2012 at 14:02:</i><br /><br /><P>
[Bug] In directory mode when some directories in a branch are tagged, Ctrl F9 still tags all directories. Stats are also incorrect particularly after repeated use of Ctrl F9.<BR>
<BR>
[Buglet] Control tree commands in Directory mode still refers to files as in "Showall tagged files and "Show tagged files"]]></content:encoded>
<link>http://www.ztw3.com/forum/forum_entry.php?id=114049</link>
<pubDate>Wed, 01 Feb 2012 14:02:41 GMT</pubDate>
</item>
<item>
<title>View - WRAP - Search not progressing...</title>
<content:encoded><![CDATA[<i>Reply from Bill Kingsbury, Feb 01,2012 at 11:44:</i><br /><br /><P>
><BR>
> Fixed - View - WRAP - Search not progressing through wrapped lines<BR>
><BR>
<BR>
Apparently a related, or similar bug: --<BR>
<BR>
So far, I've noticed two plain-text files (out of perhaps 100), each with multiple paragraphs separated by a blank lines, where searching for a frequently-occurring (highlighted) word progresses up to a point -- whereupon the display freezes, and the highlighted string "hides" one line below the bottom of the frozen display, no matter how many times the space bar is pressed. (In one of these two files, there are two separate, reoccurring "freeze points".)<BR>
<BR>
A manual "page-down" (past the freeze point) restarts the normal progress (when pressing the space bar), and allows the search to progress to the bottom of the page -- whereupon the highlighted word jumps back to the top, and then down the page (as before) -- to where the display freezes again at the very same point(s) as before...<BR>
<BR>
Using Notepad++, I don't see any odd characters hiding in these files, they're just 8-bit ASCII, plain text files. And the search strings are only 8 or 9 characters long...<BR>
<BR>
Kim, I'll send you copies of the two "example" files...<BR>
<BR>
<BR>
Bill]]></content:encoded>
<link>http://www.ztw3.com/forum/forum_entry.php?id=114048</link>
<pubDate>Wed, 01 Feb 2012 11:44:19 GMT</pubDate>
</item>
<item>
<title>Treespec bug - fixed next build   (nomsg)</title>
<content:encoded><![CDATA[<i>Reply from Kim Henkel, Feb 01,2012 at 05:29:</i><br /><br /><P>
]]></content:encoded>
<link>http://www.ztw3.com/forum/forum_entry.php?id=114047</link>
<pubDate>Wed, 01 Feb 2012 05:29:53 GMT</pubDate>
</item>
<item>
<title>[Zeta] v2.4.70 Now Available</title>
<content:encoded><![CDATA[<i>Reply from Frances Wohlfelder, Feb 01,2012 at 04:46:</i><br /><br /><P>
The Treespec command appears to be broken in this version - you can't type anything after  so I have had to revert to v2.4.69.<BR>
<BR>
-- Frances]]></content:encoded>
<link>http://www.ztw3.com/forum/forum_entry.php?id=114046</link>
<pubDate>Wed, 01 Feb 2012 04:46:16 GMT</pubDate>
</item>
<item>
<title>[Q] Ztree and creation dates</title>
<content:encoded><![CDATA[<i>Reply from Martijn Coppoolse, Feb 01,2012 at 04:28:</i><br /><br /><P>
> My recent successes using SpaceSniffer to find recently created<BR>
> files has me wondering if Ztree could do it just as well.<BR>
> <BR>
> As far as I know, Ztree logs modification dates, and that's all you can<BR>
> use to filter and sort on. Is this correct?<BR>
<BR>
I don't know if ZTreeWin logs the other dates as well, but it's a certainty that ZTreeWin currently doesn't allow you to sort by other dates than the modification date/time.<BR>
See also <a href="forum_entry.php?id=105951" title="Creation Dates: A Very Much Alive Horse">this post</a> by John Gruener, and the rest of that thread and the posts he links to.<BR>
<BR>
Kim’s <a href="forum_entry.php?id=105936" title="Is there a way to sort files by Created Date/Time?">stated reason</a> for not implementing sort by other dates (yet) is:<blockquote style="font-style: italic;">“It doesn't make sense to me to be able to sort by anything that you can't see, so the first priority will be an option to display other timestamps.”</blockquote>Personally, I would be fine with sorting by a date not listed if that makes it easier to implement it; if necessary, I can use [Alt-I]nfo to check the relevant dates.  Though I can imagine it would make it harder to test this feature.<BR>
<BR>
> I know I can use creation dates in the Rename command, and that I can<BR>
> inspect them with Alt-I. Is that all? If I could filter on creation dates then I<BR>
> could probably avoid SpaceSniffer most of the time.<BR>
<BR>
For now, you'll have to keep using SpaceSniffer.]]></content:encoded>
<link>http://www.ztw3.com/forum/forum_entry.php?id=114045</link>
<pubDate>Wed, 01 Feb 2012 04:28:17 GMT</pubDate>
</item>
<item>
<title>now displayed in menu - thanks Kim :-)</title>
<content:encoded><![CDATA[<i>Reply from Martijn Coppoolse, Feb 01,2012 at 03:44:</i><br /><br /><P>
> Example: To append the album behind the song title, highlight the album<BR>
> dir in the opposite pane, <BR>
> then Ctrl-Rename the tagged songs to<BR>
> * < F8 >.* (without blanks)<BR>
<BR>
For a moment there, I thought F8 had become a replacement token... But you mean that pressing [F8] while editing the target name will insert the selected file/dir name of the opposite pane at the cursor's location (and/or replace the currently selected characters).<BR>
<BR>
<style>tt {background-color: #0000cc; color: yellow}</style><font size="3" color="#003399"><tt>*&lt;</tt></font><span style="font-family: serif; color: #666666;">{press F8}</span><font size="3" color="#003399"><tt>&gt;.*</tt></font><BR>
<BR>
That can definitely be handy!<BR>
<BR>
> Thanks again to Kim for his work!<BR>
<BR>
Echoed here. :-)]]></content:encoded>
<link>http://www.ztw3.com/forum/forum_entry.php?id=114044</link>
<pubDate>Wed, 01 Feb 2012 03:44:51 GMT</pubDate>
</item>
<item>
<title>now displayed in menu - thanks Kim :-)</title>
<content:encoded><![CDATA[<i>Reply from Hartmut Schneider, Feb 01,2012 at 02:53:</i><br /><br /><P>
Now the F8 option is displayed in the Copy, Move and Rename menus at the right<BR>
(if the window is wide enough).<BR>
<BR>
For the <b>Ctrl</b> commands it doesn't make sense to display the F8 option, as you are working on a bunch of files.  <BR>
F8 however works in the Ctrl-menus! - and is usable even when you apply it to a bunch of files - you just have to extend the "As: " prompt as you need.<BR>
Example: To append the album behind the song title, highlight the album dir in the opposite pane, <BR>
then Ctrl-Rename the tagged songs to<font size="3" color="#003399"><tt> * < F8 >.* </tt></font><small>(without blanks)</small><BR>
<BR>
Thanks again to Kim for his work!<BR>
<BR>
Hartmut]]></content:encoded>
<link>http://www.ztw3.com/forum/forum_entry.php?id=114043</link>
<pubDate>Wed, 01 Feb 2012 02:53:28 GMT</pubDate>
</item>
<item>
<title>[Q] Ztree and creation dates</title>
<content:encoded><![CDATA[<i>Reply from Ian Binnie, Feb 01,2012 at 00:03:</i><br /><br /><P>
> My recent successes using SpaceSniffer to find recently created<BR>
> files has me wondering if Ztree could do it just as well.<BR>
> <BR>
> As far as I know, Ztree logs modification dates, and that's all you can<BR>
> use to filter and sort on. Is this correct?<BR>
> <BR>
> I know I can use creation dates in the Rename command, and that I can<BR>
> inspect them with Alt-I. Is that all? If I could filter on creation dates<BR>
> then I could probably avoid SpaceSniffer most of the time.<BR>
<BR>
ZbarFileInfo displays creation dates.<BR>
<BR>
ZTreeWin logs all dates, and in dir mode Unsorted is actually sorted by creation date, but AFAIK there is no way to use them otherwise. I have used ZAAP to process creation dates, but this is not straightforward.]]></content:encoded>
<link>http://www.ztw3.com/forum/forum_entry.php?id=114041</link>
<pubDate>Wed, 01 Feb 2012 00:03:50 GMT</pubDate>
</item>
<item>
<title>[Zeta] v2.4.70 Now Available</title>
<content:encoded><![CDATA[<i>Post by Kim Henkel, Jan 31,2012 at 20:01:</i><br /><br /><P>
Please see: http://www.ztw3.com/forum/forum_entry.php?id=111421 for background on the new Directory mode.<BR>
<BR>
IMPORTANT:  Starting with build 2.4.31, under Vista/Windows 7, all user files (ZTW.HST etc.)<BR>
will be written to the current users' profile directory at %APPDATA%ZTreeWin, if ZTree is<BR>
itself installed under "Program Files".  This is to avoid installation issues related to UAC and<BR>
remove reliance on the VirtualStore.<BR>
<BR>
<HR><BR>
<BR>
<b><u>Version 2.4.70</u></b> (31 January 2012)<BR>
<BR>
<LI>Added - /ODA - Sort directory Order is Ascending<BR>
<LI>Added - /ODD - Sort directory Order is Descending<BR>
<LI>Added - /SDA - Sort directories by Alphabetic value<BR>
<LI>Added - /SDD - Sort directories by Date<BR>
<LI>Added - /SDE - Sort directories by Extension<BR>
<LI>Added - /SDL - Sort directories by name Length<BR>
<LI>Added - /SDM - Sort directories by nuMber<BR>
<LI>Added - /SDN - Sort directories by Name<BR>
<LI>Added - /SDS - Sort directories by Size<BR>
<LI>Added - /SDT - Sort directories by Time<BR>
<LI>Added - /SDU - Directories are Unsorted<BR>
<LI>Added - /SDV - Sort directories by Value<BR>
<LI>Added - /SSD - Split mode sorting is Different<BR>
<LI>Added - /SSS - Split mode sorting is Same<BR>
<LI>Added - /STM - Sort Tree by nuMber<BR>
<LI>Added - /STN - Sort Tree by Name<BR>
<LI>Added - /ZD  - Use last highlighted directory from previous session as startup directory<BR>
<LI>Added - /ZM  - Load all bookmarks from previous session<BR>
<LI>Added - Alt-Sort / F4 Tree - Use Name or nuMber sort sequence for Tree window<BR>
<LI>Added - Batch parameter - %v - volume name of current drive<BR>
<LI>Added - Compare/Alt-Compare - Identical (name) - match filename only<BR>
<LI>Added - Ctrl-F5 - F2 Browse - Select target directory for archive<BR>
<LI>Added - History - TAB Mode - Switch between File and Directory mode history lists<BR>
<LI><b>Added - Copy/Move/Rename - F8 Opposite - Insert path/filename from opposite panel in Split mode</b><BR>
<LI>Change- /SCA - Option deprecated (see /STM)<BR>
<LI>Change- /SCO - Option deprecated (see /STN)<BR>
<LI>Change-  To Dir (B/S/G FW) - Suppress adding directory to Treespec history<BR>
<LI>Change- Alt-F10 - CO-3C Initial Sort character set (ANSI/OEM)<BR>
<LI>Change- Alt-F10 - CO-3D Initial Tree Sort method  (Name/nuMber)<BR>
<LI>Change- Alt-F10 - CO-3E Skip Alt-Copy/Move sorting by path<BR>
<LI>Change- Alt-F10 - CO-3F Split Screen Sort mode<BR>
<LI>Change- Alt-Compare - Allow use of prelogged target even if drive physcially unavailable<BR>
<LI><b>Change- Branch/Showall/Global FW - Set position to current file from last visited FW</b><BR>
<LI>Change- Ctrl-F12 - Store saved macro filename to F12 Macro history<BR>
<LI>Change- View - [L]ine position initially set to CO-5F offset<BR>
<LI>Fixed - Alt-F10 - CO-5R=No - Ignore Ctrl-C/V/X bookmarks and perform clipboard operation<BR>
<LI>Fixed - Alt-ZLog - Report write errors saving file<BR>
<LI>Fixed - #ZTDrive not set correctly<BR>
<LI>Fixed - Batch parameters - %4.%5 & %j4.%j5 - Suppress . in Directory mode<BR>
<LI>Fixed - Batch parameters - %p & %jp - Not being quoted when required<BR>
<LI>Fixed - Ctrl-Batch - Script line restricted to 400 bytes for OEM/ANSI mode<BR>
<LI>Fixed - Ctrl-Delete (DMode) - Support deletion of tagged sub-directories in B/S/G modes<BR>
<LI>Fixed - Ctrl-Rename (DMode) - Tab not changing case<BR>
<LI>Fixed - Filters using datespecs not updated at midnight when clock not visible<BR>
<LI>Fixed - Keyboard input - Paste from clipboard in overwrite mode not recalculating end of input<BR>
<LI>Fixed - Log - Cancel causing access violation<BR>
<LI>Fixed - Open - EXT.BAT path not being quoted when required<BR>
<LI>Fixed - Progress bar not updating elapsed time when files skipped<BR>
<LI>Fixed - TEMP.ZLOG - Random GPF when loading<BR>
<LI>Fixed - TEMP.ZLOG - Unable to change DMODE sort-criteria after loading<BR>
<LI><b>Fixed - Treespec - Matching incorrect path when directories not resorted</b><BR>
<LI>Fixed - View - WRAP - Search not progressing through wrapped lines<BR>
<BR>
<BR>
<HR><BR>
<BR>
Download from http://www.zedtek.com/download/ztw2470.zip<BR>
<BR>
(includes 64-bit version)<BR>
<BR>
<BR>
Note:<BR>
<BR>
If you install this version and discover a bug, please post the bug report as a<BR>
response to this posting.<BR>
If you do NOT install this version but have discovered a bug in an older version,<BR>
and the bug is NOT mentioned above, please post the bug report as a response to<BR>
this posting.<BR>
<BR>
Thank you for your cooperation in this matter.]]></content:encoded>
<link>http://www.ztw3.com/forum/forum_entry.php?id=114040</link>
<pubDate>Tue, 31 Jan 2012 20:01:18 GMT</pubDate>
</item>
<item>
<title>Fixed next build   (nomsg)</title>
<content:encoded><![CDATA[<i>Reply from Kim Henkel, Jan 31,2012 at 19:48:</i><br /><br /><P>
]]></content:encoded>
<link>http://www.ztw3.com/forum/forum_entry.php?id=114039</link>
<pubDate>Tue, 31 Jan 2012 19:48:44 GMT</pubDate>
</item>
<item>
<title>[Q] Ztree and creation dates</title>
<content:encoded><![CDATA[<i>Post by Peter Shute, Jan 31,2012 at 17:03:</i><br /><br /><P>
My recent successes using SpaceSniffer to find recently created files has me wondering if Ztree could do it just as well.<BR>
<BR>
As far as I know, Ztree logs modification dates, and that's all you can use to filter and sort on. Is this correct?<BR>
<BR>
I know I can use creation dates in the Rename command, and that I can inspect them with Alt-I. Is that all? If I could filter on creation dates then I could probably avoid SpaceSniffer most of the time.]]></content:encoded>
<link>http://www.ztw3.com/forum/forum_entry.php?id=114038</link>
<pubDate>Tue, 31 Jan 2012 17:03:30 GMT</pubDate>
</item>
<item>
<title>Wow - really useful for copying/renaming very long filenames - thanks Hartmut   (nomsg)</title>
<content:encoded><![CDATA[<i>Reply from Andrew Atton, Jan 31,2012 at 04:14:</i><br /><br /><P>
]]></content:encoded>
<link>http://www.ztw3.com/forum/forum_entry.php?id=114037</link>
<pubDate>Tue, 31 Jan 2012 04:14:06 GMT</pubDate>
</item>
<item>
<title>[Help file] add hints to F8 in Copy commands</title>
<content:encoded><![CDATA[<i>Reply from Hartmut Schneider, Jan 31,2012 at 03:46:</i><br /><br /><P>
Hi again<BR>
It would be helpful to increase publicity for the nice "F8 Current Opposite name" <BR>
feature.  It works not only in Rename as described in help, but in Copy and Move as well.<BR>
<BR>
See http://www.ztw3.com/forum/forum_entry.php?id=113978<BR>
<BR>
<BR>
<BR>
Hartmut]]></content:encoded>
<link>http://www.ztw3.com/forum/forum_entry.php?id=114036</link>
<pubDate>Tue, 31 Jan 2012 03:46:06 GMT</pubDate>
</item>
<item>
<title>[Bug] TAB back to Branch view: loses file position</title>
<content:encoded><![CDATA[<i>Reply from Hartmut Schneider, Jan 30,2012 at 16:52:</i><br /><br /><P>
> Details will follow ...<BR>
<BR>
Can reproduce it now:<BR>
- Start a native ZTW session (no ztw.ini) for clearness.<BR>
- Set CO-1U "Refresh file window on split screen Tab" to Current<BR>
  and CO-3H "Maintain file position in each directory" to Yes.<BR>
- Have a dir with some files. Copy at least one of them to a subdir.<BR>
  Same name seems relevant.<BR>
- Start ZTW, split panes, go to that dir, log the branch and enter Branch view.<BR>
- Highlight the same-named file in the PARENT dir and TAB twice.<BR>
The cursor returns to the highlighted file.<BR>
- Highlight the same-named file in the <b>CHILD</b> dir and TAB twice.<BR>
Now the cursor does <b>NOT</b> return to that file, but to the previous one instead.<BR>
<BR>
This was okay in v2.4.67.<BR>
<BR>
Hartmut]]></content:encoded>
<link>http://www.ztw3.com/forum/forum_entry.php?id=114035</link>
<pubDate>Mon, 30 Jan 2012 16:52:39 GMT</pubDate>
</item>
<item>
<title>[ZEP] Alt-K in Dir Mode</title>
<content:encoded><![CDATA[<i>Reply from Juergen Hestermann, Jan 30,2012 at 07:27:</i><br /><br /><P>
> Often I find that when I am in Dir Mode and in a B/S/G window, I<BR>
> want to access the KByte command (Alt-K) directly, but that command is<BR>
> only available in the Alt-Tree command set. So I have to return to the<BR>
> Tree window, invoke Alt-K, then return to the B/S/G window I was in.<BR>
> "K", "Ctrl-K", and "Alt-K" are all available in Dir Mode as DIR, CTRL<BR>
> DIR, and ALT DIR commands respectively.  Any chance "Alt-K" in Dir Mode<BR>
> could invoke KByte commands as it does in File Mode on the ALT TREE<BR>
> command list?<BR>
<BR>
This is quite a fundamental question. What if one day Alt+K is used for some other function in file window? Maybe the same function would be useful in dir mode too. But we have burned this key for Alt+KByte. <BR>
<BR>
This applies to other keys too. We still have many of them available in dir mode which can be used. But it would be inconsistent if similar functions would have different keys in dir and file mode.<BR>
<BR>
On the other hand I also see that some functions need to be added to the dir mode and it's the question which keys to use for them. Not an easy design decision.<BR>
<BR>
<BR>
<BR>
Jürgen.]]></content:encoded>
<link>http://www.ztw3.com/forum/forum_entry.php?id=114034</link>
<pubDate>Mon, 30 Jan 2012 07:27:55 GMT</pubDate>
</item>
<item>
<title>[ZEP] Alt-K in Dir Mode</title>
<content:encoded><![CDATA[<i>Post by Doug Borg, Jan 29,2012 at 22:12:</i><br /><br /><P>
Often I find that when I am in Dir Mode and in a B/S/G window, I want to access the KByte command (Alt-K) directly, but that command is only available in the Alt-Tree command set. So I have to return to the Tree window, invoke Alt-K, then return to the B/S/G window I was in.<BR>
<BR>
"K", "Ctrl-K", and "Alt-K" are all available in Dir Mode as DIR, CTRL DIR, and ALT DIR commands respectively.  Any chance "Alt-K" in Dir Mode could invoke KByte commands as it does in File Mode on the ALT TREE command list?]]></content:encoded>
<link>http://www.ztw3.com/forum/forum_entry.php?id=114033</link>
<pubDate>Sun, 29 Jan 2012 22:12:14 GMT</pubDate>
</item>
<item>
<title>Fixed next build   (nomsg)</title>
<content:encoded><![CDATA[<i>Reply from Kim Henkel, Jan 29,2012 at 21:25:</i><br /><br /><P>
]]></content:encoded>
<link>http://www.ztw3.com/forum/forum_entry.php?id=114032</link>
<pubDate>Sun, 29 Jan 2012 21:25:55 GMT</pubDate>
</item>
<item>
<title>Fixed next build   (nomsg)</title>
<content:encoded><![CDATA[<i>Reply from Kim Henkel, Jan 29,2012 at 21:23:</i><br /><br /><P>
]]></content:encoded>
<link>http://www.ztw3.com/forum/forum_entry.php?id=114031</link>
<pubDate>Sun, 29 Jan 2012 21:23:15 GMT</pubDate>
</item>
<item>
<title>[Tip] Space Sniffer</title>
<content:encoded><![CDATA[<i>Reply from John Gruener, Jan 29,2012 at 17:12:</i><br /><br /><P>
> I googled and found SpaceSniffer. This works in a similar way, but<BR>
> allows filtering by size and date. Looks very useful, and requires no<BR>
> installation.<BR>
> <BR>
> It's at http://www.uderzo.it/main_products/space_sniffer/index.html.<BR>
<BR>
Nice program. Free, stand-alone (no installation), clean design, good help file, keyboard friendly, config file saved in program's home directory, nothing added to the Registry.<BR>
<BR>
And if you've installed ZTree into the context menu using ZTREE.INF, you can right-click anywhere to launch ZTree at that directory.<BR>
<BR>
- John]]></content:encoded>
<link>http://www.ztw3.com/forum/forum_entry.php?id=114030</link>
<pubDate>Sun, 29 Jan 2012 17:12:03 GMT</pubDate>
</item>
<item>
<title>[Help File] - Minor Issues</title>
<content:encoded><![CDATA[<i>Reply from John Gruener, Jan 29,2012 at 15:51:</i><br /><br /><P>
>  Change- Alt-F10 - CO-3C Initial Sort character set (ANSI/OEM)<BR>
<BR>
First, thanks for this Kim. Very nice.<BR>
<BR>
The default appears to be OEM, therefore at 3.7.3 C it should show OEM rather than ANSI.<BR>
<BR>
In 2.7 Alt-Sort F4 Tree, a third line is left over from the description copied from 2.4.<BR>
<BR>
- John]]></content:encoded>
<link>http://www.ztw3.com/forum/forum_entry.php?id=114029</link>
<pubDate>Sun, 29 Jan 2012 15:51:44 GMT</pubDate>
</item>
<item>
<title>More info</title>
<content:encoded><![CDATA[<i>Reply from Juergen Hestermann, Jan 29,2012 at 06:24:</i><br /><br /><P>
> > I just found that this seems to be caused by a rename of the<BR>
> > directories. I logged the two branches<BR>
> Can you list all the steps you actually took then, because from my<BR>
> trying to follow it, I didn't see the problem (correct directory was<BR>
> navigated to).<BR>
<BR>
First I could not reproduce it either but I think I have found it now:<BR>
<BR>
1.) Two directories on the same level fully logged:<BR>
"D:TestA"<BR>
"D:TestAA"<BR>
with at least one file in "D:TestA". It seems to be important, that the longer path is identical to the shorter one with just additional characters!<BR>
<BR>
2.) Rename<BR>
"D:TestA" to "D:TestAAA" and<BR>
"D:TestAA" to "D:TestA<BR>
<BR>
3.) Refresh "D:Test" with F3. This step is necessary to produce the issue!<BR>
<BR>
4.) Now rename again:<BR>
"D:TestA" to "D:TestAA" and<BR>
"D:TestAAA" to "D:TestA<BR>
<BR>
5.) Showall and put the cursor on the file in "D:TestA" and treespec into the directory then you end up in "D:TestAA".<BR>
<BR>
<BR>
<BR>
Jürgen.]]></content:encoded>
<link>http://www.ztw3.com/forum/forum_entry.php?id=114028</link>
<pubDate>Sun, 29 Jan 2012 06:24:50 GMT</pubDate>
</item>
<item>
<title>Need more info</title>
<content:encoded><![CDATA[<i>Reply from Kim Henkel, Jan 28,2012 at 19:02:</i><br /><br /><P>
> I just found that this seems to be caused by a rename of the<BR>
> directories. I logged the two branches<BR>
<BR>
Can you list all the steps you actually took then, because from my trying to follow it, I didn't see the problem (correct directory was navigated to).]]></content:encoded>
<link>http://www.ztw3.com/forum/forum_entry.php?id=114027</link>
<pubDate>Sat, 28 Jan 2012 19:02:28 GMT</pubDate>
</item>
</channel>
</rss>
