From jira-events at lists.jboss.org Tue Aug 27 03:43:26 2013 Content-Type: multipart/mixed; boundary="===============1431013097592499318==" MIME-Version: 1.0 From: Alexey Kazakov (JIRA) To: jbosstools-issues at lists.jboss.org Subject: [jbosstools-issues] [JBoss JIRA] (JBIDE-15349) content assist for filenames in html Date: Tue, 27 Aug 2013 03:43:26 -0400 Message-ID: In-Reply-To: JIRA.12498743.1376655225000@jira02.app.mwc.hst.phx2.redhat.com --===============1431013097592499318== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://issues.jboss.org/browse/JBIDE-15349?page=3Dcom.atlassian.jira= .plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D12799408#= comment-12799408 ] = Alexey Kazakov commented on JBIDE-15349: ---------------------------------------- Actually it works with relative paths only: "../lib/|", "lib/|", "../../lib= /|" etc. It doesn't work for absulute (relative to webroot) paths which sta= rts with "/": "/lib". We could check if the project is a dynamic web projec= t and add absoulute paths too but I'm not sure that it's very useful for ht= ml developers. It may confuse users if we mix absolute and relative paths. = > 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.0.Alpha1 > > > given > > 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 option= s. > given src=3D"a|" then content assist should at least offer app.js as comp= letion 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 a= pp.js in priority. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira --===============1431013097592499318==--