Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Making hover over capabilities to work for remote resources

Hi Beth, 
Thanks for your reply.
Currently I'm only using RSE and CDT along with few other plugins but not
PTP.
But I was aware that such features like remote support for hover over
capabilities are getting addressed 
with the platform PTP. So what is the required setup to make hover
capabilities to work for remote resources? I'll atleast start having my
hands on till the functionality gets implemented and merged.

Thanks,
Vrushali.

Beth Tibbitts wrote:
> 
> 
> Actually, I'm planning on looking at remote support of PLDT features just
> this coming week.
> You should get some hover info from CDT, and I'll also be looking at that
> w/r/t hover and other assistance features..  I'll know more when I dig
> into
> it.  Stay tuned.
> 
> ...Beth
> 
> Beth Tibbitts
> Eclipse Parallel Tools Platform  http://eclipse.org/ptp
> IBM STG Communications Protocols and Tools
> Mailing Address:  IBM Corp., Coldstream Research Campus, 745 West New
> Circle Road, Lexington, KY 40511
> 
> 
> |------------>
> | From:      |
> |------------>
>  
> >-----------------------------------------------------------------------------------------------------------------------------------------------|
>   |vrushali babar <vrush_com@xxxxxxxxx>                                                                                                          
> |
>  
> >-----------------------------------------------------------------------------------------------------------------------------------------------|
> |------------>
> | To:        |
> |------------>
>  
> >-----------------------------------------------------------------------------------------------------------------------------------------------|
>   |ptp-dev@xxxxxxxxxxx, dsdp-tm <dsdp-tm-dev@xxxxxxxxxxx>                                                                                        
> |
>  
> >-----------------------------------------------------------------------------------------------------------------------------------------------|
> |------------>
> | Date:      |
> |------------>
>  
> >-----------------------------------------------------------------------------------------------------------------------------------------------|
>   |02/15/2010 02:33 AM                                                                                                                           
> |
>  
> >-----------------------------------------------------------------------------------------------------------------------------------------------|
> |------------>
> | Subject:   |
> |------------>
>  
> >-----------------------------------------------------------------------------------------------------------------------------------------------|
>   |[ptp-dev] Making hover over capabilities to work for remote	resources                                                                         
> |
>  
> >-----------------------------------------------------------------------------------------------------------------------------------------------|
> |------------>
> | Sent by:   |
> |------------>
>  
> >-----------------------------------------------------------------------------------------------------------------------------------------------|
>   |ptp-dev-bounces@xxxxxxxxxxx                                                                                                                   
> |
>  
> >-----------------------------------------------------------------------------------------------------------------------------------------------|
> 
> 
> 
> 
> 
> Hi,
> 
> I'm developing an Eclipse plugin for C/C++ developers integrating local
> environment for them.
> I could get the IDE working for them in terms of setting up environment
> and
> compiling along with remote search.
> Remote search is required as I don't maintain the whole source code on
> local machine. Developer will select resources as per their requirement
> and
> fetch them into their workspace which will also be there on remote server.
> Remote workspaces are accessible through eclipse by extending RSE.
> Developer can download resources on local machine, make changes and save.
> Like I have mentioned earlier dev can also compile and search. But remote
> search as being remote takes time.
> I am trying to make hovering capability to work but few problems faced
> are,
> 1 - complete source code is not available on local machine
> 2 - even if i get the complete source code on machine, CDT doesnt
> understand the code structure and fails most of the time.
> I have also gone through
> http://wiki.eclipse.org/PTP/designs/remote#Parsing_and_Indexing
> which mentions about prototype work is being done.
> 
> Can anyone provide any pointers here on? I need a way or few pointers to
> implement hover over capabilities when complete source code is not locally
> available.
> What code structure is expected in terms of making CDT hover capabilities
> to work efficiently when having source code locally available.
> 
> Thanks in advance,
> Vrushali.
> 
> 
> 
> 
> _______________________________________________
> ptp-dev mailing list
> ptp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ptp-dev
> 
> 
>  
>  
> _______________________________________________
> ptp-dev mailing list
> ptp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ptp-dev
> 
> 

-- 
View this message in context: http://old.nabble.com/Making-hover-over-capabilities-to-work-for-remote-resources-tp27590336p27604036.html
Sent from the Eclipse Parallel Tools - Dev mailing list archive at Nabble.com.



Back to the top