Hello. With the current version of sublime (build 4107) the simple sublime viewer doesnt work.
It should simply work. I just made a quick test with sublime3.py and just changed to version 4 if not sublime.version().startswith('4'):
Maybe rename the viewer to sublime and allow version 3 and 4?
Hello. With the current version of sublime (build 4107) the simple sublime viewer doesnt work. It should simply work. I just made a quick test with
sublime3.py
and just changed to version 4if not sublime.version().startswith('4'):
Maybe rename the viewer to sublime and allow version 3 and 4?