Re: [Boa Constr] Boa improvements
Status: Beta
Brought to you by:
riaan
|
From: Werner F. B. <wer...@fr...> - 2010-11-28 10:24:36
|
Che, On 27/11/2010 20:03, C M wrote: ... > > This is just throwing something out, but lately I've been thinking > that it would be great to have some kind of dropdown or some GUI > element that could allow one to have a list of a handful of functions > that one could quickly go to in the code. I use browse to, "back", > Ctrl-G and other things, but this would beat all of them, I think. > Not sure how hard that would be to implement. You mean like ctrl and left mouse click:)? i.e. having this or similar line in the code: self.BackupCheck() Hover over it while holding down "Ctrl" it will change to a hyperlink and when you click on it the editor will jump to the "def" of that function. Werner |