Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] CDT C++ Class Browser

Hm, IMO its definitely more than this - its not only displaying a
snapshot at open time like the dialog but needs some dynamic handling, I
guess...

Ideally, the common navigator framework should be used for this, right?

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Schaefer, Doug
> Sent: Dienstag, 15. Juli 2008 16:36
> To: CDT General developers list.
> Subject: RE: [cdt-dev] CDT C++ Class Browser
> 
> Here's a couple.
> 
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=108879
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=202999
>  
> The current Index view is a debug only thing, not something 
> I'd expect to see productized. I like the idea of putting the 
> open element dialog into a view. It might be the quickest way 
> to get up and running.
> 
> Cheers,
> Doug.
> 
> > -----Original Message-----
> > From: cdt-dev-bounces@xxxxxxxxxxx
> > [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Elena Laskavaia
> > Sent: Tuesday, July 15, 2008 10:07 AM
> > To: CDT General developers list.
> > Subject: Re: [cdt-dev] CDT C++ Class Browser
> > 
> > Anybody sent bug report about it?
> > 
> > Brunauer, Walter wrote:
> > > Yeah, symbol browser view instead of symbol selection dialog is a 
> > > feature lots of our customers would love to see...
> > >
> > >   
> > >> -----Original Message-----
> > >> From: cdt-dev-bounces@xxxxxxxxxxx
> > >> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Schaefer, Doug
> > >> Sent: Dienstag, 15. Juli 2008 15:40
> > >> To: CDT General developers list.
> > >> Subject: RE: [cdt-dev] CDT C++ Class Browser
> > >>
> > >> Although such a contribution would be interesting.
> > >>
> > >> Doug. 
> > >>
> > >>     
> > >>> -----Original Message-----
> > >>> From: cdt-dev-bounces@xxxxxxxxxxx
> > >>> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Schorn, Markus
> > >>> Sent: Tuesday, July 15, 2008 8:17 AM
> > >>> To: CDT General developers list.
> > >>> Subject: RE: [cdt-dev] CDT C++ Class Browser
> > >>>
> > >>> You can use Open Element (ctrl-t) to navigate to a 
> class. It will 
> > >>> bring up a list, which can be filtered. To create a list in
> > >>>       
> > >> a view you
> > >>     
> > >>> can do a C/C++-search.
> > >>> There is no dedicated view to show the list of classes.
> > >>>
> > >>> Markus. 
> > >>>
> > >>>       
> > >>>> -----Original Message-----
> > >>>> From: cdt-dev-bounces@xxxxxxxxxxx 
> > >>>> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of
> > Christopher Lang
> > >>>> Sent: Tuesday, July 15, 2008 10:58 AM
> > >>>> To: cdt-dev@xxxxxxxxxxx
> > >>>> Subject: Re: [cdt-dev] CDT C++ Class Browser
> > >>>> Importance: Low
> > >>>>
> > >>>>
> > >>>> Hi,
> > >>>>
> > >>>> just checking on this one. What I am realy missing is a
> > >>>>         
> > >> class list,
> > >>     
> > >>>> that I could take as a starting point to browse 
> through the code.
> > >>>>
> > >>>> If the indexer could sort by class, struct, enum, etc. 
> > >>>> probably would do it; or hide everything else but classes.
> > >>>>
> > >>>> Type hirachy is nice, but just for one class.
> > >>>>
> > >>>> How do other folks navigate their classes in cdt? Is there
> > >>>>         
> > >>> any way to
> > >>>       
> > >>>> get  a straight class list, just clases in a project in cdt?
> > >>>>
> > >>>> Did I miss somethig in CDT 5.0 (currently using 4.0.3)?
> > >>>>
> > >>>> Is there any commercial class browser extension available?
> > >>>>
> > >>>> Many thanks
> > >>>>
> > >>>> Chris
> > >>>>
> > >>>> http://www.acurana.de/
> > >>>>
> > >>>>
> > >>>> Am Samstag 15 April 2006 17:09:05 schrieb Christopher Lang:
> > >>>>         
> > >>>>> Folks,
> > >>>>>
> > >>>>> I am desperately waiting for the CDT C++ Class Browser
> > >>>>>           
> > >> to become
> > >>     
> > >>>>> available, is there anything I can do to help get it done?
> > >>>>>
> > >>>>> I am fairly new to Eclipse, but I would be glad to do
> > >>>>>           
> > >>>> testing on the
> > >>>>         
> > >>>>> class browser if somebody points me in some direction on
> > >>>>>           
> > >>> how to get
> > >>>       
> > >>>>> the code and how to install it (well, assuming there is
> > >>>>>           
> > >>>> already something to test).
> > >>>>         
> > >>>>> thanks
> > >>>>>
> > >>>>> Chris
> > >>>>>           
> > >>>> _______________________________________________
> > >>>> cdt-dev mailing list
> > >>>> cdt-dev@xxxxxxxxxxx
> > >>>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> > >>>>
> > >>>>         
> > >>> _______________________________________________
> > >>> cdt-dev mailing list
> > >>> cdt-dev@xxxxxxxxxxx
> > >>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> > >>>
> > >>>       
> > >> _______________________________________________
> > >> cdt-dev mailing list
> > >> cdt-dev@xxxxxxxxxxx
> > >> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> > >>
> > >>     
> > > _______________________________________________
> > > cdt-dev mailing list
> > > cdt-dev@xxxxxxxxxxx
> > > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> > >   
> > _______________________________________________
> > cdt-dev mailing list
> > cdt-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> > 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 


Back to the top