GEdit-Flake8 is a python plugin to use flake8 inside GEdit 3.
Sources : GitHub
Bugtracker : GitHub
- Parse file when loading python code, and saving it.
- Highlight errors and warning directly in the code
- Display the flake8 message in the status bar for an highlighted line
- List all errors and warning in the bottom panel
- Flake8 must be installed, and available in the path
Copy gedit_flake8.py and gedit_flake8.plugin in $HOME/.local/share/gedit/plugins. Then open the GEdit plugin manager to activate Flake8 plugin.
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
- Simon Sapin : for async patch, fix redundant calls, and python3 support for gedit 3.8