Skip to main content

Notice: This Wiki is now read only and edits are no longer 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"

(URL Sharing)
(URL Sharing)
Line 11: Line 11:
 
[[Image:ecf_add_url_listener.png]]
 
[[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:
 
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:
Line 16: Line 18:
 
[[Image:ecf_send_url.png]]
 
[[Image:ecf_send_url.png]]
  
 
Keep in mind that your buddy needs to add '''Add URL Listener''' from his side.
 
  
 
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:
 
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:

Revision as of 17:32, 24 June 2007

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

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):

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:

Ecf send url.png


ECF URL Sharing plug'in(if you are curious how this plug'in was developed take a look at Real-time collaboration in Eclipse via XMPP) ask you to type the URL that you want to send to your buddy:

Ecf url dialog.png


Immediately prompt a dialog to your buddy asking if he wants to receive the URL:

Ecf receive url.png


Since the button "Yes" is clicked the Eclipse browser shows the URL accepted:

Ecf url browser.png

View Sharing

Back to the top