[
https://issues.jboss.org/browse/JBIDE-12783?page=com.atlassian.jira.plugi...
]
Viacheslav Kabanovich commented on JBIDE-12783:
-----------------------------------------------
Now, it also seems to me that calling method initializeZContextMenuListener() from
editorContextMenuAboutToShow() is not needed, because adding ZContextMenuListener to menu
in createPartControl() is done when it is surely to become the last in the list.
Then, method initializeZContextMenuListener() as it is, is not needed at all, and in
createPartControl() it can be replaced by
{code}
if (data instanceof IMenuManager) {
(((IMenuManager)data)).addMenuListener(new ZContextMenuListener());
}
{code}
Missing QuickFix context menu within Source pane of VPE for JSF
project
-----------------------------------------------------------------------
Key: JBIDE-12783
URL:
https://issues.jboss.org/browse/JBIDE-12783
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing
Affects Versions: 4.0.0.Alpha2
Environment: Linux 64bit, Eclipse SDK 4.2.1, JBT 4.0.0.Alpha2-v20121002-1149-B19
Reporter: Vlado Pakan
Assignee: Victor Rubezhny
Priority: Critical
Fix For: 4.0.0.CR1
Attachments: disabledquickfixmenuproblemsview.png, jbide-12783-workaround.patch,
jbide-12783-workaround.v2.patch, noquickfixmenuvpe.png
1. Create JSF project
2. Open inputUserName.jsp
3. Change EL "#{user.name}" to "#{user.sname}"
4. Warning marker is displayed on side of VPE and warning appeared in Problems view
5. Right click on changed EL
ERROR: There is no QuickFix context menu
!noquickfixmenuvpe.png!
ERROR: QuickFix menu in Problems view is disabled
!disabledquickfixmenuproblemsview.png!
Workaround is to press Ctrl+1 in VPE editor
It's probably introduced by new Eclipse SDK 4.2.1
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira