[
https://issues.jboss.org/browse/JBIDE-16338?page=com.atlassian.jira.plugi...
]
Alexey Kazakov commented on JBIDE-16338:
----------------------------------------
JBT already provides a good content assist for style classes in class=""
attributes. But it works only if the linked css is available in the local file system.
For example:
{code}
<head>
<link rel="stylesheet"
href="resources/jquery.mobile-1.4.0.min.css" />
</head>
{code}
Style classes from jquery.mobile-1.4.0.min.css will be available for content assist if
there is resources/jquery.mobile-1.4.0.min.css.
Another example:
{code}
<head>
<link rel="stylesheet"
href="http://code.jquery.com/mobile/1.4.0/jquery.mobile-1.4.0.min.cs... />
</head>
{code}
Style classes from a remote site won't be available for content assist.
Maybe we should download css files and store them in the workspace and use them as local
if there is a link with the same remote URL.
JQuery Mobile 1.4 class="ui-*" content assist
---------------------------------------------
Key: JBIDE-16338
URL:
https://issues.jboss.org/browse/JBIDE-16338
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: jsp/jsf/xml/html source editing
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Labels: new_and_noteworthy
Fix For: 4.2.0.Alpha2
--
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