Re: customize columns in single panel view

2017-06-16 Thread Karel
> On 2017-06-15 14:56, Mooffie wrote:
> 
> (1) Modify the source code (search panel.c for "full perm space" and
> tweak it); or:

thanks!
That worked.

Karel
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


Re: customize columns in single panel view

2017-06-15 Thread Mooffie
On 6/12/17, Karel  wrote:
> Hello,
>
> Is it possible to customize the columns in the single panel view ?
>
> For my default (two panel) view, I have customized it using:
>
>  -> Listing Mode
>(*) User defined:
>   half type name | size:15 | mtime
>
> however, when I switch to the single panel view, there are different
> columns (obviously):
>
>   Permission   Nl   Owner   Group   Size   Modify time   Name
>
> For instance, I need to change the width of "Size" to 15.


No, you can't change the format of the "Long" listing-mode.

(You can make the "User defined" listing-mode display in one panel (by
changing "half" to "full"), but this is not what you want.)

So, you have two options:

(1) Modify the source code (search panel.c for "full perm space" and
tweak it); or:

(2) Use mc^2. It allows you to do this. (It already comes with a
snippet that enlarges the "Size" field a bit so there'd be room for
the commas (or other locale-dependent formatting) it adds. This makes
reading long numbers much easier.)
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc


customize columns in single panel view

2017-06-12 Thread Karel
Hello,

Is it possible to customize the columns in the single panel view ?

For my default (two panel) view, I have customized it using:

 -> Listing Mode
   (*) User defined:
  half type name | size:15 | mtime

however, when I switch to the single panel view, there are different
columns (obviously):

  Permission   Nl   Owner   Group   Size   Modify time   Name

For instance, I need to change the width of "Size" to 15.

thanks,
Karel
___
mc mailing list
https://mail.gnome.org/mailman/listinfo/mc