[ANN] Release 8.1.0

Monte Goulding monte at appisle.net
Wed Sep 14 17:39:11 EDT 2016


> On 15 Sep 2016, at 6:11 AM, Monte Goulding <monte at appisle.net> wrote:
> 
> I'll check but I'm pretty sure the default preference is 15. There was a bug where setting it to 0 didn't function right and there was also a regression when the new menubar was made a different preference was used.

Hi Terrance

It appears we have two different default preferences for the number of recent stacks. When a prefs stack is being reset or set for the first time the default will be 30. Otherwise when accessing the list of recent stacks the value defaults to 15 if it isn’t an integer. You can assume 30 is the default unless you do something that sets the cNumRecent of the revPreferences stack to a non-integer.

http://quality.livecode.com/show_bug.cgi?id=18397 <http://quality.livecode.com/show_bug.cgi?id=18397>

This is possibly not an issue I’d worry about other than it highlights the need to refactor and document the preferences in the IDE so that all preference access is via a common API, all defaults values are also via a common api and all IDE prefs are documented somewhere. Additionally I’d really like to refactor the GUI at the same time so that it uses a mechanism like the property inspector to build each pane on the fly allowing both simpler maintenance and extensibility by plugin authors.

Cheers

Monte


More information about the use-livecode mailing list