[
http://jira.jboss.com/jira/browse/JBIDE-2334?page=comments#action_12417548 ]
Max Rydahl Andersen commented on JBIDE-2334:
--------------------------------------------
My comment to Alexey was:
If the shown list does not take "a" into consideration for the completion (and
my guess is that it does not since it is not part of any EL) then it should not delete the
"a".
JSF EL Code assist should add EL to attribute value but not replace
whole not-EL value.
---------------------------------------------------------------------------------------
Key: JBIDE-2334
URL:
http://jira.jboss.com/jira/browse/JBIDE-2334
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor
Affects Versions: 2.1.1
Reporter: Anton Klimkovich
Assigned To: Victor Rubezhny
Fix For: 2.1.2
EXECUTE: Add <h:outputText value="a"/>
EXECUTE: Set cursor on value="a|"
EXECUTE: Ctrl+Space
EXECUTE: Select #{actor} or #{applicationScope}. Press enter.
ASSERT: <h:outputText value="a#{actor}"/> or <h:outputText
value="a#{applicationScope}"/> is inserted.
EXECUTE: Add <h:outputText value="#{a"/>
EXECUTE: Set cursor on value="#{a|"
EXECUTE: Ctrl+Space
EXECUTE: Select #{actor} or #{applicationScope}. Press enter.
ASSERT: <h:outputText value="#{actor}"/> or <h:outputText
value="#{applicationScope}"/> is inserted.
--
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