[TxMt] tm_dialog inline menu in BASH

Hans-Joerg Bibiko bibiko at eva.mpg.de
Fri Jul 20 15:23:14 UTC 2007


On 20 Jul 2007, at 16:47, Ciarán Walsh wrote:

> On 20 Jul 2007, at 14:53, Hans-Joerg Bibiko wrote:
>
>> Ciarán,
>>
>>>
>>>> How can I invoke an inline menu by using 'tm_dialog -u' from a  
>>>> tmCommand written in bash?
>>>
>>> "$DIALOG" -u -p'{menuItems = ({title = foo;},{title = bar;});}'
>>>
>>
>> Yes, of course!! Many thanks!
>> I tried it via
>> "$DIALOG" -u -p'{menuItems = (title = foo,title = bar);}'
>> which is totally wrong, of course :}
>
> If your dialog plugin is up to date then you should get a warning  
> to say that plist couldn't be parsed

Yes. I got such warnings like 'a ; is missing' etc. But I couldn't  
remember how does the old plist syntax look like ;|
Many thanks again for the hint!

Hans


More information about the textmate mailing list