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?
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@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@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 16 Jul 2016, at 18:17, Nigel Chapman wrote:
I get the same thing when trying to use the Create Branch command in the Git bundle.
By any chance, is your system without Xcode (manual install)?
Same question to Stefan and Kyle Johnson (who had an issue with a command in the LaTeX bundle).
Am 16.07.16 um 19:06 schrieb Allan Odgaard:
On 16 Jul 2016, at 18:17, Nigel Chapman wrote:
I get the same thing when trying to use the Create Branch command in the Git bundle.
By any chance, is your system without Xcode (manual install)?
Same question to Stefan and Kyle Johnson (who had an issue with a command in the LaTeX bundle).
I don't have XCode installed (I had it installed once but I think it got removed during an OS update). I think I do have the XCode command line utilities installed, though (as they are required to install various Rubygems).
Thanks! With build 11.12, the template command again works on the LaTeX bundle.
kyle
On Jul 16, 2016, at 1:18 PM, Stefan Daschek stefan@daschek.net wrote:
Am 16.07.16 um 19:06 schrieb Allan Odgaard:
On 16 Jul 2016, at 18:17, Nigel Chapman wrote:
I get the same thing when trying to use the Create Branch command in the Git bundle.
By any chance, is your system without Xcode (manual install)?
Same question to Stefan and Kyle Johnson (who had an issue with a command in the LaTeX bundle).
I don't have XCode installed (I had it installed once but I think it got removed during an OS update). I think I do have the XCode command line utilities installed, though (as they are required to install various Rubygems).
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 16 Jul 2016, at 6:18 pm, Stefan Daschek stefan@daschek.net wrote:
I don't have XCode installed (I had it installed once but I think it got removed during an OS update). I think I do have the XCode command line utilities installed, though (as they are required to install various Rubygems).
Same here, used to have XCode but not any more on this machine, though I do the command line tools.
On 16 Jul 2016, at 17:58, Stefan Daschek 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
Unfortunately this problem only seems to affect some users but I have reverted the problematic change and pushed beta 11.12.