[JBoss JIRA] Created: (JBIDE-592) when deleting project exceptions occur
by Max Andersen (JIRA)
when deleting project exceptions occur
--------------------------------------
Key: JBIDE-592
URL: http://jira.jboss.com/jira/browse/JBIDE-592
Project: JBoss Tools
Issue Type: Bug
Components: Seam
Affects Versions: 2.0.0.Beta2
Reporter: Max Andersen
Assigned To: Denis Golovin
delete a project with seam nature and the following happens:
java.lang.NullPointerException
at org.jboss.tools.seam.ui.views.RootContentProvider$ResourceChangeListener.resourceChanged(RootContentProvider.java:162)
at org.eclipse.core.internal.events.NotificationManager$2.run(NotificationManager.java:282)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:276)
at org.eclipse.core.internal.events.NotificationManager.handleEvent(NotificationManager.java:260)
at org.eclipse.core.internal.resources.Workspace.broadcastEvent(Workspace.java:305)
at org.eclipse.core.internal.resources.Resource.unprotectedDelete(Resource.java:1662)
at org.eclipse.core.internal.resources.Resource.delete(Resource.java:700)
at org.eclipse.core.internal.resources.Project.delete(Project.java:289)
at org.eclipse.ui.ide.undo.WorkspaceUndoUtil.delete(WorkspaceUndoUtil.java:578)
at org.eclipse.ui.ide.undo.WorkspaceUndoUtil.delete(WorkspaceUndoUtil.java:172)
at org.eclipse.ui.ide.undo.AbstractResourcesOperation.delete(AbstractResourcesOperation.java:111)
at org.eclipse.ui.ide.undo.DeleteResourcesOperation.doExecute(DeleteResourcesOperation.java:67)
at org.eclipse.ui.ide.undo.AbstractWorkspaceOperation$1.run(AbstractWorkspaceOperation.java:206)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797)
at org.eclipse.ui.ide.undo.AbstractWorkspaceOperation.execute(AbstractWorkspaceOperation.java:204)
at org.eclipse.ui.actions.DeleteResourceAction$4.run(DeleteResourceAction.java:533)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years
[JBoss JIRA] Created: (JBIDE-3419) CSS Refactoring: Make it easy to switch between internal an external CSS
by Francisco Jose Peredo Noguez (JIRA)
CSS Refactoring: Make it easy to switch between internal an external CSS
------------------------------------------------------------------------
Key: JBIDE-3419
URL: https://jira.jboss.org/jira/browse/JBIDE-3419
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml source editing
Reporter: Francisco Jose Peredo Noguez
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 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 and 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 embbeded 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 contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years