wistful / SublimeAutoPEP8

Automatically formats Python code to conform to the PEP 8 style guide using autopep8 and pep8 modules
144 stars 23 forks source link

AutoPEP8 format command not available in command palette #60

Closed jmiguelv closed 5 years ago

jmiguelv commented 6 years ago

Hi,

The AutoPEP8 format command is not available from the command palette. It work in the sidebar only. I am seeing this issue with Sublime Text build 3176 on OSX.

The output from the log with debug: true:

AutoPEP8:
    sublime:
        version=3176
        platform=osx
        arch=x64
        packages_path=/Users/jvieira/Library/Application Support/Sublime Text 3/Packages
        installed_packages_path=/Users/jvieira/Library/Application Support/Sublime Text 3/Installed Packages
    plugin:
        version=2.1.0
        config: {'avoid_new_line_in_select_mode': False, 'ignore-local-config': False, 'hang-closing': False, 'logfile': '/Users/jvieira/Desktop/ap8.log', 'format_on_save': False, 'debug': True, 'exclude': None, 'file_menu_search_depth': 3, 'indent-size': 4, 'select': '', 'max-line-length': 79, 'ignore': '', 'syntax_list': ['Python'], 'global-config': ''}

Editor console output.

wistful commented 5 years ago

@jmiguelv, could you please attach /Users/jvieira/Desktop/ap8.log? Debug output was printed to this file.

jmiguelv commented 5 years ago

@wistful, the issue no longer applies with the latest versions of the software.