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"

(Created page with "=Tip of the Day= You can contribute to the Eclipse Tip of the Day framework. More about this later. Tip of the Day/Eclipse Tips")
 
(Installing)
 
(31 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Tip of the Day=
+
<big>'''The Eclipse Tip of the Day framework'''</big> enables users to see Eclipse Tips during startup and enable extenders to provide tips for their specific bundles.
You can contribute to the Eclipse Tip of the Day framework. More about this later.
+
  
[[Tip of the Day/Eclipse Tips]]
+
[[file:tips_main.png|500px]]
 +
 
 +
 
 +
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.<br/><br/>
 +
 
 +
 
 +
 
 +
==Installing==
 +
The Tip of the Day feature is available in product updates repository. After restart the framework will be available in the bottom left corner as an light-bulb icon.
 +
 
 +
# Help/Install new software
 +
# Add this repo http://download.eclipse.org/eclipse/updates/4.10 (4.10 or higher)
 +
# Uncheck "Group Items by Category"
 +
# Search for Tips
 +
# Install and restart.
 +
 
 +
 
 +
[[file:tipinst01.png|400px]]
 +
 
 +
==Extending Tip of the Day==
 +
You can use an extension point to point to your TipProvider subclass. TipProviders 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.
 +
 
 +
* [[Tip of the Day/Extending|Extending the Tips framework]]
 +
 
 +
==Startup Options==
 +
The Tips can be controlled by some startup options.
 +
 
 +
* [[Tip of the Day/Startup Options|Startup Options]]
 +
 
 +
 
 +
==Cache==
 +
The read state of the tips is maintained in the ${user.home}/.eclipse directory. You will find multiple files per provider that contain the read tips. You may edit these files manually, erase them or erase the whole directory.
 +
 
 +
Dialog settings are maintained in the configuration area of the workspace. These can be set through the Tip dialog. We do not maintain a preference page.

Latest revision as of 05:31, 25 December 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.

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 product updates repository. After restart the framework will be available in the bottom left corner as an light-bulb icon.

  1. Help/Install new software
  2. Add this repo http://download.eclipse.org/eclipse/updates/4.10 (4.10 or higher)
  3. Uncheck "Group Items by Category"
  4. Search for Tips
  5. Install and restart.


Tipinst01.png

Extending Tip of the Day

You can use an extension point to point to your TipProvider subclass. TipProviders 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.


Cache

The read state of the tips is maintained in the ${user.home}/.eclipse directory. You will find multiple files per provider that contain the read tips. You may edit these files manually, erase them or erase the whole directory.

Dialog settings are maintained in the configuration area of the workspace. These can be set through the Tip dialog. We do not maintain a preference page.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.