Oscar Campos
Oscar Campos
Nice catch, in Artix don't happens probably because it uses a more modern version of OpenSSL. Will try to check as soon as I can get into the computer
I already ported my SublimePySide plugin to ST3 and was really painful, port SublimeRope is going to be so hard, maybe is the moment of a rewrite idk
Well @JulianEberius you can count with me if you decide to rewrite it :+1:
I was curious about this and did some tests. Seems like method size() in view always returns 0 so the Region object is created with (0, 0) as first and...
@glyph - Well, I was talking about the behaviour that you reported before about the documentation window. My question wasn't "directly" for you, sorry I didn't specified about that I...
@OscarL yup I think there are some limitations in the ST2 code itself.
Well, you have an extensive documentation at http://sublimerope.readthedocs.org/en/latest/index.html Btw, the documentation is part of this Free Software project so anyone can improve it for the pleasure of the rest of...
It's working pretty well for the fellas that uses W7 in my job. I suggest to take a look at http://sublimerope.readthedocs.org/en/latest/cache_mechanisms.html#cache-mechanisms in the SublimeRope documentation and make sure is all...
@FedericoV in this case, you should add the modules you want to cache as global cache in the SublimeRope.sublime-settings file directly Did you add it in your SublimeRope.sublime-settings file? Can...
You should comment out all the "settings" object in your SublimeRope settings file because that doesn't work at all iin that file, only in projects. The Module Global Cache takes...