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 (sometimes) long paths. 
> Also, I will open sample stack from time to time, and those stay in the menu 
> cluttering it up until more recent stacks push them out. 

Cheers

Monte
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

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 the menu cluttering 
it up until more recent stacks push them out. 

Bob S


> On Jun 14, 2018, at 18:31 , Monte Goulding via use-livecode 
>  wrote:
> 
>> 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 other people 
> think it is to make it worthwhile ;-)
> 
> Cheers
> 
> Monte

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

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 other people think 
it is to make it worthwhile ;-)

Cheers

Monte
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

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

Hopefully this will make it into the first RC for 9.1 (I guess it could
even be pulled into 9.0.1 though)

Thanks,
Brian

On Thu, Jun 14, 2018 at 9:54 AM, Bob Sneidar via use-livecode <
use-livecode@lists.runrev.com> wrote:

> 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 <
> use-livecode@lists.runrev.com> wrote:
> >
> >> On 8 Jun 2018, at 16:56, Klaus major-k via use-livecode <
> use-livecode@lists.runrev.com> 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 subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 "revpreferences" to empty
> 
> 
> Thanks very much.
> 
> 
> Terry


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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 subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


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: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 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 
>>> can’t Livecode?
>> 
>> Livecode CAN, but doesn't! 8-)
>> 
>>> Thanks
>>> 
>>> Terry
>> 
>> Best
>> 
>> Klaus
>> 
>> --
>> Klaus Major
>> http://www.major-k.de
>> kl...@major-k.de
>> 
>> 
>> ___
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

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 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 
> > can’t Livecode?
>
> Livecode CAN, but doesn't! 8-)
>
> > Thanks
> >
> > Terry
>
> Best
>
> Klaus
>
> --
> Klaus Major
> http://www.major-k.de
> kl...@major-k.de
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

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 
> can’t Livecode?

Livecode CAN, but doesn't! 8-)

> Thanks
> 
> Terry

Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major-k.de


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode