Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 685 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 685 Bytes

ninja-ide-autopepper-plugin

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

Version History

  • 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)