[
http://jira.jboss.com/jira/browse/JBIDE-1624?page=all ]
Vitali Yemialyanchyk reopened JBIDE-1624:
-----------------------------------------
simple solution as
>>
for (char ch = 'a'; ch <= 'z'; ch++)
{
String matchStrTmp = String.valueOf(ch);
attributeValueProposals.addAll(getAttributeValueProposals(attributeName, matchStrTmp,
offset, contentAssistRequest));
}
>>
not suitable cause don't cover all posible cases -
for example not us letters in names
Code Assist not work in hbm.xml for class name when it is empty
---------------------------------------------------------------
Key: JBIDE-1624
URL:
http://jira.jboss.com/jira/browse/JBIDE-1624
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Hibernate
Reporter: Dima Geraskov
Assigned To: Vitali Yemialyanchyk
Fix For: 2.0.1
Attachments: screenshot-1.jpg, screenshot-2.jpg, screenshot-3.jpg
--
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