diff options
author | Andrey Loskutov | 2017-01-04 18:15:03 +0000 |
---|---|---|
committer | Andrey Loskutov | 2017-01-04 18:24:07 +0000 |
commit | 8abfce119e3408a32d261fcce5da53387320e5c4 (patch) | |
tree | 5614a24a8b868c21f5d693910da26fdfe8426225 /org.eclipse.ui.intro.quicklinks/src | |
parent | 680afa3b0b468c98737bb31e79cd9d2349cf508f (diff) | |
download | eclipse.platform.ua-8abfce119e3408a32d261fcce5da53387320e5c4.tar.gz eclipse.platform.ua-8abfce119e3408a32d261fcce5da53387320e5c4.tar.xz eclipse.platform.ua-8abfce119e3408a32d261fcce5da53387320e5c4.zip |
Bug 509946 - [clean up] fix trailing spaces in platform help once andY20170112-1300Y20170112-1000Y20170105-1040Y20170105-1000I20170112-0245I20170112-0200I20170111-2000I20170111-0200I20170110-2000I20170109-2000I20170108-2000I20170107-2000I20170106-2000I20170105-2000I20170105-0320I20170105-0230I20170104-2000
forever
Applied Cleanup-> Remove trailing spaces on all help projects. Only
those four projects had whitespace issues: org.eclipse.help.ui,
org.eclipse.ui.intro.quicklinks, org.eclipse.ui.intro.universal,
org.eclipse.ui.intro. Same four projects haven't automatic save actions
enabled, therefore I've updated the settings too.
Change-Id: If7f896ab4ceb6587af6f211057729f443fd016cb
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
Diffstat (limited to 'org.eclipse.ui.intro.quicklinks/src')
2 files changed, 10 insertions, 10 deletions
diff --git a/org.eclipse.ui.intro.quicklinks/src/org/eclipse/ui/intro/quicklinks/QuicklinksViewer.java b/org.eclipse.ui.intro.quicklinks/src/org/eclipse/ui/intro/quicklinks/QuicklinksViewer.java index 23283bb28..3588e455c 100644 --- a/org.eclipse.ui.intro.quicklinks/src/org/eclipse/ui/intro/quicklinks/QuicklinksViewer.java +++ b/org.eclipse.ui.intro.quicklinks/src/org/eclipse/ui/intro/quicklinks/QuicklinksViewer.java @@ -4,7 +4,7 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * + * * Contributors: * Manumitting Technologies Inc - initial API and implementation *******************************************************************************/ @@ -70,7 +70,7 @@ import org.osgi.framework.FrameworkUtil; * from an extension point. The appearance of these quicklinks is normally taken * from the command metadata, including the image icon, but can be tailored. * These tailorings can be made optional depending on the current theme. - * + * * This implementation is still experimental and subject to change. Feedback * welcome as a <a href="http://eclip.se/9f">bug report on the Eclipse Bugzilla * against Platform/User Assistance</a>. @@ -160,7 +160,7 @@ public class QuicklinksViewer implements IIntroContentProvider { /** * Return the list of configured {@link Quicklink} that can be found. - * + * * @return */ public List<Quicklink> get() { @@ -177,7 +177,7 @@ public class QuicklinksViewer implements IIntroContentProvider { } } } - + for (IExtension ext : extensions) { if (productBundle == null || !productBundle.getSymbolicName().equals(ext.getNamespaceIdentifier())) { for (IConfigurationElement ce : ext.getConfigurationElements()) { @@ -247,7 +247,7 @@ public class QuicklinksViewer implements IIntroContentProvider { /** * Find {@link Quicklink}s whose {@code commandSpec} matches the simple * wildcard pattern in {@code commandSpecPattern} - * + * * @param commandSpecPattern * a simple wildcard pattern supporting *, ? * @return the set of matching Quicklinks @@ -326,7 +326,7 @@ public class QuicklinksViewer implements IIntroContentProvider { /** * Find the current Welcome/Intro identifier - * + * * @return the current identifier or {@code null} if no theme */ protected String getCurrentThemeId() { @@ -396,7 +396,7 @@ public class QuicklinksViewer implements IIntroContentProvider { * Rewrite or possible extract the icon at the given URL to a stable URL * that can be embedded in HTML and rendered in a browser. May create * temporary files that will be cleaned up on exit. - * + * * @param iconURL * @return stable URL */ @@ -425,7 +425,7 @@ public class QuicklinksViewer implements IIntroContentProvider { /** * Write out the image as a data: URL if possible or to the file-system. - * + * * @param descriptor * @return URL with the resulting image */ @@ -496,7 +496,7 @@ public class QuicklinksViewer implements IIntroContentProvider { * Attempt to populate common fields given other information. For commands, * we look up information in the ICommandService and ICommandImageService. * Return false if this quicklink cannot be found and should not be shown. - * + * * @return true if should be included */ private boolean populateQuicklink(Quicklink ql) { diff --git a/org.eclipse.ui.intro.quicklinks/src/org/eclipse/ui/intro/quicklinks/URLLabelProvider.java b/org.eclipse.ui.intro.quicklinks/src/org/eclipse/ui/intro/quicklinks/URLLabelProvider.java index 20ec3abd1..8ba05557a 100644 --- a/org.eclipse.ui.intro.quicklinks/src/org/eclipse/ui/intro/quicklinks/URLLabelProvider.java +++ b/org.eclipse.ui.intro.quicklinks/src/org/eclipse/ui/intro/quicklinks/URLLabelProvider.java @@ -4,7 +4,7 @@ * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html - * + * * Contributors: * Manumitting Technologies Inc - initial API and implementation *******************************************************************************/ |