[feature request] Remember last position in Options dialog

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Rafal
Junior Member
Junior Member
Posts: 32
Joined: 2005-01-06, 00:20 UTC

[feature request] Remember last position in Options dialog

Post by *Rafal »

If I leave options and go and open them again I would like to be at the same place I left them.

It's very annoying when for example I want to define custom colors for file types and I need to open Options a lot.
Last edited by Rafal on 2006-09-09, 20:39 UTC, edited 1 time in total.
User avatar
StickyNomad
Power Member
Power Member
Posts: 1933
Joined: 2004-01-10, 00:15 UTC
Location: Germany

Post by *StickyNomad »

2Rafal

As a workaround, you can open the options dialog on a certain page with the commands
cm_ColorConfig, cm_FontConfig, and so on. See TOTALCMD.INC in your TC directory for the complete list.

This isn't what you requested, of course, but perhaps this can help you a bit.
Rafal
Junior Member
Junior Member
Posts: 32
Joined: 2005-01-06, 00:20 UTC

Post by *Rafal »

Yes, I knew that something like this was probably possible but actually I don't really want to go into this things.
Besides, today I need Colors page, tomorow I might need another one which would need another tweak (or listing them all in menu which would make it unreadable).
User avatar
StickyNomad
Power Member
Power Member
Posts: 1933
Joined: 2004-01-10, 00:15 UTC
Location: Germany

Post by *StickyNomad »

You're right, with my suggestion you could only reach a previously specified options page and not the recently used one. I thought it might be useful though.

I actually never missed that the config-dialog doesn't remember the recently opened page. But as you said, for repetitive Tasks it could be useful so I'm not against it.
User avatar
Flint
Power Member
Power Member
Posts: 3511
Joined: 2003-10-27, 09:25 UTC
Location: Belgrade, Serbia
Contact:

Post by *Flint »

Support++
When I experiment with some settings I have to open/close the Configuration dialog a lot, and of course, I need the same page every time. It's boring to go to that page again and again.
Flint's Homepage: Full TC Russification Package, VirtualDisk, NTFS Links, NoClose Replacer, and other stuff!
 
Using TC 11.03 / Win10 x64
User avatar
Sheepdog
Power Member
Power Member
Posts: 5150
Joined: 2003-12-18, 21:44 UTC
Location: Berlin, Germany
Contact:

Post by *Sheepdog »

I know that is not exactly what you want, but with Ultra TC Configuration Editor you can edit all those options very easy and are still at the same position after you have let TC restart (to configure in the Editor Options) by the Config editor.

When you at a certain color value you can open the windows 'select colour' box by Ctrl+b hotkey.

So maybe you want to give it a try.

sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
User avatar
Stance
Power Member
Power Member
Posts: 1079
Joined: 2005-03-29, 06:26 UTC

Post by *Stance »

Rafal wrote:(or listing them all in menu which would make it unreadable).
Custom MNU-file wrote:POPUP "C&onfiguration"
POPUP "&Options"
MENUITEM "&Layout", cm_Config
MENUITEM "&Display", cm_DisplayConfig
MENUITEM "&Font", cm_FontConfig
MENUITEM "Colo&r", cm_ColorConfig
MENUITEM "Tab&stops", cm_ConfTabChange
MENUITEM "Folder &Tabs", cm_DirTabsConfig
MENUITEM "&Custom colums", cm_CustomColumnConfig
MENUITEM "&Language", cm_LanguageConfig
MENUITEM "&Operation", cm_Config2
MENUITEM "&Edit/View", cm_EditConfig
MENUITEM "&Copy/Delete", cm_CopyConfig
MENUITEM "&FTP", cm_FtpConfig
MENUITEM "Plu&gins", cm_PluginsConfig
MENUITEM "Thu&mbnails", cm_ThumbnailsConfig
MENUITEM "&Packer", cm_PackerConfig
MENUITEM "&Zip Packer", cm_ZipPackerConfig
MENUITEM "&Misc", cm_Confirmation
END_POPUP

MENUITEM "Change B&utton Bar...", cm_ButtonConfig
MENUITEM "&Change Settings Files Directly...", 581
MENUITEM "&Save Position", cm_configSavepos
MENUITEM "Sa&ve Settings", 580
END_POPUP
Example creates a submenu in "Configuration" (or where ever You want). Better than a registry filled with nonsense. With that I don't need TC to remember last position in Options dialog!

Kind regards
Stance
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

What has registry to do with that?

Anyway, I support the request. Remember state of dialogs is a standard feature nowadays, supported by many fine apps.

Icfu
This account is for sale
User avatar
petermad
Power Member
Power Member
Posts: 16099
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

Support+++
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Rafal
Junior Member
Junior Member
Posts: 32
Joined: 2005-01-06, 00:20 UTC

Post by *Rafal »

@Sheepdog: that are some fine apps but might need even more messing with than in TC if you want to define custom file types and then change colors for them :)

@Stance: Like I said before, creating such menu makes things less readable for me. And requires some brain action to actually pick the right menu item ;)

@icfu: I guess you mean Opera ;)

And btw: In my opinion, it's enough to remember this only for current session.
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

@icfu: I guess you mean Opera
Nope, I mean at least one hundred applications I am using... ;)
Even the antique Winamp 2.x remembers the state. Opera is nothing special regarding that.

Icfu
This account is for sale
User avatar
ts4242
Power Member
Power Member
Posts: 2081
Joined: 2004-02-02, 20:08 UTC
Contact:

Post by *ts4242 »

2>Rafal first i support your request
Rafal wrote:that are some fine apps but might need even more messing with than in TC if you want to define custom file types and then change colors for them :)
indeed using Configuration Editor for defined custom file types is much faster and esier than doing this from TC option dialog box
just run Configuration Editor and select Color category and set ColorFilter1=file(s)_type and ColorFilter1Color=color
do the same with other ColorFilterxx values then save and restart TC

one place not many dialog boxes :wink: :lol:
User avatar
Stance
Power Member
Power Member
Posts: 1079
Joined: 2005-03-29, 06:26 UTC

Post by *Stance »

Rafal wrote:Like I said before, creating such menu makes things less readable for me. And requires some brain action to actually pick the right menu item ;)
Do you know, that [ALT],[o],[o],[r] will open the Colors-Dialog in the given example? You can use separators, special characters and CAPITALS in a custom menu.
Besides that, when I am ready with configuration for fonts, what is the benefit to reopen this dialog-page again? That's in normally way the last thing I want to be shown!
(Would need some brain action to change to another options-page :))

+++Refusal :twisted:

Kind regards
Stance
Post Reply