We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
### Expected Behavior
Traceback (most recent call last): reloading python 3.3 plugin JavaScript Enhancements.main Traceback (most recent call last): File "D:\Program Tools\sublime_text_build_4099_x64\Lib\python33\sublime_plugin.py", line 310, in reload_plugin load_module(m) File "D:\Program Tools\sublime_text_build_4099_x64\Lib\python33\sublime_plugin.py", line 343, in load_module decorate_handler(t, method_name) File "D:\Program Tools\sublime_text_build_4099_x64\Lib\python33\sublime_plugin.py", line 226, in decorate_handler method = cls.dict[method_name] KeyError: 'on_new' reloading python 3.3 plugin LocalizedMenu.Localize reloading python 3.3 plugin NodeRequirer.NodeRequirer
The text was updated successfully, but these errors were encountered:
python33.zip
Sorry, something went wrong.
The same error with me.
No branches or pull requests
### Expected Behavior
Actual Behavior
Sublime Text console logs
Traceback (most recent call last):
reloading python 3.3 plugin JavaScript Enhancements.main
Traceback (most recent call last):
File "D:\Program Tools\sublime_text_build_4099_x64\Lib\python33\sublime_plugin.py", line 310, in reload_plugin
load_module(m)
File "D:\Program Tools\sublime_text_build_4099_x64\Lib\python33\sublime_plugin.py", line 343, in load_module
decorate_handler(t, method_name)
File "D:\Program Tools\sublime_text_build_4099_x64\Lib\python33\sublime_plugin.py", line 226, in decorate_handler
method = cls.dict[method_name]
KeyError: 'on_new'
reloading python 3.3 plugin LocalizedMenu.Localize
reloading python 3.3 plugin NodeRequirer.NodeRequirer
Screenshots
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: