admin wrote:When I said "Internal reasons" I meant I was too tired...
Here's the new BETA (32-bit)
Re: Here's the new BETA
-
admin
- Site Admin
- Posts: 64848
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Here's the new BETA
Download the latest TrackerV3 BETA version (v4.20.0037, 10-nov-2005).
Code: Select all
v4.20.0037 - 10.11.05 20:25
+ Configuration, General: added command "History without
duplicates". Automatically avoids duplicates in the history when
you move in circles.
! Runtime error '91' when exiting while a copy/move process is still
running. Fixed.
-
Gandolf
Re: Here's the new BETA
Thank you, I like it.admin wrote:... added command "History without duplicates".
-
admin
- Site Admin
- Posts: 64848
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Here's the new BETA
Download the latest TrackerV3 BETA version (v4.20.0038, 11-nov-2005).
Code: Select all
v4.20.0038 - 11.11.05 11:23
+ Update to "History without duplicates":
This option makes the history work very similarly to an MRU (most
recently used) list. Differences to the normal history:
- Automatically avoids duplicates in the history.
- When your current history position is somewhere in the past and
you then surf to a new location the "previous future" is not
discarded but shifted down one position.
* A currently not available history path was silently skipped. Now
"Currently not available" is displayed.
-
admin
- Site Admin
- Posts: 64848
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Here's the new BETA
Download the latest TrackerV3 BETA version (v4.20.0040, 13-nov-2005).
Code: Select all
v4.20.0040 - 13.11.05 08:22
+ Toolbar is configurable by editing this INI key:
[General]
...
Toolbar=back,fore,up,cut,copy,paste,del,home
+ Alt+DoubleClick now opens the properties dialog for a directory or
file.
-
admin
- Site Admin
- Posts: 64848
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Here's the new BETA
Download the latest TrackerV3 BETA version (v4.20.0041, 13-nov-2005).
Code: Select all
v4.20.0041 - 13.11.05 18:16
* Browsing tabs headers: new caption shortening heuristic does much
better when there's very little space (because of too many tabs).
+ Menu Help: added command "Check for Update (Online)...". Connects
to the internet and opens a little PHP script that will tell you
whether your current version is still up-to-date or there's a
newer official release available.
-
admin
- Site Admin
- Posts: 64848
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Here's the new BETA
Download the latest TrackerV3 BETA version (v4.20.0042, 14-nov-2005).
Code: Select all
v4.20.0042 - 14.11.05 18:24
+++ Menu Tools: added command "Customize Toolbar...". Finally we have
a toolbar configuration GUI.
Remove all buttons to restore the default configuration.
-
admin
- Site Admin
- Posts: 64848
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Here's the new BETA
Download the latest TrackerV3 BETA version (v4.20.0045, 15-nov-2005).
Code: Select all
v4.20.0045 - 15.11.05 10:30
! Info Panel, Report, Current List, Incl. find specs: the find specs
reported were not up-to-date with the current find files options.
Fixed.
+ Drives Listing: added new column "Free %".
+ Holding Shift while pressing a button or a menu command will open
a new location in a new tab. This does work with:
- Favorites & Favorite Files.
- History & all Go to... commands.
- Toolbar commands Back, Fore, Up.
-
admin
- Site Admin
- Posts: 64848
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Here's the new BETA
Download the latest TrackerV3 BETA version (v4.20.0046, 16-nov-2005).
Code: Select all
v4.20.0046 - 16.11.05 13:06
+ Toolbar: added Refresh. Refresh tree and list in one go.
+ Toolbar: added Info Panel. Show/hide the info panel (toggle).
+ Toolbar: added New Tab. Add new tab (clone of current).
+ Toolbar: added Lock Tab. (Un)lock current tab (toggle).
+ Toolbar: added Close Tab. Close current tab.
* Tree context menu, Create New Subfolder Here: now focus is always
moved to the new subfolder, and the rename mode is invoked in the
tree (not in the list). And that's independent of the context menu
of the current or another folder was opened.
+ Here's a new INI file trick (aka hidden feature):
[Settings]
NoWatchDuringFileOp=1
If NoWatchDuringFileOp=1 then auto-refresh is suspended while file
operations are going on. Reason: consecutive refresh activities do
slow down the file operation itself. This is notable especially on
large folders and when moving many bytes.
Re: Here's the new BETA
a very cool hidden feature if you want my opinionadmin wrote:Here's a new INI file trick (aka hidden feature):
I like some of the new toolbar icons we have too. BTW for buttons without context menu, maybe you could have one with only one item: Customize toolbar
Cause that's a common way to go/see if a toolbar can be customized in many apps
-
admin
- Site Admin
- Posts: 64848
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Here's the new BETA
Cool idea. Just done it!jacky wrote:BTW for buttons without context menu, maybe you could have one with only one item: Customize toolbar
Cause that's a common way to go/see if a toolbar can be customized in many apps
Re: Here's the new BETA
Is the default 0 or 1 ?admin wrote: + Here's a new INI file trick (aka hidden feature):
[Settings]
NoWatchDuringFileOp=1
(I can't imagine why one would not want the refresh turned off during the file op, so IMHO NoWatch should be the default - although I could be unaware of other factors.)
-
admin
- Site Admin
- Posts: 64848
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Here's the new BETA
The default is currently 0. I personally like seeing the refresh actionThe_Dude wrote:Is the default 0 or 1 ?admin wrote: + Here's a new INI file trick (aka hidden feature):
[Settings]
NoWatchDuringFileOp=1
(I can't imagine why one would not want the refresh turned off during the file op, so IMHO NoWatch should be the default - although I could be unaware of other factors.)
I suggest you test it some days and if everything looks cool I'll make it the default.
Code: Select all
+ Toolbar: added Info Panel. Show/hide the info panel (toggle).
XYplorer Beta Club
