Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-dev] Re: dsdp-dev Digest, Vol 17, Issue 3

Hi All,
 
It is regarding the plugin i am developing by extending RSE eclipse plugin.
I am expected to have context menu in RSE's Remote Systems View,enabled on
few remote files.
The context menu i have made is generalised i.e. the context menu is appearing on every
remote file(which is not expected) since it was created by extending the interface -
org.eclipse.rse.subsystems.files.core.subsystems.IRemoteFile
 
Two probable solutions i could think of are,
 
1 - filtering out the appearance of context menu on the unexpected remote files.
     So,is there any way of doing it programmatically?
 
2 - having my own view similar to RSE's Remote System's view so that i will have the
     flexibility in providing the context menu over the perticular files and even i can have suitable icons ,etc.
But here also i dont know the way to fix this.
 
Please direct me with the possible solutions or any tutorials regarding filter implementation and even suggest if there is any other perspective of fixing it.
Thanks in advance.
 
Thanks,
Vrushali.


dsdp-dev-request@xxxxxxxxxxx wrote:
Send dsdp-dev mailing list submissions to
dsdp-dev@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
https://dev.eclipse.org/mailman/listinfo/dsdp-dev
or, via email, send a message with subject or body 'help' to
dsdp-dev-request@xxxxxxxxxxx

You can reach the person managing the list at
dsdp-dev-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of dsdp-dev digest..."


Today's Topics:

1. Extending RSE eclipse plugin (vrushali babar)
2. RE: Extending RSE eclipse plugin (Gaff, Doug)
3. RE: Extending RSE eclipse plugin (Oberhuber, Martin)


----------------------------------------------------------------------

Message: 1
Date: Tue, 11 Mar 2008 04:22:56 -0700 (PDT)
From: vrushali babar
Subject: [dsdp-dev] Extending RSE eclipse plugin
To: dsdp-dev@xxxxxxxxxxx
Message-ID: <489213.54464.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Content-Type: text/plain; charset="iso-8859-1"

Hi,

I am developing a plugin in which i am exploring the remote file system by using RSE eclipse plugin.
i will be extending RSE such that i could perform few operations on remote server and fetch the
output back.
i will be providing those options on context menu; but i am not aware of how to hadle ssh connection and also
maintain the session while the processes are running at remote server.
Through RSE i can connect to remote server, access those files but how to go ahead in case of runing remote process?
I am stuck up at this point. I am going through the help provided by RSE but could not do much.
Please direct with some solutions or help documents(especially with examples).


Thanks a lot,
Vrushali.


---------------------------------
Never miss a thing. Make Yahoo your homepage.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://dev.eclipse.org/mailman/private/dsdp-dev/attachments/20080311/97805dfb/attachment.html

------------------------------

Message: 2
Date: Tue, 11 Mar 2008 05:27:00 -0700
From: "Gaff, Doug"
Subject: RE: [dsdp-dev] Extending RSE eclipse plugin
To: "General discussion of device software development platform
issues."
Message-ID:
<13D6E9E0302C0E4B9EE667132D21766C03815D@xxxxxxxxxxxxxxxxxxxxxxxxxx>
Content-Type: text/plain; charset="us-ascii"

Hi Vrushali,



Thanks for your interest. Best to post this on the dsdp-tm-dev list.



Doug Gaff



From: dsdp-dev-bounces@xxxxxxxxxxx [mailto:dsdp-dev-bounces@xxxxxxxxxxx]
On Behalf Of vrushali babar
Sent: Tuesday, March 11, 2008 7:23 AM
To: dsdp-dev@xxxxxxxxxxx
Subject: [dsdp-dev] Extending RSE eclipse plugin



Hi,



I am developing a plugin in which i am exploring the remote file system
by using RSE eclipse plugin.

i will be extending RSE such that i could perform few operations on
remote server and fetch the

output back.

i will be providing those options on context menu; but i am not aware of
how to hadle ssh connection and also

maintain the session while the processes are running at remote server.

Through RSE i can connect to remote server, access those files but how
to go ahead in case of runing remote process?

I am stuck up at this point. I am going through the help provided by RSE
but could not do much.

Please direct with some solutions or help documents(especially with
examples).





Thanks a lot,

Vrushali.



________________________________

Never miss a thing. Make Yahoo your homepage.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://dev.eclipse.org/mailman/private/dsdp-dev/attachments/20080311/74da6082/attachment.html

------------------------------

Message: 3
Date: Tue, 11 Mar 2008 14:21:55 +0100
From: "Oberhuber, Martin"
Subject: RE: [dsdp-dev] Extending RSE eclipse plugin
To: "General discussion of device software development platform
issues."
Cc: Target Management developer discussions
Message-ID:
<460801A4097E3D4CA04CC64EE648584804CBDE1F@xxxxxxxxxxxxxxxxxxxxxxxxxx>
Content-Type: text/plain; charset="iso-8859-1"

Look at last year's EclipseCon tutorial on RSE.
http://www.eclipsecon.org/2007/index.php?page=sub/&id=3651
Slides & example code available by link on upper right corner of the tutorial page.

The answer is mostly SimpleCommandOperation, but you can
also look at how it's done in the current

org.eclipse.rse.subssystems.processes.shell.linux

subsystem - it performs a lot of operations via the
IHostShell / IHostShellListener interfaces.

Cheers,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm




________________________________

From: dsdp-dev-bounces@xxxxxxxxxxx [mailto:dsdp-dev-bounces@xxxxxxxxxxx] On Behalf Of vrushali babar
Sent: Dienstag, 11. März 2008 12:23
To: dsdp-dev@xxxxxxxxxxx
Subject: [dsdp-dev] Extending RSE eclipse plugin


Hi,

I am developing a plugin in which i am exploring the remote file system by using RSE eclipse plugin.
i will be extending RSE such that i could perform few operations on remote server and fetch the
output back.
i will be providing those options on context menu; but i am not aware of how to hadle ssh connection and also
maintain the session while the processes are running at remote server.
Through RSE i can connect to remote server, access those files but how to go ahead in case of runing remote process?
I am stuck up at this point. I am going through the help provided by RSE but could not do much.
Please direct with some solutions or help documents(especially with examples).


Thanks a lot,
Vrushali.


________________________________

Never miss a thing. Make Yahoo your homepage.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://dev.eclipse.org/mailman/private/dsdp-dev/attachments/20080311/f66756ec/attachment.html

------------------------------

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


End of dsdp-dev Digest, Vol 17, Issue 3
***************************************


Looking for last minute shopping deals? Find them fast with Yahoo! Search.

Back to the top