Re: Open recent File Menu

2018-06-15 Thread Monte Goulding via use-livecode
Hmm… ok then > On 16 Jun 2018, at 1:11 am, Bob Sneidar via use-livecode > wrote: > > One reason is that sometimes I have to go to a backup or archive of a stack > to revert some script or object deletion. When that happens I get 2 instances > of the recent stack, but now they are prepended by

Re: Open recent File Menu

2018-06-15 Thread Bob Sneidar via use-livecode
One reason is that sometimes I have to go to a backup or archive of a stack to revert some script or object deletion. When that happens I get 2 instances of the recent stack, but now they are prepended by (sometimes) long paths. Also, I will open sample stack from time to time, and those stay in

Re: Open recent File Menu

2018-06-14 Thread Monte Goulding via use-livecode
> On 15 Jun 2018, at 11:25 am, Brian Milby via use-livecode > wrote: > PR submitted against develop: > https://github.com/livecode/livecode-ide/pull/1984 Just reviewed it thanks again Brian. Still wondering why it’s useful given the menu cleans out deleted stacks by itself but it seems enough

Re: Open recent File Menu

2018-06-14 Thread Brian Milby via use-livecode
A better command to use is (at least in 8/9, not sure about 7): revIDESetPreference "cRecentStackPaths", empty And, yes it has been requested formally (2/19/07): https://quality.livecode.com/show_bug.cgi?id=4382 PR submitted against develop: https://github.com/livecode/livecode-ide/pull/1984 Hop

Re: Open recent File Menu

2018-06-14 Thread Bob Sneidar via use-livecode
Yes every time someone comes up with a useful snippet like this I add it to my Development menu. :-) Bob S > On Jun 8, 2018, at 13:38 , Terence Heaford via use-livecode > wrote: > >> On 8 Jun 2018, at 16:56, Klaus major-k via use-livecode >> wrote: >> >> set the cRecentStackPaths of stack

Re: Open recent File Menu

2018-06-08 Thread Terence Heaford via use-livecode
> On 8 Jun 2018, at 16:56, Klaus major-k via use-livecode > wrote: > > set the cRecentStackPaths of stack "revpreferences" to empty Thanks very much. Terry ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subs

Re: Open recent File Menu

2018-06-08 Thread Bob Sneidar via use-livecode
Not that it is relevant here, but I have a recent customer popup menu in my app, and even IT has a Clear Menu selection. :-) Bob S > On Jun 8, 2018, at 08:58 , Brian Milby via use-livecode > wrote: > > Has this ever been requested formally? Seems like a pretty easy add. > On Jun 8, 2018, 10:

Re: Open recent File Menu

2018-06-08 Thread Brian Milby via use-livecode
Has this ever been requested formally? Seems like a pretty easy add. On Jun 8, 2018, 10:57 AM -0500, Klaus major-k via use-livecode , wrote: > Hi terence, > > > Am 08.06.2018 um 17:44 schrieb Terence Heaford via use-livecode > > : > > > > For the life of me I cannot remember how to clear this men

Re: Open recent File Menu

2018-06-08 Thread Klaus major-k via use-livecode
Hi terence, > Am 08.06.2018 um 17:44 schrieb Terence Heaford via use-livecode > : > > For the life of me I cannot remember how to clear this menu? ... set the cRecentStackPaths of stack "revpreferences" to empty ... > Most Mac Apps have a Clear Menu item at the foot of the drop down menu, why

Open recent File Menu

2018-06-08 Thread Terence Heaford via use-livecode
For the life of me I cannot remember how to clear this menu? Most Mac Apps have a Clear Menu item at the foot of the drop down menu, why can’t Livecode? Thanks Terry ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url t