Traceback (most recent call last):
File "D:\User\Programs\SublimeText\3143\sublime_plugin.py", line 210, in on_api_ready
m.plugin_loaded()
File "AMXXEditor in C:\Sublime Text 3\Installed Packages\Amxmodx.sublime-package", line 42, in plugin_loaded
File "AMXXEditor in C:\Sublime Text 3\Installed Packages\Amxmodx.sublime-package", line 68, in install_build_systens
File "D:\User\Programs\SublimeText\3143\sublime.py", line 192, in load_resource
raise IOError("resource not found")
OSError: resource not found
It fails in displaying what was the resource it did not found. How I am supposed to know what is this mysterious resource which could not be found?
Expected behavior
Traceback (most recent call last):
...
File "D:\User\Programs\SublimeText\3143\sublime.py", line 192, in load_resource
raise IOError("resource `%s` not found" % resource_path)
OSError: resource `C:\Sublime Text 3\Packages\User\Bilu.bilu` not found
Actual behavior
Traceback (most recent call last):
...
File "D:\User\Programs\SublimeText\3143\sublime.py", line 192, in load_resource
raise IOError("resource not found")
OSError: resource not found
Summary
When the Sublime Text API raises:
It fails in displaying what was the resource it did not found. How I am supposed to know what is this mysterious resource which could not be found?
Expected behavior
Actual behavior
Environment
dpi_scale
used in ST 1.0