Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [dsdp-tm-dev] Design documentation for RSE

Hello Virender,
 
Your question is actually an FAQ, see
  http://wiki.eclipse.org/index.php/TM_and_RSE_FAQ#TM_and_RSE_Architecture
 
The RSE ISV Documentation that's shipped with the SDK has some
design docs in it. It's also available online:
  http://dsdp.eclipse.org/help/latest/index.jsp?topic=/org.eclipse.rse.doc.isv/guide/rse_int_architecture.html
 
Other than that, the TM Tutorial given at EclipseCon 2007 has some
nice architecture slides and explains some of the background: click
on the "Presentation File" link on top of
  http://www.eclipsecon.org/2007/index.php?page=sub/&id=3651
 
Cheers,
--
Martin Oberhuber
Wind River Systems, Inc.
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm
 


From: dsdp-tm-dev-bounces@xxxxxxxxxxx [mailto:dsdp-tm-dev-bounces@xxxxxxxxxxx] On Behalf Of Kumar, Virender
Sent: Friday, April 27, 2007 8:14 AM
To: Target Management developer discussions
Subject: RE: [dsdp-tm-dev] Design documentation for RSE

Hi
 
Any design documentation available for RSE plugins ?
 
Regards
Virender.


From: dsdp-tm-dev-bounces@xxxxxxxxxxx [mailto:dsdp-tm-dev-bounces@xxxxxxxxxxx] On Behalf Of David McKnight
Sent: Thursday, April 26, 2007 8:16 PM
To: Target Management developer discussions
Cc: Target Management developer discussions; dsdp-tm-dev-bounces@xxxxxxxxxxx
Subject: Re: [dsdp-tm-dev] Design documentation for RSE


Hi Virender,

The stuff you see in SystemRemoteEditManager for CDT was some experimental work that was done a while back.  By adding the C nature we were able get some features of CDT, such as the outline view, to work for remote files.  This can't be part of base RSE since RSE can't be coupled with CDT.  Furthermore, I'm not sure whether fooling CDT into thinking the RemoteSystemTempFiles project is an actual C project is such a good idea.    I suppose this C nature support could be contributed by a plugin that depends on both CDT and RSE but I imagine there's are reasons why CDT disables these editing features for non-C projects.

____________________________________
David McKnight    
Phone:   905-413-3902 , T/L:  969-3902
Internet: dmcknigh@xxxxxxxxxx
Mail:       D1/YFY/8200/TOR
____________________________________



"Kumar, Virender" <virender.kumar@xxxxxx>
Sent by: dsdp-tm-dev-bounces@xxxxxxxxxxx

26/04/2007 06:14 AM

Please respond to
Target Management developer discussions <dsdp-tm-dev@xxxxxxxxxxx>

To
"Target Management developer discussions" <dsdp-tm-dev@xxxxxxxxxxx>
cc
Subject
[dsdp-tm-dev] Design documentation for RSE





Hello folks

I was wondering if there is a design document for RSE plugins which I
can refer to. I could not find any at http://www.eclipse.org/dsdp/tm/.

I was also looking into what would be involved in supporting the editing
functionality for C/C++ programs, like content assist, text coloring
etc. (as provided by CDT) through RSE. It seems that some support was
available in org.eclipse.rse.internal.files.ui.resources (specifically
SystemRemoteEditManager.java), but it was removed for some reason later.
So, I was wondering if I would need to modify RSE plugins to support
this functionality. Or is there an alternative way.

Regards
Virender.
_______________________________________________
dsdp-tm-dev mailing list
dsdp-tm-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev


Back to the top