Custom columns config dialog improvements
Moderators: Hacker, petermad, Stefan2, white
Custom columns config dialog improvements
IMO this dialog needs additional options:
1. splitter position (available separately for every custom columns view - I know that currently this does not work at all, but Mr. Ghisler said it will be improved).
2. View mode for target panel (so it automatically switches to Brief mode for example).
1. splitter position (available separately for every custom columns view - I know that currently this does not work at all, but Mr. Ghisler said it will be improved).
2. View mode for target panel (so it automatically switches to Brief mode for example).
Last edited by roentgen on 2006-11-29, 22:15 UTC, edited 1 time in total.
TC for Linux please!
2Lefteous
Take the following example
Yes / "C:\Program Files\..." <-- OK
No / <-- NOT OK
while something like
Of course, my example works in foobar2000, the whole thing would have to be redesigned for TC.
Additionally a sorting method would be needed.
Example:
- display: [=shortcut.Has Parameters] / [=shortcut.Parameters]
- sort by: [=shortcut.Parameters]
Take the following example
this displays something like:[=shortcut.Has Parameters] / [=shortcut.Parameters]
Yes / "C:\Program Files\..." <-- OK
No / <-- NOT OK
while something like
(mind that the "/" is inside the square brackets now) would not display the unnecessary " / " if the expression returns nothing.[=shortcut.Has Parameters][ / =shortcut.Parameters]
Of course, my example works in foobar2000, the whole thing would have to be redesigned for TC.
Additionally a sorting method would be needed.
Example:
- display: [=shortcut.Has Parameters] / [=shortcut.Parameters]
- sort by: [=shortcut.Parameters]
TC for Linux please!
Code: Select all
[=shortcut.Has Parameters][" / "=shortcut.Parameters]
If this is something that should work the way I describe, it doesn't (tested in 6.55 and 7b2).Lefteous wrote:Code: Select all
[=shortcut.Has Parameters][" / "=shortcut.Parameters]
TC for Linux please!