-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0 M1
-
Fix Version/s: 3.0 M3
-
Component/s: Editors, Editors > JSP
-
Labels:None
-
Environment:Liferay IDE 3.0.0.201602162006-m1
xml search features like texthover , content assist about message key in jsp files all doesn't work for gradle project
eg. <liferay-ui:message key="MessageKeyHoverTest"/> etc there's no validation for the message value and no texthover
hyperlink works for message key in few tags , most doesnt work
eg .<liferay-ui:error message="MessageKeyHoverTest"/>
<aui:input name="test" helpMessage="MessageKeyHoverTest"/>
<aui:a href="link" title="MessageKeyHoverTest"/>
<liferay-ui:social-activities feedLinkMessage="MessageKeyHoverTest"/>
etc
can test with project attached