[
https://issues.jboss.org/browse/JBIDE-3419?page=com.atlassian.jira.plugin...
]
Max Rydahl Andersen resolved JBIDE-3419.
----------------------------------------
Resolution: Out of Date
Thank you for reporting this issue but this issue have been resolved as out-of-date since
it has not had any updates for the last 2+ years (730 days).
If you believe this issue is still relevant and important then please reopen the issue or
create a new one mentioning/linking this jira for background information.
Thank you!
CSS Refactoring: Make it easy to switch between internal an external
CSS
------------------------------------------------------------------------
Key: JBIDE-3419
URL:
https://issues.jboss.org/browse/JBIDE-3419
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml/html source editing
Affects Versions: 3.0.0.cr1
Reporter: Francisco Jose Peredo Noguez
Fix For: LATER
Some times it is just easier to use the "style" attribute of an html tag to
alter/change the way it is presented to the user, but later, it is better to consolidate
this information in an external .css file. I would be really nice if I could right click
the "style" attribute of an html tag, select "Refactor->Extract Style to
CSS file" in the contextual menu and have the style automatically copied to the .css
file I choose (and of course have the <link href="..."
rel="stylesheet" type="text/css" /> automatically created for me.
I would also be great if it could be done not only on an individual tag, but in all the
tags in a file, or even in all the files in a project.
And of course there are times when is more convenient to have the style embedded in the
html file and drop the <link href="..." rel="stylesheet"
type="text/css" /> , for those cases it would be really nice to have a
"Inline css" option to do the opposite.
--
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