Re: Bug ID 5927392: XCODE must be able show C++/ObjC overloaded methods in a window as CodeWarrior
Re: Bug ID 5927392: XCODE must be able show C++/ObjC overloaded methods in a window as CodeWarrior
- Subject: Re: Bug ID 5927392: XCODE must be able show C++/ObjC overloaded methods in a window as CodeWarrior
- From: Ruslan Zasukhin <email@hidden>
- Date: Fri, 16 May 2008 15:56:23 +0300
- Thread-topic: Bug ID 5927392: XCODE must be able show C++/ObjC overloaded methods in a window as CodeWarrior
On 5/16/08 12:01 PM, "Thomas Engelmeier" <email@hidden>
wrote:
Hi Thomas,
>> I believe that it is possible solve this task in the XCODE, because
>> it have database of symbols.
>
> Which is probably
> - namespace agnostic
Sorry? Usually family of classes is part of the same namespace.
right?
Even if not, what problems display it as
fbl::class1::get_Count()
fbl::class1_1::get_Count()
fbl::class1_2:g:et_Count()
vsql::class1_3:g:et_Count()
Intention here shows child classes.
> - has no concept of multi-inheritance
Again not so bad.
1) if I click symbol while I am in the TOP class --
we show ALL its child classes.
works?
2) if we click at some middle class, e.g. Class_1_2 on method get_Count(),
and this class has multi-inheritance form class_1 and class_2,
and they both have get_Count() then window show
Methods for any of them Class_1 or Class_2 hierarchy, and note again:
I have write: we need also in that window menu which will looks
for this example as:
-------------------------
| All Classes |
-------------------------
| Class_1 children only |
| Class_2 children only |
-------------------------
You see idea? Even if system show me class_1 tree, I can easy switch to
class_2 tree, or even to ALL such symbols in the project.
> and is for that reason not helpful enough for C++.
I believe it will be very helpful and help developers avoid nasty bugs
during development of big projects with complex class-trees
> At least the parser
> for completion will cease as soon as it encounters something like
>
> std::printf
>
> Regards,
> Tom_E
--
Best regards,
Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc
Valentina - Joining Worlds of Information
http://www.paradigmasoft.com
[I feel the need: the need for speed]
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden