[
https://issues.jboss.org/browse/JBIDE-15349?page=com.atlassian.jira.plugi...
]
Alexey Kazakov edited comment on JBIDE-15349 at 8/26/13 5:23 PM:
-----------------------------------------------------------------
Content assist works for full path and for file names:
http://www.screenr.com/rQOH
It works for:
- <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">
was (Author: akazakov):
http://www.screenr.com/rQOH
content assist for filenames in html
------------------------------------
Key: JBIDE-15349
URL:
https://issues.jboss.org/browse/JBIDE-15349
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml/html source editing
Reporter: Max Rydahl Andersen
Assignee: Alexey Kazakov
Labels: new_and_noteworthy
Fix For: 4.2.x
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