Eclipse在本地文件浏览器中打开文件
设置方法
?
http://www.eclipsezone.com/eclipse/forums/t77655.html
Mac上的参数改为
Location: ? /usr/bin/osascript
Argument: ? ?-e "tell application "Finder"" -e "reveal POSIX file "${resource_loc}"" -e "activate" -e "end tell"