]
Viacheslav Kabanovich resolved JBIDE-1065.
------------------------------------------
Resolution: Done
Warnings stopped only after I removed registering key bindings for all actions, not only
for content assist.
It seems very strange that after that all text actions (Copy,Cut,...,Undo/Redo,...,Content
Assist) still work.
The JSP editor contributor is implemented in the same way as for XML editors where
registration of key bindings is needed and causes no problems.
If some regression of JSP Editor actions performance takes place, then my change has to be
rolled back.
In error log: Handler conflicts - this may disable some commands
----------------------------------------------------------------
Key: JBIDE-1065
URL:
http://jira.jboss.com/jira/browse/JBIDE-1065
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: core
Affects Versions: 2.0.0.Beta4
Reporter: Max Andersen
Assigned To: Viacheslav Kabanovich
Fix For: 2.1
I keep getting these in the error log when I have used one of our xmodel editors or
browse the project explorer tree (not sure which one ;)
!ENTRY org.eclipse.ui.workbench 2 0 2007-10-10 08:35:03.089
!MESSAGE A handler conflict occurred. This may disable some commands.
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-10-10 08:35:03.089
!MESSAGE Conflict for 'delete':
HandlerActivation(commandId=delete,
handler=ActionHandler(org.eclipse.ui.texteditor.TextOperationAction@1f0fda9),
expression=AndExpression(ActivePartExpression(org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor@162545a),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)c1c7c4)),sourcePriority=1064960)
HandlerActivation(commandId=delete,
handler=ActionHandler(org.eclipse.ui.texteditor.TextOperationAction@9d77c2),
expression=AndExpression(ActivePartExpression(org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor@162545a),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)c1c7c4)),sourcePriority=1064960)
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-10-10 08:35:03.089
!MESSAGE Conflict for 'ContentAssistProposals':
HandlerActivation(commandId=ContentAssistProposals,
handler=ActionHandler(org.eclipse.ui.texteditor.TextOperationAction@216806),
expression=AndExpression(ActivePartExpression(org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor@162545a),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)c1c7c4)),sourcePriority=1064960)
HandlerActivation(commandId=ContentAssistProposals,
handler=ActionHandler(org.eclipse.ui.texteditor.TextOperationAction@1347dad),
expression=AndExpression(ActivePartExpression(org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor@162545a),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)c1c7c4)),sourcePriority=1064960)
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-10-10 08:35:03.089
!MESSAGE Conflict for 'redo':
HandlerActivation(commandId=redo,
handler=ActionHandler(org.eclipse.ui.texteditor.TextOperationAction@1270f6d),
expression=AndExpression(ActivePartExpression(org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor@162545a),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)c1c7c4)),sourcePriority=1064960)
HandlerActivation(commandId=redo,
handler=ActionHandler(org.eclipse.ui.texteditor.TextOperationAction@165eff6),
expression=AndExpression(ActivePartExpression(org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor@162545a),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)c1c7c4)),sourcePriority=1064960)
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-10-10 08:35:03.089
!MESSAGE Conflict for 'cut':
HandlerActivation(commandId=cut,
handler=ActionHandler(org.eclipse.ui.texteditor.TextOperationAction@16d0c80),
expression=AndExpression(ActivePartExpression(org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor@162545a),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)c1c7c4)),sourcePriority=1064960)
HandlerActivation(commandId=cut,
handler=ActionHandler(org.eclipse.ui.texteditor.TextOperationAction@4fe2b3),
expression=AndExpression(ActivePartExpression(org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor@162545a),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)c1c7c4)),sourcePriority=1064960)
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-10-10 08:35:03.089
!MESSAGE Conflict for 'copy':
HandlerActivation(commandId=copy,
handler=ActionHandler(org.eclipse.ui.texteditor.TextOperationAction@ac9587),
expression=AndExpression(ActivePartExpression(org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor@162545a),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)c1c7c4)),sourcePriority=1064960)
HandlerActivation(commandId=copy,
handler=ActionHandler(org.eclipse.ui.texteditor.TextOperationAction@8d03a6),
expression=AndExpression(ActivePartExpression(org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor@162545a),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)c1c7c4)),sourcePriority=1064960)
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-10-10 08:35:03.089
!MESSAGE Conflict for 'ShowTooltipDesc':
HandlerActivation(commandId=ShowTooltipDesc,
handler=ActionHandler(org.eclipse.wst.sse.ui.StructuredTextEditor$InformationDispatchAction@1eab9d6),
expression=AndExpression(ActivePartExpression(org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor@162545a),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)c1c7c4)),sourcePriority=1064960)
HandlerActivation(commandId=ShowTooltipDesc,
handler=ActionHandler(org.eclipse.wst.sse.ui.StructuredTextEditor$InformationDispatchAction@14e9cde),
expression=AndExpression(ActivePartExpression(org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor@162545a),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)c1c7c4)),sourcePriority=1064960)
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-10-10 08:35:03.090
!MESSAGE Conflict for 'paste':
HandlerActivation(commandId=paste,
handler=ActionHandler(org.eclipse.ui.texteditor.TextOperationAction@1ccd22),
expression=AndExpression(ActivePartExpression(org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor@162545a),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)c1c7c4)),sourcePriority=1064960)
HandlerActivation(commandId=paste,
handler=ActionHandler(org.eclipse.ui.texteditor.TextOperationAction@dfaba8),
expression=AndExpression(ActivePartExpression(org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor@162545a),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)c1c7c4)),sourcePriority=1064960)
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-10-10 08:35:03.090
!MESSAGE Conflict for 'undo':
HandlerActivation(commandId=undo,
handler=ActionHandler(org.eclipse.ui.texteditor.TextOperationAction@7eb581),
expression=AndExpression(ActivePartExpression(org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor@162545a),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)c1c7c4)),sourcePriority=1064960)
HandlerActivation(commandId=undo,
handler=ActionHandler(org.eclipse.ui.texteditor.TextOperationAction@be558a),
expression=AndExpression(ActivePartExpression(org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor@162545a),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)c1c7c4)),sourcePriority=1064960)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: