Sublime Forum

Build 3011

#1

Sublime Text Build 3011 is out, with a few fixes. Notably, Linux compatibility issues should be solved now.

0 Likes

#2

Works great! Has there been other optimizations? It seems to run faster on Win64 now with large projects.

0 Likes

#3

Just missing sublime.get_macro(), otherwise the API seems pretty much on par with ST2 :smile:

0 Likes

#4

Thanks for the update.

Any idea what’s causing this? Build system doesn't work anymore

Found the problem :mrgreen:

0 Likes

#5

Thanks for the Dictionary look-up fix. Can’t test right now but that is very helpful for writing text in ST3!

0 Likes

#6

Ok, so i kinda found the problem. For some reasons, ST3 doens’t play nice with ST2 project files. I had to close project->drag project folder->save project as->overwrite old file. I think it’s good now.

0 Likes

#7

Cepting of course:

[code]
def add_on_change(self, tag, callback):
print(“Not yet implemented!”)

def clear_on_change(self, tag):
    print("Not yet implemented!")[/code]
0 Likes