Sublime Forum

Problem with colon in filepath

#1

Good day,

I am experiensing problem with openning file which contains colon in it’s path.
Sublime itself opens them ok, but some plugins that should open files fail to do so
for example CTags plugin when trying to open file uses following function to open file:
sublime.active_window.open_file()
proper file name is given(for example /home/user/desired:path/code.py)
but sublime tries to open “/home/user/desired” which is of course doesn’t exists

My system is Ubuntu 64bit 12.04, if it is important.
Can somebody help with the issue?
I am sorry if i’ve posted question in the wrong forum, i could not find better one

0 Likes

#2

Update:
This replicates only if True is passed as second parameter to aforementioned function.
I believe it is somekind of bug in CTags plugin

0 Likes