Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: HeReSY on January 04, 2005, 07:12:56 pm

Title: Goto Function with a doubleclick
Post by: HeReSY on January 04, 2005, 07:12:56 pm
Hi,

it is possible to add an event to your treeview, that jumps to the correct line of a function when you double click on it??
Because, when the files has more than 100 lines, it isn't good to scroll through the whole source file to find the function.

HeReSY
Title: Goto Function with a doubleclick
Post by: mandrav on January 04, 2005, 10:47:40 pm
Two ways to do it exist already:

1. Ctrl-Alt-G and select the function, or
2. Shift-F12 collapses all functions so, even a multi-thousands-lines file becomes a few pages long ;)

Yiannis.