User forums > General (but related to Code::Blocks)
Idea
grv575:
If you're going to parse function definitions, could we also get some way to list all the functions in the current file to one of the output windows and make that clickable so that it jumps to a specific function (like the compiler errors/warnings window). Ultraedit has a view->functions toolbar which is similar. Make it easier to jump to function definitions (I guess you could just fold everything using the editor, but this might be better).
mandrav:
--- Quote from: grv575 on September 21, 2005, 04:26:52 pm ---If you're going to parse function definitions, could we also get some way to list all the functions in the current file to one of the output windows and make that clickable so that it jumps to a specific function (like the compiler errors/warnings window). Ultraedit has a view->functions toolbar which is similar. Make it easier to jump to function definitions (I guess you could just fold everything using the editor, but this might be better).
--- End quote ---
Have you tried "Search->Go to function" (Ctrl-Alt-G) ?
Vampyre_Dark:
--- Quote from: mandrav on September 21, 2005, 06:21:37 pm ---Have you tried "Search->Go to function" (Ctrl-Alt-G) ?
--- End quote ---
That's not the same. And it's no different than using page up / page down. The idea is to grab them all in one command, at the same time. If you have goto function, then this shouldn't be a problem?
do
{
FunctionFind(NEXT_WHATEVER);
FunctionAddToBuffer();
}while whatever
mandrav:
--- Quote from: Vampyre_Dark on September 21, 2005, 06:51:37 pm ---
--- Quote from: mandrav on September 21, 2005, 06:21:37 pm ---Have you tried "Search->Go to function" (Ctrl-Alt-G) ?
--- End quote ---
That's not the same. And it's no different than using page up / page down. The idea is to grab them all in one command, at the same time. If you have goto function, then this shouldn't be a problem?
do
{
FunctionFind(NEXT_WHATEVER);
FunctionAddToBuffer();
}while whatever
--- End quote ---
I was replying to grv575, as seen from the quote I used...
Vampyre_Dark:
--- Quote from: mandrav on September 21, 2005, 06:56:52 pm ---I was replying to grv575, as seen from the quote I used...
--- End quote ---
:oops: Can I hold the talking stick now?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version