[Idle-dev] IDLE suggestion

2010-05-13 Thread Monte Milanuk
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

Re: [Idle-dev] IDLE suggestion

2010-05-13 Thread Roger Serwy
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

Re: [Idle-dev] IDLE suggestion

2010-05-13 Thread Monte Milanuk
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