Makes use of Window.status_message instead of sublime.status_message.
Uses View.assign_syntax instead of View.set_syntax_file (which uses assign_syntax internally).
I did not find any instances of usage of Window.get_output_panel apart from that in comments.
PS: I have also slipped in a commit to add completions for the platform key which was added in 3f858fd7997a8dd3ff85d5ac63584214983542ea (which I unfortunately forgot to add, but did not seem well worth a seperate PR).
This PR
Window.status_message
instead ofsublime.status_message
.View.assign_syntax
instead ofView.set_syntax_file
(which usesassign_syntax
internally).Window.get_output_panel
apart from that in comments.PS: I have also slipped in a commit to add completions for the
platform
key which was added in 3f858fd7997a8dd3ff85d5ac63584214983542ea (which I unfortunately forgot to add, but did not seem well worth a seperate PR).Resolves #336