Closed GoogleCodeExporter closed 8 years ago
Thanks for the report. The plugin has not been tested against any of the recent
EAP's from JetBrains yet. I will look into it soon.
Original comment by ronnie.k...@gmail.com
on 21 Sep 2011 at 6:22
Your plugin is currently must-have thing for me, so this is the only thing
holding me back from switching to the last build. Thanks for investing time in
such a useful tool!
Original comment by vcos...@gmail.com
on 21 Sep 2011 at 7:55
A million thanks for what is quite possibly the best plugin for the IDEA
platform!
I've also experienced the same issue, although it's not stopping me from using
the IDE. Platform is Windows 7 x64, PhpStorm 108.1343, CSS X-Fire 1.20.
I thought I'd add my stack trace, in case it helps you out.
Message:
com.intellij.openapi.vfs.VirtualFile.getIcon()Ljavax/swing/Icon;:
com.intellij.openapi.vfs.VirtualFile.getIcon()Ljavax/swing/Icon;
Trace:
com.intellij.openapi.vfs.VirtualFile.getIcon()Ljavax/swing/Icon;:
com.intellij.openapi.vfs.VirtualFile.getIcon()Ljavax/swing/Icon;
java.lang.NoSuchMethodError:
com.intellij.openapi.vfs.VirtualFile.getIcon()Ljavax/swing/Icon;
at com.googlecode.cssxfire.tree.CssRootNode.getIcon(CssRootNode.java:48)
at com.googlecode.cssxfire.tree.CssChangesTreeModel$MyTreeCellRenderer.getTreeCellRendererComponent(CssChangesTreeModel.java:169)
at javax.swing.plaf.basic.BasicTreeUI$NodeDimensionsHandler.getNodeDimensions(BasicTreeUI.java:2712)
at javax.swing.tree.AbstractLayoutCache.getNodeDimensions(AbstractLayoutCache.java:475)
at javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.updatePreferredSize(VariableHeightLayoutCache.java:1342)
at javax.swing.tree.VariableHeightLayoutCache.rebuild(VariableHeightLayoutCache.java:720)
at javax.swing.tree.VariableHeightLayoutCache.treeStructureChanged(VariableHeightLayoutCache.java:626)
at javax.swing.plaf.basic.BasicTreeUI$Handler.treeStructureChanged(BasicTreeUI.java:3824)
at javax.swing.tree.DefaultTreeModel.fireTreeStructureChanged(DefaultTreeModel.java:561)
at javax.swing.tree.DefaultTreeModel.nodeStructureChanged(DefaultTreeModel.java:347)
at com.googlecode.cssxfire.ui.CssToolWindow.clearTree(CssToolWindow.java:214)
at com.googlecode.cssxfire.IncomingChangesComponent.projectClosed(IncomingChangesComponent.java:169)
at com.intellij.openapi.project.impl.ProjectImpl.projectClosed(ProjectImpl.java:398)
at com.intellij.openapi.project.impl.ProjectImpl.access$300(ProjectImpl.java:79)
at com.intellij.openapi.project.impl.ProjectImpl$MyProjectManagerListener.projectClosed(ProjectImpl.java:424)
at com.intellij.openapi.project.impl.ProjectManagerImpl$2.projectClosed(ProjectManagerImpl.java:155)
at com.intellij.openapi.project.impl.ProjectManagerImpl.fireProjectClosed(ProjectManagerImpl.java:1093)
at com.intellij.openapi.project.impl.ProjectManagerImpl.access$1500(ProjectManagerImpl.java:78)
at com.intellij.openapi.project.impl.ProjectManagerImpl$19.run(ProjectManagerImpl.java:997)
at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:891)
at com.intellij.openapi.project.impl.ProjectManagerImpl.closeProject(ProjectManagerImpl.java:989)
at com.intellij.openapi.project.impl.ProjectManagerImpl.closeAndDispose(ProjectManagerImpl.java:1014)
at com.intellij.ide.impl.ProjectUtil.closeAndDispose(ProjectUtil.java:85)
at com.intellij.openapi.wm.impl.IdeFrameImpl$2$1.run(IdeFrameImpl.java:170)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:333)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:641)
at java.awt.EventQueue.access$000(EventQueue.java:84)
at java.awt.EventQueue$1.run(EventQueue.java:602)
at java.awt.EventQueue$1.run(EventQueue.java:600)
at java.security.AccessController.$$YJP$$doPrivileged(Native Method)
at java.security.AccessController.doPrivileged(AccessController.java)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:611)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:679)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:534)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:416)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:374)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Original comment by nils.lux...@gmail.com
on 22 Sep 2011 at 9:39
Could you guys help me out with trying the attached plugin archive? I've made a
couple of changes so that it is compatible with both old versions and the
latest EAP's.
The startup issues should be fixed although there may be other stuff not
working 100% which I would need to identify before making a new release.
To try it out, shut down PhpStorm and replace the file CSS-X-Fire_9831.jar in
~/.WebIde10/config/plugins with the one attached in this comment. The fire up
your IDE again and start working!
Your feedback would be valuable in order for a new release. Thanks.
Original comment by ronnie.k...@gmail.com
on 22 Sep 2011 at 10:58
Attachments:
I just tested it on 108.1343 and on the previous build 107.592 - it worked
great on both, so far no bugs occurred. Thanks!
Btw, the new build created the folder ~/.WebIDE10 instead of ~/.WebIde10 , so
the users of case sensitive systems like Linux, so from now on the phpstorm
profile folder is at ~/.WebIDE10
Original comment by vcos...@gmail.com
on 22 Sep 2011 at 12:51
Windows 7, PhpStorm build 108.1343, Firfox 6.0.2, all work, thank!
Original comment by skyma...@gmail.com
on 22 Sep 2011 at 3:53
Thanks for testing. I'll try to roll out an official build this weekend.
Original comment by ronnie.k...@gmail.com
on 22 Sep 2011 at 4:20
Original comment by ronnie.k...@gmail.com
on 24 Sep 2011 at 2:37
Original issue reported on code.google.com by
vcos...@gmail.com
on 21 Sep 2011 at 5:35