Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "ECF Tips Tricks"

(View Sharing)
(URL Sharing)
Line 1: Line 1:
 
The following tips and tricks give some helpful ideas for increasing your productivity.
 
The following tips and tricks give some helpful ideas for increasing your productivity.
  
==URL Sharing==
+
# [http://wiki.eclipse.org/ECF_Tips_Tricks_Url_Sharing URL Sharing]
 
+
You can dynamically share URLs to people in one's roster(i.e. "Send URL" as context menu item along with "Send IM", Send File, etc).
+
 
+
It's possible to send arbitrary URL's to buddies on your XMPP (i.e. Google Talk).
+
 
+
Click over '''Add URL Listener'''(Context Menu Item):
+
 
+
[[Image:ecf_add_url_listener.png]]
+
 
+
 
+
Keep in mind that your buddy needs to add '''Add URL Listener''' from his side.
+
 
+
With this, you add a listener to notify about URL's that buddies send to you, and enable you share URL's to buddies. If you want to share an URL, it is simple, select a buddy in one's roster and click with right button, and the context menu item '''Send URL''' pop-ups:
+
 
+
[[Image:ecf_send_url.png]]
+
 
+
 
+
ECF '''URL Sharing plug'in'''(if you are curious how this plug'in was developed take a look at [http://www.eclipsezone.com/eclipse/forums/t94132.html Real-time collaboration in Eclipse via XMPP]) ask you to type the URL that you want to send to your buddy:
+
 
+
[[Image:ecf_url_dialog.png]]
+
 
+
 
+
Immediately prompt a dialog to your buddy asking if he wants to receive the URL:
+
 
+
[[Image:Ecf_receive_url.png‎ ]]
+
 
+
 
+
Since the button "Yes" is clicked the Eclipse browser shows the URL accepted:
+
 
+
[[Image:ecf_url_browser.png]]
+
 
+
 
+
  
 
==View Sharing==
 
==View Sharing==

Revision as of 11:44, 25 June 2007

The following tips and tricks give some helpful ideas for increasing your productivity.

  1. URL Sharing

View Sharing

You can share Eclipse Views with buddies in one's roster, it is simple. The first step is you add a Show View Listener on your account:

Ecf add view listener.png

Keep in mind that your buddy needs to add Show View Listener from his side.


You need to select your buddy who will receive the request:

Ecf view request.png


Select the Eclipse View that you want to send:

Ecf show view request.png


A dialog will prompt on buddy's Eclipse:

Ecf view request dialog.png


Since the button "Yes" is clicked the Eclipse will open the view accepted:

Ecf open request view.png

Back to the top