Author Topic: Goto Function with a doubleclick  (Read 20091 times)

HeReSY

  • Guest
Goto Function with a doubleclick
« 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

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Goto Function with a doubleclick
« Reply #1 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.
Be patient!
This bug will be fixed soon...