[TxMt] Re: TextMate::UI.request_item no longer working?
Nigel Chapman
nigel at macavon.co.uk
Sat Jul 16 16:17:31 UTC 2016
I get the same thing when trying to use the Create Branch command in the Git bundle.
Also, Branches (Show/Switch) in the same bundle has stopped working at all.
> On 16 Jul 2016, at 4:58 pm, Stefan Daschek <stefan at daschek.net> wrote:
>
> Today I noticed that a bundle command using TextMate::UI.request_item is no longer working: Instead of opening a dialog window it only gives a warning:
>
> tm_dialog (async_close): Window '(null)' doesn't exist
>
> Simple command to reproduce:
>
> ```
> #!/usr/bin/env ruby18 -wKU
> require "#{ENV["TM_SUPPORT_PATH"]}/lib/ui"
> TextMate::UI.request_item(:items => %w(foo bar baz), :title => 'Title')
> ```
>
> Known bug?
>
> _______________________________________________
> textmate mailing list
> textmate at lists.macromates.com
> http://lists.macromates.com/listinfo/textmate
More information about the textmate
mailing list