Page 1 of 1
Desired GUI Enhancements
Posted: 05.09.2009, 17:42
by AEN007
5Septermber2009
Greetings.
I have encounter FC as a PE plugin and would like
to use FC as a portable app (& eventually a daily app).
I am a fan of Nikos Bozinis freeware -
xplorer² and even the older, dormant 2xExplorer.
I run both with window heights of about 200.
The 2x² utilities have highly customizable GUIs.
2x is not multitab, so I can fit 7.5 lines of files.
x² is multitab, so I can fit 6 lines of files.
(I could run x² without multitabs & then would fit 7.5 also.)
I would like to run FC with a height of 200 but cannot
because I cannot toggle off the drive bar nor the other bar
at the bottom of FC. I think it would be to FC's enhancement
if users could toggle off/on the drive, tab & all other bars.
Thank you for a great product & your consideration.
If one already can toggle these bars, someone please reply/advise.
Thank you.
Regards,
AEN
Æ
Posted: 06.09.2009, 11:19
by ralfso
Posted: 27.09.2009, 17:50
by AEN007
27September2009
Greetings.
Thanks for the reply.
I'm looking forward to the next FC version ...
I've used the AHK "WinSet, Region" feature
to (somewhat) customize the FC GUI.
It seems to me that FC could enhance the column customizations.
Is anyone familiar with AudioShell 1.3.5?
AS 1.3.5 adds numerous columns with audio info
to the WinExplorer list of available columns.
These columns are also available in the x² list of available columns
but not the FC list of available columns.
It seems to me FC would be enhanced
if these columns were part of the FC list of available columns.
Also, x² has a "Size on Disk" column option - which is,
as far as I know, totally unique to x².
I find this "SoD" column is immensely useful.
The only other way to see "SoD" is to F12 (or Alt-Enter) the properties -
one at a time for each file. Having a "SoD" saves me tons of time.
Thanks again.
Regards,
AEN
Æ
Re: Desired GUI Enhancements
Posted: 30.06.2010, 14:12
by AEN007
30June2010
Greetings.
I guess the next FreeComm release is behind schedule?
Is there or will there be a way for FC to NOT display
the file extension in the name column?
XP has the "Hide known file extensions" option,
but FC seems to always show the extension in the name column ...
Any helpful replies/insights appreciated.
Thank you.
Regards,
AEN
Æ
Re: Desired GUI Enhancements
Posted: 30.06.2010, 20:06
by Marek
"Size on Disk" and name without extension are already possible in the preview version.
Re: Desired GUI Enhancements
Posted: 20.09.2010, 12:08
by AEN007
20September2010
Greetings.
I don't know of any way to assign keyboard hotkeys to toggle
View System Files
View Hidden Files.
Is/Would that be possible?
Re: Desired GUI Enhancements
Posted: 20.09.2010, 12:37
by ralfso
Extras > Keyboard Shortcuts > View - Show/Hide hidden and system files (ALT + V)
Re: Desired GUI Enhancements
Posted: 20.09.2010, 15:19
by AEN007
Greetings.
Thanks but I want to view Hidden Files always and only sometimes System files ...
I don't want to hide Hidden and System files only System files ...
Re: Desired GUI Enhancements
Posted: 20.09.2010, 18:21
by ralfso
You can hide system files generally at Extras > Settings > View - Show system files (uncheck)
and show hidden files at Extras > Settings > View - Show hidden files (check).
To show sometimes system files rightclick on Statusbar and check "Show system files".
Re: Desired GUI Enhancements
Posted: 20.09.2010, 18:51
by AEN007
Merci viel Mal!
I already had Show Hidden checked and Show System Unchecked
but didn't know about the StatusBar right click!
btw ... I assigned Alt-Shift-T to the Hide/Show Hidden/System option,
but the hotkey didn't toggle anything ...
I've never (not yet) had a FreeComm hotkey problem.
Does the Hide/Show Hidden/System hotkey work for you? others?
I've deleted the Alt-Shift-T hotkey ...
Re:
Posted: 07.04.2011, 12:27
by AEN007
AEN007 wrote:Greetings.
Thanks for the reply.
I'm looking forward to the next FC version ...
7April2011
Greetings.
I am trying out XEß today.
ralfso wrote:To show sometimes system files rightclick on Statusbar and check "Show system files".
I cannot find this feature in XEß ... is it somewhere else? or gone?
There is a new "Show/Hide Hidden/System files" hotkey option, but it seems to not work.
My "Search" hotkey is not working either ...
Is there any way to toggle Show InfoTips other than go into Settings?
Is or will it be possible to hide the StatusBar?
FCXEß has the ability to add many custom columns and has the Condition setting.
Is it possible to tell FCXEß to format all folders under My Documents, for example, a certain way.
There is the All subfolders <sub> Condition, but it seems one has to specify each & every subfolder!?!
I'm hoping there is or will be a way to have FCXE apply custom columns to all subfolders under a given "Root" folder.
Otherwise how is one supposed tell FCXE to apply certain custom columns to dozens or hundreds of subfolders?
Re: Desired GUI Enhancements
Posted: 07.04.2011, 22:00
by Marek
Please use for XE post the "Beta discussion" group.
Is there any way to toggle Show InfoTips other than go into Settings?
Next release.
Is or will it be possible to hide the StatusBar?
Not planned.
I'm hoping there is or will be a way to have FCXE apply custom columns to all subfolders under a given "Root" folder.
Folder "temp" and all subfolders on drive d:
<sub>d:\temp*
Folder "temp" and all subfolders anywhere:
<sub>*\temp*
All subfolder from "temp" folder - anywhere:
<sub>*\temp\*
Re: Desired GUI Enhancements
Posted: 08.04.2011, 15:44
by AEN007
FANTASTIC
Is there anyway to use some kind of variable like
Code: Select all
Condition=<sub>%USERPROFILE%\My Documents*
?