[jbosstools-issues] [JBoss JIRA] (JBIDE-13436) jQuery Mobile: Code completion for all the available page IDs for <a href="#...">

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Mon Jan 28 15:01:47 EST 2013


     [ https://issues.jboss.org/browse/JBIDE-13436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kazakov updated JBIDE-13436:
-----------------------------------

    Description: 
Suppose we have a multi-page document:

{code}
<body>
    <div data-role="page" id="foo">
    ...
        <a href="#bar">bar</a>  <!-- code completion for href="#| will show "foo" and "bar" -->
    ...
    </div>

    <div data-role="page" id="bar">
    ...
        <a href="#foo">Back to foo</a> <!-- code completion for href="#| will show "foo" and "bar" -->
    ...
    </div>
</body>
{code}

  was:
Suppose we have a multi-page document:

{code}
<body>
    <div data-role="page" id="foo">
    ...
        <a href="#bar">bar</a>  <!-- code completion for href=#| will show "foo" and "bar" -->
    ...
    </div>

    <div data-role="page" id="bar">
    ...
        <a href="#foo">Back to foo</a> <!-- code completion for href=#| will show "foo" and "bar" -->
    ...
    </div>
</body>
{code}


    
> jQuery Mobile: Code completion for all the available page IDs for <a href="#...">
> ---------------------------------------------------------------------------------
>
>                 Key: JBIDE-13436
>                 URL: https://issues.jboss.org/browse/JBIDE-13436
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: jsp/jsf/xml/html source editing
>            Reporter: Alexey Kazakov
>            Assignee: Alexey Kazakov
>             Fix For: 4.1.x
>
>
> Suppose we have a multi-page document:
> {code}
> <body>
>     <div data-role="page" id="foo">
>     ...
>         <a href="#bar">bar</a>  <!-- code completion for href="#| will show "foo" and "bar" -->
>     ...
>     </div>
>     <div data-role="page" id="bar">
>     ...
>         <a href="#foo">Back to foo</a> <!-- code completion for href="#| will show "foo" and "bar" -->
>     ...
>     </div>
> </body>
> {code}

--
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