2014-01-29 35 views
0

嘗試從選區創建部分時出現以下錯誤 - Ctrl + Shift + H。任何想法可能導致它/如何解決它?試圖從Textmate 2中的選擇中創建部分拋出錯誤

/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 "$_" 
相關問題