Author Topic: Jumping to nearest, base class implementation of a virtual function.  (Read 7015 times)

sdayts

  • Community Member
  • Posts: 42
  • Hero Points: 5
Hello,

I use V11.
My primary development language is C++ and I often work with wide and deep class hearchies.
SlickEdit makes it very easy to jump from the base class's virtual function declaration/definition to that of derived.
Often I want to go in the opposite direction  That is, I want to have the ability to easily jump from the derived class's declaration/definition of a virtual function to the nearest, base class's implementation.
Is there such functionality already?
If not, can it be added to the list of future enhancements.

Many thanks,
Sergey

Dennis

  • Senior Community Member
  • Posts: 3999
  • Hero Points: 522
Sorry for this slow response; I've been on vacation.  I will add this request to our feature tracker.

sdayts

  • Community Member
  • Posts: 42
  • Hero Points: 5
Re: Jumping to nearest, base class implementation of a virtual function.
« Reply #2 on: October 22, 2007, 10:19:45 PM »
Has this feature been implemented in V12?
If not, any chance for V13?

ScottW, VP of Dev

  • Senior Community Member
  • Posts: 1471
  • Hero Points: 64
Re: Jumping to nearest, base class implementation of a virtual function.
« Reply #3 on: October 23, 2007, 01:45:25 PM »
No, this hasn't been implemented yet. I can't say whether we'll have time for this in v13. I wish I could give you something more definitive.

--Scott

sdayts

  • Community Member
  • Posts: 42
  • Hero Points: 5
Re: Jumping to nearest, base class implementation of a virtual function.
« Reply #4 on: October 23, 2007, 02:56:13 PM »
Scott,

Thank you for an honest reply.
I'll keep my fingers crossed.

And thank you for SlickEdit.  It is a tool I can't do without.

Sergey