Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBeth Tibbitts2008-08-21 20:59:49 +0000
committerBeth Tibbitts2008-08-21 20:59:49 +0000
commitb8e4102b2223fbd98b54266f72f05fc7f9965365 (patch)
treefdd197c5fe270bc94dce4a16b54f4261df6195b1 /tools/pldt/org.eclipse.ptp.pldt.upc
parent7490b1f723a00a3cbe02829f2a349b4b9268fdaf (diff)
downloadorg.eclipse.ptp-b8e4102b2223fbd98b54266f72f05fc7f9965365.tar.gz
org.eclipse.ptp-b8e4102b2223fbd98b54266f72f05fc7f9965365.tar.xz
org.eclipse.ptp-b8e4102b2223fbd98b54266f72f05fc7f9965365.zip
comment to explain workaround and not requiring CDT patch
Diffstat (limited to 'tools/pldt/org.eclipse.ptp.pldt.upc')
-rw-r--r--tools/pldt/org.eclipse.ptp.pldt.upc/src/org/eclipse/ptp/pldt/upc/editorHelp/UPCCHelpInfoProvider.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/pldt/org.eclipse.ptp.pldt.upc/src/org/eclipse/ptp/pldt/upc/editorHelp/UPCCHelpInfoProvider.java b/tools/pldt/org.eclipse.ptp.pldt.upc/src/org/eclipse/ptp/pldt/upc/editorHelp/UPCCHelpInfoProvider.java
index f0ba897af..3268b3626 100644
--- a/tools/pldt/org.eclipse.ptp.pldt.upc/src/org/eclipse/ptp/pldt/upc/editorHelp/UPCCHelpInfoProvider.java
+++ b/tools/pldt/org.eclipse.ptp.pldt.upc/src/org/eclipse/ptp/pldt/upc/editorHelp/UPCCHelpInfoProvider.java
@@ -20,6 +20,8 @@ import org.eclipse.ptp.pldt.common.editorHelp.CHelpProviderImpl;
* <b>Note:</b> This requires a fix to CDT post-5.0.0 release
* to org.eclipse.cdt.internal.core.model.TranslationUnit - to recognize content-type of UPC to be a deriviative ("kindOf") the C content type.
* <p>See https://bugs.eclipse.org/bugs/show_bug.cgi?id=237331
+ * <p>Further note: a workaround has been applied in UCCCHelpBook to not require the CDT patch
+ *
*
* @author Beth Tibbitts
*

Back to the top