Page 1 of 1

TC 9.5b3 - Value of numeric parameters not remembered when function is disabled

Posted: 2019-10-31, 04:38 UTC
by petermad
The Values for for ScrollingTopMargin and ScrollingBottomMargin are now remembered when the function for these values are disabled.
This is done by saving the values as negative values for later use. See: viewtopic.php?p=360766#p360766

It would be nice if this was also implemented for these functions:
BriefViewWidthLimit (currently removed when disabled)
LogKeepCount (currently -1 when disabled)
LogRotateLimit (currently -1 when disabled)
AutoResume (wcx_ftp.ini ) (currently -1 when disabled)

Re: TC 9.5b3 - Value of numeric parameters not remembered when function is disabled

Posted: 2019-10-31, 09:50 UTC
by ghisler(Author)
Unfortunately this would break compatibility with older TC versions.

Re: TC 9.5b3 - Value of numeric parameters not remembered when function is disabled

Posted: 2019-10-31, 15:48 UTC
by petermad
Unfortunately this would break compatibility with older TC versions.
As far as I can see the only compatibility that is broken, is to the help descriptions, that might need editing.

Whether it is a -1 value or for example a -20 value that is saved when the function is not active doesn't matter, except for the first time a user reenables the setting - then he has to change the value from 1 to the desired value - thereafter his previous used value would be suggested every time the function is enabled after having been disabled. For a new user TC's current default values (which are not yet saved in wincmd.ini) can still be used.