Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-19 | Sets the Eclipse formatter for the new tips plug-ins as default | Lars Vogel | 2 | -0/+309 | |
Change-Id: Iba00995d8669bb96982bfbfa5fb85a798ef3c0fa Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com> | |||||
2018-06-05 | Version 4.9 updates in plaform.ua as prep for the EPL 2.0 update | Lars Vogel | 2 | -2/+2 | |
Change-Id: I224da5c5d2dceb666db1e128647ce2aa73cf4a3b Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com> | |||||
2018-06-04 | Bug 535437 - [Tips] Run cleanup actions to tips and enhance save actions | Lars Vogel | 1 | -6/+6 | |
Change-Id: I0d1741a53928df3c82828bac83b470f5cc756ce2 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com> | |||||
2018-05-30 | Bug 535191 - POM version change for 4.9 release | Alexander Kurtakov | 1 | -1/+1 | |
Change-Id: I8dde8b01df009b94d21af13c196723dc94241a07 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> | |||||
2018-05-22 | Bug 534890: [Tips] Tips window aligned to top of screen and..S4_8_0_RC2I20180527-2250I20180527-2000I20180527-0800I20180526-1500I20180526-0800I20180525-2000I20180524-0900I20180523-2000I20180523-0800 | Wim Jongman | 3 | -7/+116 | |
* Set2 - Included memory leak updated tests * Position is now default for Dialog * Passed IDialogSettings to remember position and size * Added AbstractUIPlugin class to fetch dialog setttings Change-Id: I03933e6f7b90d6ed97c3393fdc15086a7886a51b Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com> | |||||
2018-05-21 | Bug 534920: [Tips] Make sure tips can run on NeonI20180522-0800 | Wim Jongman | 1 | -2/+2 | |
Fixed Change-Id: I517e58b39e500912c22d822756b1fe78c1d45538 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com> | |||||
2018-05-21 | Bug 534376: [Tips] (fetch) job runs even if I have disabled tipsI20180521-2000 | Wim Jongman | 4 | -24/+27 | |
* Added "Disabled" Option * Tips startup default can be controlled by property * Fixed internal api * Fixed documentation * Fixed tests * V3 fixed preferences initializer * V4 lightbulb in trim goes away in "Disabled" mode * V5 replaced combo with menu * V6 replaced tip to reflect new menu Change-Id: I958c1d583948341ef3ef0587655bdf1b78a4f0a4 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com> | |||||
2018-05-03 | Bug 531848 - [Tips] Add save actions to project propertiesI20180503-2000I20180503-0740 | Alexander Kurtakov | 2 | -4/+110 | |
And enable stricter warnings. Change-Id: Iad8f26d26ddc10471ec9723232934a48c0e7c3e8 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> | |||||
2018-04-29 | Bug 534073: [Tips] Create JSon based Tip Provider for PlatformI20180430-0715I20180429-2000 | Wim Jongman | 3 | -2/+71 | |
* Added photon new and noteworthy provider * Changed startup sequence * Added logging * Removed warnings from examples * Fixed Twitter Feed to not use the Twitter URL * Added TipProvider#hasContent * Changes IUrlTip#getURL Change-Id: I100d32c49d27d850697ae1f347282d99d52417e2 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com> | |||||
2018-04-03 | Bug 531792: [Tips] API cleanup | Wim Jongman | 4 | -22/+30 | |
* Moved TipManager to internal * Fixed all arising issues * Added save read tips to preferences Change-Id: Id557ab165f63ecabf87460671d1ec8e7ba5de522 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com> | |||||
2018-03-26 | Bug 531863: [Tips] Unit testsI20180327-0630I20180326-2000 | Wim Jongman | 6 | -22/+89 | |
* Compile error fixed * Warnings removed * Replaced 'new Integer(n)' with Integer.valueOf(n) Change-Id: I83e76f2b64448793e41f9831c14eebe6c29c6dbb Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com> | |||||
2018-02-28 | Bug 307889 - [Intro] having "tip of the day" functionalityI20180228-2000 | Wim Jongman | 22 | -0/+1706 | |
This is the initial contribution of a Tip of the Day framework to Eclipse. It provides a dialog with tips that can be started from the Help menu. Optionally is is show at IDE or RCP application starts. Extenders can provide their own tips by implementing a TipProvider. TipProviders can be added to the tips extension point and/or can be initialized from a JSon file. TipProviders can get priority based on an enabled when expression similar to commands and handlers. For example, EMF tips may be shown when the modeling perspective is open. Tips can be created from straight up HTML, hosted on a separate web page (e.g. Eclipse wiki), created from a Json file or be a full blown SWT implementation. Tips can provide actions to enable the user to open a view, set some preferences or whatever. The framework is UI agnostic but comes with a separate SWT implementation. Examples on how to create a Tips and TipProviders are available. Documentation is on the wiki: https://wiki.eclipse.org/Tip_of_the_Day The Tips framework uses null annotations, by default all methods cannot return null, except if they annotated with @Nullable. Changes done by Lars in cooperation with Wim ==Wim 16/feb== * removed annotations in core for now * Fixed some javadoc == Lars 16/feb== Removed the TipThemeManager Remove TipProvider from the Tip API, the Tip does not need to know its provider Tip now require the TipID Tips hashcode and equals methods are based on summary, providerID and creation date Removed the special getImage64 methods and refactored getImage48 to getImage == Wim 27 feb == Removed json plugin Change-Id: Ib65e150bdeb5f3f38075d8c6432e5b476bfa064d Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com> |
- Members
- Working Groups
- Projects
- Community
- Participate
- Eclipse IDE
-
More
-
-
Community
- Marketplace
- Events
- Planet Eclipse
- Newsletter
- Videos
- Blogs
-
Participate
- Report a Bug
- Forums
- Mailing Lists
- Wiki
- IRC
- Research
-
-
-
-
Search
-