[
http://jira.jboss.com/jira/browse/JBIDE-2131?page=comments#action_12411213 ]
Snjezana Peco commented on JBIDE-2131:
--------------------------------------
This constant serves to define the InformationDispatchAction action (Show &Tooltip
Description).
In WTP 2.0 (Eclipse 3.3), this action is defined in the AbstractTextEditor and
StructuredTextEditor classes.
It is removed from the StructuredTextEditor class in WTP 3.0. The constant can be replaced
with ITextEditorActionDefinitionIds.SHOW_INFORMATION.
The StructuredTextEditorActionConstants.ACTION_NAME_INFORMATION constant can be replaced
with ITextEditorActionConstants.SHOW_INFORMATION.
Attached is a patch.
[WTP-Ganymede] ActionDefinitionIds.INFORMATION cannot be resolved
-----------------------------------------------------------------
Key: JBIDE-2131
URL:
http://jira.jboss.com/jira/browse/JBIDE-2131
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Reporter: Max Rydahl Andersen
Fix For: LATER
Attachments: org.jboss.tools.jst.jsp.patch
WTP 2.x:
public final static String INFORMATION =
"org.eclipse.wst.sse.ui.show.javadoc";//$NON-NLS-1$
Used in jboss tools JSPMultiPageContributor - found no usage of it in WTP 2.x
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira