help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

For all ECB users


From: Rafal Kurcz
Subject: For all ECB users
Date: Sat, 21 Jul 2007 05:29:25 -0700
User-agent: G2/1.0

Hello ECB users.

Can ECB jump directly (without any aditional questions) to the
speed(int) function definition after locating the cursor on
car.speed(30).
If so, could you give me which ECB command is able to do that ?

class Car {
  void speed (void) {}
  void speed (int a) {}
}

main {
  Car car;
  car.speed(30);
}

Thank You for help.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]