intellisense problems

If reporting a bug with the Zeus IDE please post the details here. Please do not post questions here.
Post Reply
k10ck3r

intellisense problems

Post by k10ck3r »

1) Can't call up static class members
(ie: "myObjectInstance->" and "myObjectInstance." work fine BUT
"Object:: " doesn't work - I would expect a list of the class' static
data members and methods)
2) Can't handle overloaded methods
Only brings up one of them. In some cases, just the first one.
In other cases, only the last one.
Would like to see a list of all possible options.
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

1) Can't call up static class members

This is definitley a problem with the intellisensing that will be fixed in the next release.
2) Can't handle overloaded methods.

This issue is more difficult to address as it is dependent on the information produced by the ctags program. There are instances where ctags does not produce the required inheritance information and this impacts on what can and can not be displayed by intellisensing. As an example, the intellisensing of structures bug shows how the intellisensing feature depends greatly on the information contained in the tag file.

But having said this, the class browser, intellisensing features are still very new to Zeus. There are lots of things missing and things that can be done better, so with time these features should definitely improve :)

Cheers Jussi
Post Reply