Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Argh!
Argh! [message #42658] Tue, 24 September 2002 13:09
Eclipse UserFriend
Originally posted by: johannes.lochmann.gmx.net

... Sorry, hit the post button... What I meant by "intelligent code
assistant":

class A
{
public:
void a();
}

class B
{
public:
void a(int i);
}

if I write

A* tmp = new A();
a->

only "a()" should be available in code assist

and if I type

B* foo = new B();
b->

only "a(int)" should be available.

So, are there any plans? Or where should I look for this in the sources?
Any useful pointers?

Thank you for your time and sorry for the split post.

Johannes Lochmann
Previous Topic:Launching and debugging question
Next Topic:MFC et al
Goto Forum:
  


Current Time: Tue Jul 15 23:29:23 EDT 2025

Powered by FUDForum. Page generated in 0.25144 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top