This page converts options.py into a tabbed interface so
that I can fit on my 1024/768 windowsxp screen. Otherwise
the buttons for browsing/checking etc are not visible. It
uses the latest tabpage.py from the idlefork project on SF.
Now as I see it there are two possibilities:
1. Add a copy of tabpage.py to the pychecker distribution.
2. I write a idle extension which copys the ConfigDialog
class with my changes and uses the tabpage.py from
idlefork.
Ideas?
Sorry this isn't a patch but I don't have a checked out copy
of the pychecker cvs.
j.
options.py updated to use tabpage.py from idlefork