[TxMt] TextMate::UI.request_item no longer working?

Stefan Daschek stefan at daschek.net
Sat Jul 16 15:58:24 UTC 2016


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?


More information about the textmate mailing list