2014-01-29 9 views
0

При попытке создать частичную часть из выделенной области возникает ошибка: Ctrl + Shift + H. Любая идея, что может вызвать ее/как ее исправить?Пытается создать частичный выбор в Textmate 2 throws error

/Users/harry/Library/Application Support/TextMate/Managed/Bundles/Bundle Support.tmbundle/Support/shared/lib/ui.rb:371:in `to_plist': An object in the argument tree could not be converted (ArgumentError) 
    from /Users/harry/Library/Application Support/TextMate/Managed/Bundles/Bundle Support.tmbundle/Support/shared/lib/ui.rb:371:in `request_string_core' 
    from /Users/harry/Library/Application Support/TextMate/Managed/Bundles/Bundle Support.tmbundle/Support/shared/lib/ui.rb:209:in `request_string' 
    from /Users/harry/Library/Application Support/TextMate/Managed/Bundles/Ruby on Rails.tmbundle/Support/bin/create_partial_from_selection.rb:24:in `<main>' 

ответ

1

Ответы here исправить проблему.

$ git clone git://github.com/kballard/osx-plist.git 
$ cd osx-plist/ext/plist 
$ ruby extconf.rb && make 
$ mkdir -p "$HOME/Library/Application Support/TextMate/Managed/Bundles/Bundle Support.tmbundle/Support/shared/lib/osx" 
$ cp plist.bundle "$_"