Re: [Boa Constr] open Boa's editor at a specific line number
Status: Beta
Brought to you by:
riaan
From: Riaan B. <riaan@e.co.za> - 2001-08-14 23:51:37
|
Hi Tom, Tom Malcolmson wrote: > > Hi. > > I've created a Python development utility (www.malcolmson.com/pyspy) > that I want to interface with Boa. > > The way it works now, if a user clicks on any Python object that > represents some code then I open the corresponding file using whatever > editor is registered for the .py extension. What registration is this? The standard registration should run the file in the interpreter. PythonWin adds an edit option to the popup context menu and I've given instructions on the mailing list before for adding a similar entry for Boa. Is this what you are refering to? > > That is Ok, but I know the line number of the user's selection, so I > would like to open the file at that line number. > > Would it be possible for the next version of Boa to make this possible? Sounds cool, is there some official way to specify this? I was thinking <filename>::<lineno> when passed on the command line. Also remember that every invocation on the command line will start up a new Boa (unless someone implements the necessary DDE support in Boa) > > Thanks, > > Tom. > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > http://lists.sourceforge.net/lists/listinfo/boa-constructor-users -- Riaan Booysen ___________________________________________________ Boa Constructor - RAD GUI building IDE for wxPython http://boa-constructor.sourceforge.net |