[jbosstools-issues] [JBoss JIRA] (JBIDE-15384) CLONE - content assist for filenames in html

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Fri Aug 30 19:03:03 EDT 2013


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

Alexey Kazakov commented on JBIDE-15384:
----------------------------------------

>From JBIDE-15349:

Content assist works for full path and for file names: http://www.screenr.com/rQOH
It works for:
{code}
<script src="*.js">
<link rel="stylesheet" href="*.css">
<img src="image files">
<video src="video files">
<audio src="audio filse">
<source src="video or audio depending on the parent element">
<a href="html files">
{code}
                
> CLONE - content assist for filenames in html
> --------------------------------------------
>
>                 Key: JBIDE-15384
>                 URL: https://issues.jboss.org/browse/JBIDE-15384
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: jsp/jsf/xml/html source editing
>            Reporter: Alexey Kazakov
>            Assignee: Alexey Kazakov
>              Labels: new_and_noteworthy
>             Fix For: 4.1.1.Alpha1
>
>
> given
> <script type="text/javascript" src="|"></script>
> and app.js, lib/angular.js exists relative to the file being edited.
> then content assist at | should offer app.js and lib/angular.js as options.
> given src="a|" then content assist should at least offer app.js as completion but also nice if lib/angular.js is offered so it user does not need to remember the full path. This "secondary" location should be lower than app.js in priority.

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