Plugin for reformating to PEP8 compliant syntax
This plugins allows you to have your code pretty-printed according to PEP8 by pressing CTRL+SHIFT+P. It uses autopep8 as a library under the hood.
Current-Version: 0.3
- 0.1 - initial introduction
- 0.2 - fixed error in json-plugin description leading to a freeze at startup
- 0.3 - fixed the shortcut, changed it to CTRL+SHIFT+P (CTRL+P was printing) - fixed the menu item - fixed the flashing and the blank state. - Fixed the cursor position changing - Added python file validation (only with valid file extentions)