On Ubuntu 13.04, when using SearchMonkey to search for files, I currently have it configured to open files with SublimeText2. (version 2.0.1 build 2217)
The command it calls is:
/opt/SublimeText2/sublime_text
with the attribute
%f
But, when I try to load a file with “(” or “)” in the path, it fails to load the file correctly.
For example, the path:
“/home/jameslefeu/liferay/Git/CE/trunk/portal-web/docroot/html (another copy)/portlet/directory/view_users.jsp”
fails to load correctly and instead loads a blank text file.
It actually opens two windows of blank text files instead of the file which needs to be opened.
See screenshot here:
ftp.liferay.com/SublimeTextFails2OpenFile.png
