Limit on number of files opened in tabs

Tony Balinski ajbj at free.fr
Wed Aug 11 17:29:39 CEST 2004


Quoting Joor Loohuis <joor at loohuis-consulting.nl>:

> Not very pretty, but as a workaround you could add the following to your
> ~/.Xresources or ~/.Xdefaults, whichever is appropriate:
>
> nedit*windowsMenu.packing:         XmPACK_COLUMN
> nedit*windowsMenu.numColumns:      2
>
> It will divide the window menu into two columns. If you just have one or
> two files open it's downright ugly, but if you have a lot of files, it
> will double the number you see.

Alternatively, you can do:

nedit*windowsMenu.orientation:     XmHORIZONTAL
nedit*windowsMenu.packing:         XmPACK_COLUMN
nedit*windowsMenu.numColumns:      60

This has the advantage that for shorter lists (<=60 entries) only one column
is built; the problem is that entries are ordered across columns rather than
down. Again, not completely satisfactory.

Tony



More information about the Discuss mailing list