Page 1 of 1
MaxItemsInComboBox - separate for current session
Posted: 2013-08-28, 13:23 UTC
by produktpruefer
Would it be possible to have a separate MaxItemsInComboBoxOfSession,
so settings can be kept while working, but cleaned up when closing TC?
Posted: 2013-08-28, 15:44 UTC
by ghisler(Author)
Unfortunately most comboboxes are not kept in memory, they are always loaded directly from wincmd.ini (e.g. history of directories). But you can now increase these numbers, via wincmd.ini:
HistoryLen for directory history, OldCmdLineCount for command line. MaxItemsInComboBox for comboboxes in F7 New Folder, Alt+F7 Search, Num+ select files etc.