Page 1 of 2

How to hide file extensions?

Posted: 26 Jan 2015 21:26
by stebobibo
All my files are shown with their extensions after their names. It's rather unnecessary because I can tell what extension something is by the icon. It just makes the window more cluttered. An example is a cat picture called tiger that shows up as tiger.jpg in XYplorer.

Re: How to hide file extensions?

Posted: 26 Jan 2015 22:46
by PeterH
As I remember we had this theme quite often.

Main reply: the file name is tiger.jpg, not just tiger. And XY shows the file name.
At least as the default this is very correct.

Re: How to hide file extensions?

Posted: 26 Jan 2015 23:52
by stebobibo
PeterH wrote:As I remember we had this theme quite often.

Main reply: the file name is tiger.jpg, not just tiger. And XY shows the file name.
At least as the default this is very correct.
So is there no fix?

Re: How to hide file extensions?

Posted: 27 Jan 2015 00:19
by highend
Not in a way you'd probably like.

You could use a custom column with a script that removes the extension but... you'd loose the icon (although you could reduce the size of the normal file name column to only show the icon^^).

How to setup a custom column:

Caption: Whatever
Type: Script
Script:

Code: Select all

return "<cc_base>";
Format: Text
Trigger: Browse
Item type: Files and Folders

Re: How to hide file extensions?

Posted: 27 Jan 2015 06:34
by Filehero
stebobibo wrote:So is there no fix?
No, because it's not a bug.

The windows file systems are extension-centric/-based (better: how Windows make use of them). (Almost) everything functionally relevant to the user is derived from the extension, including the associated programs and the icons. For instance, if one of the icons are not as expected or the program opening on double click is 'wrong' you'd need to know the corresponding extensions.

If all those still are no convincing arguments -> security should be. I always want to see what I am dealing with. And even if the extensions are faked ones it is an information helping me making decisions on the next step.

Cheers,
Filehero

Re: How to hide file extensions?

Posted: 27 Jan 2015 12:12
by TheQwerty
:eh:
Check Tools > Customize List > Hide Extensions

Re: How to hide file extensions?

Posted: 27 Jan 2015 13:17
by highend
Since when does this setting exist? oO :blackstorm:

Re: How to hide file extensions?

Posted: 27 Jan 2015 13:32
by TheQwerty
highend wrote:Since when does this setting exist? oO :blackstorm:
Introduced as the HideExtensions tweak in v7.70.021 (2008-11-04) and then elevated to the GUI three days later in v7.80.0001.

I'm surprised it isn't older. :o

Re: How to hide file extensions?

Posted: 27 Jan 2015 13:37
by highend
In other words: It appeared yesterday. In a very magical way. Right?

Re: How to hide file extensions?

Posted: 27 Jan 2015 13:48
by TheQwerty
Coming soon to a version near you. ;)

Re: How to hide file extensions?

Posted: 27 Jan 2015 13:50
by highend
Downgrading to v7.70.021 now. Maybe I'll discover a few new features in the coming future!

Re: How to hide file extensions?

Posted: 28 Jan 2015 21:37
by stebobibo
TheQwerty wrote::eh:
Check Tools > Customize List > Hide Extensions
Thanks, TheQwerty, that works. There must have been an update just after I posted this question, because I checked in that spot and I swear it wasn't there.

Re: How to hide file extensions?

Posted: 29 Jan 2015 00:19
by Enternal
Lol. It's been there for a long time now actually. I actually did not respond because I was confused. TheQwerty just had to come out and say it :lol:

Re: How to hide file extensions?

Posted: 10 Mar 2015 19:33
by JoeMarfice
Filehero wrote:
stebobibo wrote:So is there no fix?
No, because it's not a bug.

The windows file systems are extension-centric/-based (better: how Windows make use of them). (Almost) everything functionally relevant to the user is derived from the extension, including the associated programs and the icons. For instance, if one of the icons are not as expected or the program opening on double click is 'wrong' you'd need to know the corresponding extensions.

If all those still are no convincing arguments -> security should be. I always want to see what I am dealing with. And even if the extensions are faked ones it is an information helping me making decisions on the next step.
"Not a bug" != "Not useful." This is something most other filesystem viewers allow.

And your "security" answer is made irrelevant by the "Ext" column. Instead of cluttering up lists of filenames with extensions appended, I can put the extensions in their own column.

It's also a lame argument because you don't get to decide what's most important to others.

Thanks to TheQwerty for his reply. THAT was useful.

Re: How to hide file extensions?

Posted: 10 Mar 2015 22:08
by Filehero
JoeMarfice wrote: It's also a lame argument because you don't get to decide what's most important to others.

Thanks to TheQwerty for his reply. THAT was useful.
How could this community ever survive without a kind guy like you?