Hello all,
I was wondering if since it sounds like there is some interest in
perhaps 'freshening' up IDLE and adding some features if perhaps it
wouldn't be too much to ask for an option for line numbers in the editor
window? I know the current line number is displayed down in the status
bar
Hi Monte,
I wrote an extension last year that does that, but it still needs some
work. You can find the code at:
http://ews.illinois.edu/~serwy/python/code/LineNumbers.py
Just add the appropriate entry to config-extensions.def, as found in the
beginning of the code.
The extension provides
Hello Roger,
I'm having a bit of trouble finding where exactly the
config-extensions.def file you refer to is hiding at ;)
I'm running Python 2.6.5 on Mac OS 10.6.3, FWIW.
I did a file system search for 'config-extensions.def' and got two
results - one in a folder for 'vidle' that I download