Re: [Boa Constr] Boa improvements
Status: Beta
Brought to you by:
riaan
From: C M <cmp...@gm...> - 2010-11-28 16:04:14
|
On Sun, Nov 28, 2010 at 5:24 AM, Werner F. Bruhin <wer...@fr...> wrote: > 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. Hmm, that is what I was calling "browse to" above, and I use it all the time--but now that I check, "browse to" is listed as Ctrl-Return. Then what is the real "browse to", since if I use Ctrl-Return it doesn't seem to do anything? Whatever Ctrl-click is called, it is very handy. But it is necessary to use "Back" to go back to where you just were, but oftentimes I will be poking around in other functions or places in the code and will introduce new places where "back" will bring me to...and I'll find myself forgetting the point of where I was or what the goal was. Having some kind of roster of the top few functions that are currently pertinent to solving the bug/feature concern that I am working on at the time might be helpful (lately I've been just writing them or their line # on a piece of paper). I don't know if this is something that IDEs typically do or if it would be useful or not, just throwing it out. Che |