[JBoss JIRA] (JBIDE-15349) content assist for filenames in html
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15349?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-15349:
-----------------------------------
Fix Version/s: 4.2.x
> 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
> 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
12 years, 7 months
[JBoss JIRA] (JBIDE-15349) content assist for filenames in html
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15349?page=com.atlassian.jira.plugi... ]
Alexey Kazakov reassigned JBIDE-15349:
--------------------------------------
Assignee: Alexey Kazakov
> 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
12 years, 7 months
[JBoss JIRA] (JBIDE-15348) when hyperlinked file does not exist offer to create one
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15348?page=com.atlassian.jira.plugi... ]
Alexey Kazakov reassigned JBIDE-15348:
--------------------------------------
Assignee: Daniel Azarov
> when hyperlinked file does not exist offer to create one
> --------------------------------------------------------
>
> Key: JBIDE-15348
> URL: https://issues.jboss.org/browse/JBIDE-15348
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Max Rydahl Andersen
> Assignee: Daniel Azarov
>
> When Ctrl+clicking on app.js in this snippet:
> <script type="text/javascript" src="js/app.js"></script>
> And the file js/app.js does not exist eclipse just "blinks".
> Better if we could offer creating the file, even just a blank/empty one.
> The same goes for image and css references, all those would be nice not having to go through the full ctrl+N wizard to just create such files.
--
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
12 years, 7 months
[JBoss JIRA] (JBIDE-15350) Using JBoss Tools Properties Editor, breaks the format (or removes) multiline property value
by thiago andrade (JIRA)
thiago andrade created JBIDE-15350:
--------------------------------------
Summary: Using JBoss Tools Properties Editor, breaks the format (or removes) multiline property value
Key: JBIDE-15350
URL: https://issues.jboss.org/browse/JBIDE-15350
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 4.1.0.Final
Reporter: thiago andrade
In eclipse juno with JbossTools installed and jboss tools property editor opening my .properties files
when I write in the file some something like
javascript.files=\
#
# JQuery scripts
#
\
jquery.js,\
j2browse.js,\
livequery.js,\
it saves the file correctly BUT when I close this file and open it again the jboss tools properties editor parses the file and it becames something like this
javascript.files=\#
# JQuery scripts
#
\
jquery.js,\
j2browse.js,\
livequery.js,\
That's it.
another error that I've identified is already reported at this link https://issues.jboss.org/browse/JBIDE-3833 BUT this issue is marked as resolved but it is not resolved.. the jboss tools properties editor still removes multiplie values variables from the file when it OPENS the file.
so this:
js.files = util.js
js.files = jquery.meiomask.js
js.files = json2.0.js
becames this:
js.files = json2.0.js
I think that the jboss tools parses the file and removes the multiple.. if the user dont modified the file and save the original file is not changed, but if any change is made to the file it is saved with the modifications made by jboss tools properties editor
--
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
12 years, 7 months