Sublime Forum

Dev Build 3029

#21

[quote=“adzenith”]

Are they fixed? I’ve just updated to it…[/quote]

Me too.

0 Likes

#22

3030 is out now, which should fix the crash associated with theme reloading introduced in 3029.

0 Likes

#23

Faster start up is not helping on my setup. “directwrite” font option is still broken, User/Preferences (Windows).sublime-settings is still ignored and manual font setting via a plugin takes over a second until everything is displayed correctly.

0 Likes

#24

[quote=“jps”]

We use wininet.dll on Windows, which is AFAIK the same mechanism that Internet Explorer uses. It supports whatever proxy settings the system is setup with, including any crazy proxy auto configuration. NSURLConnection is used on OS X, which also makes use of the system proxy settings.[/quote]

jps, any possibility of providing some net access via the API that connects using wininet.dll/NSURLConnection (for us users imprisoned by our work proxies)? I’ve been unable to find any examples of accessing via wininet.dll in python, and thought it might be helpful if there was a common approach for retrieving online resources…

0 Likes

#25

@jbjornson
I’m using pypi.python.org/pypi/neehi to get into different networks from within local SublimeREPL.
IIRC it does not know how to use system configured proxy, but if you’re able to point it to one , everything should just work.

Just watch out for python extensions opening sockets in C (e.g. zmq), those will not be proxied.

0 Likes

#26

I also wish jps would tell us a little bit about this process :smile: But I respect that he is a private guy, and very busy with ST.


SOMEBODY PLEASE EXPLAIN ME always_show_minimap_viewport, it doesn’t do anything for me! I though I could get minimap only on mouse hover or something?

0 Likes

#27

I have a small, insignificant bug I’ve been meaning to mention (it’s been around for all of ST3): On (at least) Linux 64bit under Project >> Open Recent, if a project name has an underscore it will double the underscore. So a project saved as ‘my_project.sublime-project’ will be displayed as ‘my__project.sublime-project’ in the menu.

Also, I know it’s been said before, but DAMN - such fast starting times. Thank you :smiley:

0 Likes

#28

God bless, just trying out ST3 and i like it, but i cannot use it easily for work yet because it fails to save files on drives mounted with SFTPNetDrive free, something about MoveFileEx of a temporary file failing. It also fails with Dokan SFTP mount. I am on Windows 8 and cannot try using ExpanDrive for SFTP mounting yet but would prefer it work with free extensions anyways. Both of the previous solutions work with ST<3 .

0 Likes

#29

Setting “atomic_save” pref to false will probably help you.

0 Likes

#30

[quote=“rchl”]

Setting “atomic_save” pref to false will probably help you.[/quote]

God bless, Thanks, it worked… it seems like atomic save would be useful for SFTP mapped drives, i hope it can work with this later on with some of these tools.

0 Likes

#31

For the record I also stumbled upon this error with SFTPNetDrive, enabling “Delete existing target before moving” solved the problem.

0 Likes