Line numbers always on in list??
-
mwoffenden
- Posts: 96
- Joined: 23 Feb 2009 22:13
- Location: Boston, MA USA
- Contact:
Line numbers always on in list??
Any way to do this? I want line numbers always.
Last edited by mwoffenden on 11 Dec 2013 04:08, edited 1 time in total.
Michael D. Woffenden, Information Results Corporation
-
mwoffenden
- Posts: 96
- Joined: 23 Feb 2009 22:13
- Location: Boston, MA USA
- Contact:
Re: Line numbers always on in list
Surely someone can help?

Michael D. Woffenden, Information Results Corporation
-
binocular222
- Posts: 1423
- Joined: 04 Nov 2008 05:35
- Location: Win11, Win10, 100% Scaling
Re: Line numbers always on in list
Right click column header > Line Number
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488
-
avsfan
- Posts: 554
- Joined: 29 Jun 2006 09:00
- Location: Fort Collins, Colorado
Re: Line numbers always on in list
Or (for the more general case), make sure View->Columns->Line Numbers (top option) is checked.binocular222 wrote:Right click column header > Line Number
-
Filehero
- Posts: 2731
- Joined: 27 Feb 2012 18:50
- Location: Windows 11@100%
Re: Line numbers always on in list
Or do it via Tools > Customize List > Show Line Numbers.avsfan wrote:Or (for the more general case), make sure View->Columns->Line Numbers (top option) is checked.binocular222 wrote:Right click column header > Line Number
Note: if you have defined a Default Folder View make sure to update it after line numbers are switched on.
Cheers,
Filehero
-
mwoffenden
- Posts: 96
- Joined: 23 Feb 2009 22:13
- Location: Boston, MA USA
- Contact:
Re: Line numbers always on in list??
Let me restate my question. I want line numbers to be switched on all the time. I want to set line numbers to be on and have them on forever, regardless of which folder I am viewing. I want to set it and forget it.
Now, if DFV is the way to do that, fine , however the only help I can find in help states:
The Default Folder View
By using the command Define this Folder View as Default you can define a Default Folder View (DFV) for all folders with no associated specific folder view.
Note that even if you do not define a DFV, an internal default folder view is always applied if no specific folder view is active! The advantage of saving an explicit DFV is that you can configure it using Edit Folder View dialog, i.e. you can determine which settings are applied and whether Auto-Save Changes is enabled. The internal default folder view always restores all settings and auto-saves all changes.
But I cannot find anywhere in the complex menu and configuration structure of XY to actually setup a DFV.
Help!?!
Now, if DFV is the way to do that, fine , however the only help I can find in help states:
The Default Folder View
By using the command Define this Folder View as Default you can define a Default Folder View (DFV) for all folders with no associated specific folder view.
Note that even if you do not define a DFV, an internal default folder view is always applied if no specific folder view is active! The advantage of saving an explicit DFV is that you can configure it using Edit Folder View dialog, i.e. you can determine which settings are applied and whether Auto-Save Changes is enabled. The internal default folder view always restores all settings and auto-saves all changes.
But I cannot find anywhere in the complex menu and configuration structure of XY to actually setup a DFV.
Help!?!
Michael D. Woffenden, Information Results Corporation
-
autocart
- Posts: 1387
- Joined: 26 Sep 2013 15:22
Re: Line numbers always on in list??
First set all settings the way you like them
Then, go in the Menu to:
View->Folder View Settings->Define this Folder View as Default
Then, go to View->Folder View Settings->Manage Folder Views... and ensure that no folders (unless its on purpose) are overridden with specific settings
Then, go in the Menu to:
View->Folder View Settings->Define this Folder View as Default
Then, go to View->Folder View Settings->Manage Folder Views... and ensure that no folders (unless its on purpose) are overridden with specific settings
[AHK] redirecting Windows Explorer to XY, [XYS] Mini Tree with open tabs (cur loc expanded, tab folders highlighted), [AHK] customInlineRenameKeys, [AHK] clipboardHelper_and_XYEscToList
-
admin
- Site Admin
- Posts: 66351
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Line numbers always on in list??
Note that if you do not use any Folder View Settings anyway then you also need no Default Folder View. Because: XYplorer always remembers its settings anyway. If you turn Line numbers on then they stay on forever, unless you did something explicit to prevent that.
FAQ | XY News RSS | XY X
-
mwoffenden
- Posts: 96
- Joined: 23 Feb 2009 22:13
- Location: Boston, MA USA
- Contact:
Re: Line numbers always on in list??
Thanks autocart, this worked! I have line numbers everywhere. I could not find this in the help file.autocart wrote:First set all settings the way you like them
Then, go in the Menu to:
View->Folder View Settings->Define this Folder View as Default
Then, go to View->Folder View Settings->Manage Folder Views... and ensure that no folders (unless its on purpose) are overridden with specific settings
Unfortunately they seem to stay on for the current folder only. What I needed (and expected) was that once I enabled line numbers, on it would be on for all folders. IMHO it would be much more intuitive to have the setting apply globally by default.admin wrote:Because: XYplorer always remembers its settings anyway. If you turn Line numbers on then they stay on forever, unless you did something explicit to prevent that.
Michael D. Woffenden, Information Results Corporation
-
admin
- Site Admin
- Posts: 66351
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Line numbers always on in list??
Well, as I said, this is what it is by default.mwoffenden wrote:Unfortunately they seem to stay on for the current folder only. What I needed (and expected) was that once I enabled line numbers, on it would be on for all folders. IMHO it would be much more intuitive to have the setting apply globally by default.admin wrote:Because: XYplorer always remembers its settings anyway. If you turn Line numbers on then they stay on forever, unless you did something explicit to prevent that.
FAQ | XY News RSS | XY X
-
autocart
- Posts: 1387
- Joined: 26 Sep 2013 15:22
Re: Line numbers always on in list??
almost alwaysadmin wrote:XYplorer always remembers its settings
sometimes you have to tell it to do so, like in Configuration->Find Files & Branch View->Persist visual filters across folders
more intuitive would be for "persist" to be standard (actually the way your statement sounds like - no harm meant) and for the config-item to be named "Do not persist VF across folders"
only as a side thought about intuitivity
[AHK] redirecting Windows Explorer to XY, [XYS] Mini Tree with open tabs (cur loc expanded, tab folders highlighted), [AHK] customInlineRenameKeys, [AHK] clipboardHelper_and_XYEscToList
-
avsfan
- Posts: 554
- Joined: 29 Jun 2006 09:00
- Location: Fort Collins, Colorado
Re: Line numbers always on in list??
I believe what probably happened is that he turned on Folder View Settings, but for some reason his Line Numbers were off when he did so, so his default view didn't have them...admin wrote:Well, as I said, this is what it is by default.mwoffenden wrote:Unfortunately they seem to stay on for the current folder only. What I needed (and expected) was that once I enabled line numbers, on it would be on for all folders. IMHO it would be much more intuitive to have the setting apply globally by default.admin wrote:Because: XYplorer always remembers its settings anyway. If you turn Line numbers on then they stay on forever, unless you did something explicit to prevent that.
-
mwoffenden
- Posts: 96
- Joined: 23 Feb 2009 22:13
- Location: Boston, MA USA
- Contact:
Re: Line numbers always on in list??
Thanks for everyone's comments and help.
Clearly the whole thing around FVS settings is too complex and should be set with some reasonable defaults. I've tripped over this more than once and in this instance, I spent 30 minutes on it.
Clearly the whole thing around FVS settings is too complex and should be set with some reasonable defaults. I've tripped over this more than once and in this instance, I spent 30 minutes on it.
Michael D. Woffenden, Information Results Corporation
-
admin
- Site Admin
- Posts: 66351
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Line numbers always on in list??
OK, I heard ya.autocart wrote:almost alwaysadmin wrote:XYplorer always remembers its settings
sometimes you have to tell it to do so, like in Configuration->Find Files & Branch View->Persist visual filters across folders
more intuitive would be for "persist" to be standard (actually the way your statement sounds like - no harm meant) and for the config-item to be named "Do not persist VF across folders"
only as a side thought about intuitivity
FAQ | XY News RSS | XY X
XYplorer Beta Club