[jbosstools-issues] [JBoss JIRA] (JBIDE-16338) JQuery Mobile 1.4 class="ui-*" content assist

Alexey Kazakov (JIRA) issues at jboss.org
Wed Jan 8 19:31:32 EST 2014


    [ https://issues.jboss.org/browse/JBIDE-16338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12934589#comment-12934589 ] 

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.css" />
</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


More information about the jbosstools-issues mailing list