2014-01-29 5 views
0

선택 항목에서 부분을 만들 때 다음 오류가 표시됩니다 - Ctrl + Shift + H. 어떤 생각이 그것을 일으킬 수있는/어떤 방법으로 그것을 고칠 수 있습니까?텍스트 메이트 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 "$_"