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 "Tip of the Day"

(Installing)
(Undo revision 425536 by Wim.jongman.remainsoftware.com (talk))
Line 15: Line 15:
 
# Help/Install new software
 
# Help/Install new software
 
# Add this repo http://download.eclipse.org/staging/photon/
 
# Add this repo http://download.eclipse.org/staging/photon/
# Search for Tip
+
# Search for Tips
 
# Install and restart.
 
# Install and restart.
  

Revision as of 05:20, 28 May 2018

The Eclipse Tip of the Day framework enables users to see Eclipse Tips during startup and enable extenders to provide tips for their specific bundles.

The TOTD UI looks like this:

Tips main.png


TipProviders are selected based on their importance in the current context. For example, if the Java perspective is open, you are likely to get Java tips. If the PDE perspective is open, you are likely to get PDE tips.

Installing

The Tip of the Day feature is available in the nightly builds. After restart the framework should fetch some data from the downloads area and present 4 tip providers with new tips.

Early testing feedback on bug 534347

  1. Help/Install new software
  2. Add this repo http://download.eclipse.org/staging/photon/
  3. Search for Tips
  4. Install and restart.


Tipinst01.png

Extending Tip of the Day

Extenders are able to use and extension point that provides a TipProvider subclass to serve Tip objects. Tips can be read from a JSon file or can be manually crafted. In the latter case you create tips from HTML, and URL or have complete freedom by providing an SWT tip.

Startup Options

The Tips can be controlled by some startup options.

Back to the top