GSoC/GCI Archive
Google Code-in 2013 KDE

KDevelop Python: passing arguments to the pep8 checker

completed by: Benjamin Kaiser

mentors: Sven Brauch

kdev-python provides Python language support for the KDevelop IDE. In the kdevelop options dialog, there's a way to specify a PEP8 (coding style) checker executable. It's currently not possible to pass arguments to that executable. To complete this task, you should add the option to provide arguments; either in the same line edit, or by adding an extra line edit. Basic knowledge of C++/Qt is required to complete this task.