[Idle-dev] idle -h etc

2005-06-08 Thread Alin Moldoveanu
"idle -h" does not work in my Python installation (2.4 on Windows). Anyway, I had a look at the source code, there was no option for starting the editor at a certain line in a file. But the source code it's quite clear and easy to change to do whatever I want at startup. Btw, IDLE has the same "

[Idle-dev] Embed question: opening IDLE from another application

2005-06-08 Thread Alin Moldoveanu
Here is what I need: - from an external program to open a .py file in IDLE and go automatically to a certain function - if the file is already opened in IDLE it shouldn't be reopened, just a jump to the function is required. - the external program can open several files or functions in