SlickEdit Community

SlickEdit Product Discussion => SlickEdit® => Topic started by: sdayts on June 23, 2006, 07:44:09 PM

Title: Jumping to nearest, base class implementation of a virtual function.
Post by: sdayts on June 23, 2006, 07:44:09 PM
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
Title: Re: Jumping to nearest, base class implementation of a virtual function.
Post by: Dennis on July 12, 2006, 02:01:37 PM
Sorry for this slow response; I've been on vacation.  I will add this request to our feature tracker.
Title: Re: Jumping to nearest, base class implementation of a virtual function.
Post by: sdayts on October 22, 2007, 10:19:45 PM
Has this feature been implemented in V12?
If not, any chance for V13?
Title: Re: Jumping to nearest, base class implementation of a virtual function.
Post by: ScottW, VP of Dev 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
Title: Re: Jumping to nearest, base class implementation of a virtual function.
Post by: sdayts 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