Git Product home page Git Product logo

css-x-fire's People

Contributors

ronniekk avatar

css-x-fire's Issues

make the module

What steps will reproduce the problem?
1.I have check out the source of css-x-fire,and import into my idea as a plugin 
module, when make module,the messages shows 
Z:/pm/css-x-fire-read-only/src/com/googlecode/cssxfire/CssUtils.java:31: 
software     com.intellij.psi.css.impl.util not exist. in addition, I can't 
find the class in the global intellij sdk source.I don't understand why

What is the expected output? What do you see instead?
I expect make module successful.But the class CssUtil not exist.

What version of the product are you using? On what operating system?
css-x-fire 1.23, intellij idea ultimate 11 RC, windows7



Original issue reported on code.google.com by [email protected] on 5 Dec 2011 at 4:58

Attachments:

IDE Fatal Error when opening PhpStorm 3.0 (Swing Icon Problem)

What steps will reproduce the problem?

1. Starting the IDE (PhpStorm 3.0) or any other time when a treeview should open

What is the expected output? What do you see instead?

IDE Fatal Error:

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.getTreeCellR
endererComponent(CssChangesTreeModel.java:169)
at 
javax.swing.plaf.basic.BasicTreeUI$NodeDimensionsHandler.getNodeDimensions(Basic
TreeUI.java:2712)
...


What version of the product are you using? On what operating system?

css-x-fire 1.20
PhpStorm 3.0
Java 7 (Build 1.7.0-b147)
Windows 7 Pro 64Bit

Original issue reported on code.google.com by [email protected] on 14 Dec 2011 at 11:18

css-x-fire not running in firefox 8.0.1 on mac

What steps will reproduce the problem?
1. Installed css-x-fire as plugin for phpstorm
2. running firefox 8.0.1
3. xpi says "incompatible with this version 8.0.1" 

What is the expected output? What do you see instead?
css-x-fire running firefox 8.0.1 on mac.

Best regards,

Boris

Original issue reported on code.google.com by [email protected] on 16 Dec 2011 at 4:45

The plugin stopped working in PhpStorm 3.0

What steps will reproduce the problem?
1. Install 108.1343 build of PhpStorm 3
2. Open the program
3. An exception shows up, can't open any project because of it

What version of the product are you using? On what operating system?
Ubuntu 11.04
JetBrains  108.1343
CSS-X-Fire 1.20

Please provide any additional information below.

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.updateNodeSizes(VariableHeightLayoutCache.java:900)
    at javax.swing.tree.VariableHeightLayoutCache.invalidateSizes(VariableHeightLayoutCache.java:354)
    at javax.swing.plaf.basic.BasicTreeUI.setCellRenderer(BasicTreeUI.java:367)
    at javax.swing.plaf.basic.BasicTreeUI$Handler.propertyChange(BasicTreeUI.java:3321)
    at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
    at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
    at java.awt.Component.firePropertyChange(Component.java:8154)
    at javax.swing.JTree.setCellRenderer(JTree.java:749)
    at com.googlecode.cssxfire.ui.CssToolWindow.<init>(CssToolWindow.java:74)
    at com.googlecode.cssxfire.IncomingChangesComponent.<init>(IncomingChangesComponent.java:83)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at org.picocontainer.defaults.InstantiatingComponentAdapter.newInstance(InstantiatingComponentAdapter.java:193)
    at org.picocontainer.defaults.ConstructorInjectionComponentAdapter$1.run(ConstructorInjectionComponentAdapter.java:220)
    at org.picocontainer.defaults.ThreadLocalCyclicDependencyGuard.observe(ThreadLocalCyclicDependencyGuard.java:53)
    at org.picocontainer.defaults.ConstructorInjectionComponentAdapter.getComponentInstance(ConstructorInjectionComponentAdapter.java:248)
    at org.picocontainer.defaults.DecoratingComponentAdapter.getComponentInstance(DecoratingComponentAdapter.java:60)
    at org.picocontainer.defaults.CachingComponentAdapter.getComponentInstance(CachingComponentAdapter.java:58)
    at com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter$1.getComponentInstance(ComponentManagerImpl.java:605)
    at com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter.getComponentInstance(ComponentManagerImpl.java:556)
    at com.intellij.util.pico.DefaultPicoContainer.getLocalInstance(DefaultPicoContainer.java:231)
    at com.intellij.util.pico.DefaultPicoContainer.getInstance(DefaultPicoContainer.java:218)
    at com.intellij.util.pico.DefaultPicoContainer.getComponentInstance(DefaultPicoContainer.java:200)
    at org.picocontainer.alternatives.AbstractDelegatingMutablePicoContainer.getComponentInstance(AbstractDelegatingMutablePicoContainer.java:75)
    at com.intellij.openapi.components.impl.ComponentManagerImpl.createComponent(ComponentManagerImpl.java:124)
    at com.intellij.openapi.components.impl.ComponentManagerImpl.createComponents(ComponentManagerImpl.java:105)
    at com.intellij.openapi.components.impl.ComponentManagerImpl.initComponents(ComponentManagerImpl.java:325)
    at com.intellij.openapi.components.impl.ComponentManagerImpl.init(ComponentManagerImpl.java:84)
    at com.intellij.openapi.project.impl.ProjectImpl.init(ProjectImpl.java:280)
    at com.intellij.openapi.project.impl.ProjectManagerImpl.createAndInitProject(ProjectManagerImpl.java:278)
    at com.intellij.openapi.project.impl.ProjectManagerImpl.doLoadProject(ProjectManagerImpl.java:311)
    at com.intellij.openapi.project.impl.ProjectManagerImpl.access$500(ProjectManagerImpl.java:78)
    at com.intellij.openapi.project.impl.ProjectManagerImpl$11.run(ProjectManagerImpl.java:545)
    at com.intellij.openapi.progress.impl.ProgressManagerImpl$3.run(ProgressManagerImpl.java:239)
    at com.intellij.openapi.progress.impl.ProgressManagerImpl$TaskRunnable.run(ProgressManagerImpl.java:432)
    at com.intellij.openapi.progress.impl.ProgressManagerImpl$4.run(ProgressManagerImpl.java:251)
    at com.intellij.openapi.progress.impl.ProgressManagerImpl$2.run(ProgressManagerImpl.java:178)
    at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:205)
    at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcess(ProgressManagerImpl.java:169)
    at com.intellij.openapi.application.impl.ApplicationImpl$9$1.run(ApplicationImpl.java:633)
    at com.intellij.openapi.application.impl.ApplicationImpl$7.run(ApplicationImpl.java:428)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:662)
    at com.intellij.openapi.application.impl.ApplicationImpl$1$1.run(ApplicationImpl.java:137)



java.lang.AssertionError: Can't instantiate component for: class 
com.googlecode.cssxfire.IncomingChangesComponent
    at com.intellij.openapi.components.impl.ComponentManagerImpl.createComponent(ComponentManagerImpl.java:125)
    at com.intellij.openapi.components.impl.ComponentManagerImpl.createComponents(ComponentManagerImpl.java:105)
    at com.intellij.openapi.components.impl.ComponentManagerImpl.initComponents(ComponentManagerImpl.java:325)
    at com.intellij.openapi.components.impl.ComponentManagerImpl.init(ComponentManagerImpl.java:84)
    at com.intellij.openapi.project.impl.ProjectImpl.init(ProjectImpl.java:280)
    at com.intellij.openapi.project.impl.ProjectManagerImpl.createAndInitProject(ProjectManagerImpl.java:278)
    at com.intellij.openapi.project.impl.ProjectManagerImpl.doLoadProject(ProjectManagerImpl.java:311)
    at com.intellij.openapi.project.impl.ProjectManagerImpl.access$500(ProjectManagerImpl.java:78)
    at com.intellij.openapi.project.impl.ProjectManagerImpl$11.run(ProjectManagerImpl.java:545)
    at com.intellij.openapi.progress.impl.ProgressManagerImpl$3.run(ProgressManagerImpl.java:239)
    at com.intellij.openapi.progress.impl.ProgressManagerImpl$TaskRunnable.run(ProgressManagerImpl.java:432)
    at com.intellij.openapi.progress.impl.ProgressManagerImpl$4.run(ProgressManagerImpl.java:251)
    at com.intellij.openapi.progress.impl.ProgressManagerImpl$2.run(ProgressManagerImpl.java:178)
    at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:205)
    at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcess(ProgressManagerImpl.java:169)
    at com.intellij.openapi.application.impl.ApplicationImpl$9$1.run(ApplicationImpl.java:633)
    at com.intellij.openapi.application.impl.ApplicationImpl$7.run(ApplicationImpl.java:428)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:662)
    at com.intellij.openapi.application.impl.ApplicationImpl$1$1.run(ApplicationImpl.java:137)



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.updateNodeSizes(VariableHeightLayoutCache.java:900)
    at javax.swing.tree.VariableHeightLayoutCache.invalidateSizes(VariableHeightLayoutCache.java:354)
    at javax.swing.plaf.basic.BasicTreeUI.setCellRenderer(BasicTreeUI.java:367)
    at javax.swing.plaf.basic.BasicTreeUI$Handler.propertyChange(BasicTreeUI.java:3321)
    at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
    at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
    at java.awt.Component.firePropertyChange(Component.java:8154)
    at javax.swing.JTree.setCellRenderer(JTree.java:749)
    at com.googlecode.cssxfire.ui.CssToolWindow.<init>(CssToolWindow.java:74)
    at com.googlecode.cssxfire.IncomingChangesComponent.<init>(IncomingChangesComponent.java:83)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at org.picocontainer.defaults.InstantiatingComponentAdapter.newInstance(InstantiatingComponentAdapter.java:193)
    at org.picocontainer.defaults.ConstructorInjectionComponentAdapter$1.run(ConstructorInjectionComponentAdapter.java:220)
    at org.picocontainer.defaults.ThreadLocalCyclicDependencyGuard.observe(ThreadLocalCyclicDependencyGuard.java:53)
    at org.picocontainer.defaults.ConstructorInjectionComponentAdapter.getComponentInstance(ConstructorInjectionComponentAdapter.java:248)
    at org.picocontainer.defaults.DecoratingComponentAdapter.getComponentInstance(DecoratingComponentAdapter.java:60)
    at org.picocontainer.defaults.CachingComponentAdapter.getComponentInstance(CachingComponentAdapter.java:58)
    at com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter$1.getComponentInstance(ComponentManagerImpl.java:605)
    at com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter.getComponentInstance(ComponentManagerImpl.java:556)
    at com.intellij.util.pico.DefaultPicoContainer.getLocalInstance(DefaultPicoContainer.java:231)
    at com.intellij.util.pico.DefaultPicoContainer.getInstance(DefaultPicoContainer.java:218)
    at com.intellij.util.pico.DefaultPicoContainer.getComponentInstance(DefaultPicoContainer.java:200)
    at org.picocontainer.alternatives.AbstractDelegatingMutablePicoContainer.getComponentInstance(AbstractDelegatingMutablePicoContainer.java:75)
    at com.intellij.openapi.components.impl.ComponentManagerImpl.createComponent(ComponentManagerImpl.java:124)
    at com.intellij.openapi.components.impl.ComponentManagerImpl.createComponents(ComponentManagerImpl.java:105)
    at com.intellij.openapi.components.impl.ComponentManagerImpl.initComponents(ComponentManagerImpl.java:325)
    at com.intellij.openapi.components.impl.ComponentManagerImpl.init(ComponentManagerImpl.java:84)
    at com.intellij.openapi.project.impl.ProjectImpl.init(ProjectImpl.java:280)
    at com.intellij.openapi.project.impl.ProjectManagerImpl.createAndInitProject(ProjectManagerImpl.java:278)
    at com.intellij.openapi.project.impl.ProjectManagerImpl.newProject(ProjectManagerImpl.java:223)
    at com.intellij.platform.PlatformProjectOpenProcessor.doOpenProject(PlatformProjectOpenProcessor.java:126)
    at com.intellij.platform.PlatformProjectOpenProcessor.doOpenProject(PlatformProjectOpenProcessor.java:76)
    at com.intellij.ide.RecentDirectoryProjectsManager.doOpenProject(RecentDirectoryProjectsManager.java:59)
    at com.intellij.ide.RecentProjectsManagerBase$ReopenProjectAction.actionPerformed(RecentProjectsManagerBase.java:294)
    at com.intellij.openapi.actionSystem.impl.ActionMenuItem$ActionTransmitter$1.run(ActionMenuItem.java:259)
    at com.intellij.openapi.wm.impl.FocusManagerImpl.runOnOwnContext(FocusManagerImpl.java:835)
    at com.intellij.openapi.actionSystem.impl.ActionMenuItem$ActionTransmitter.actionPerformed(ActionMenuItem.java:226)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
    at com.intellij.openapi.actionSystem.impl.ActionMenuItem.fireActionPerformed(ActionMenuItem.java:100)
    at com.intellij.ui.plaf.beg.BegMenuItemUI.doClick(BegMenuItemUI.java:512)
    at com.intellij.ui.plaf.beg.BegMenuItemUI.access$300(BegMenuItemUI.java:44)
    at com.intellij.ui.plaf.beg.BegMenuItemUI$MyMouseInputHandler.mouseReleased(BegMenuItemUI.java:532)
    at java.awt.Component.processMouseEvent(Component.java:6288)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
    at java.awt.Component.processEvent(Component.java:6053)
    at java.awt.Container.processEvent(Container.java:2041)
    at java.awt.Component.dispatchEventImpl(Component.java:4651)
    at java.awt.Container.dispatchEventImpl(Container.java:2099)
    at java.awt.Component.dispatchEvent(Component.java:4481)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
    at java.awt.Container.dispatchEventImpl(Container.java:2085)
    at java.awt.Window.dispatchEventImpl(Window.java:2478)
    at java.awt.Component.dispatchEvent(Component.java:4481)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:643)
    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.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
    at java.awt.EventQueue$2.run(EventQueue.java:616)
    at java.awt.EventQueue$2.run(EventQueue.java:614)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:613)
    at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:679)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:530)
    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)



java.lang.AssertionError: Can't instantiate component for: class 
com.googlecode.cssxfire.IncomingChangesComponent
    at com.intellij.openapi.components.impl.ComponentManagerImpl.createComponent(ComponentManagerImpl.java:125)
    at com.intellij.openapi.components.impl.ComponentManagerImpl.createComponents(ComponentManagerImpl.java:105)
    at com.intellij.openapi.components.impl.ComponentManagerImpl.initComponents(ComponentManagerImpl.java:325)
    at com.intellij.openapi.components.impl.ComponentManagerImpl.init(ComponentManagerImpl.java:84)
    at com.intellij.openapi.project.impl.ProjectImpl.init(ProjectImpl.java:280)
    at com.intellij.openapi.project.impl.ProjectManagerImpl.createAndInitProject(ProjectManagerImpl.java:278)
    at com.intellij.openapi.project.impl.ProjectManagerImpl.newProject(ProjectManagerImpl.java:223)
    at com.intellij.platform.PlatformProjectOpenProcessor.doOpenProject(PlatformProjectOpenProcessor.java:126)
    at com.intellij.platform.PlatformProjectOpenProcessor.doOpenProject(PlatformProjectOpenProcessor.java:76)
    at com.intellij.ide.RecentDirectoryProjectsManager.doOpenProject(RecentDirectoryProjectsManager.java:59)
    at com.intellij.ide.RecentProjectsManagerBase$ReopenProjectAction.actionPerformed(RecentProjectsManagerBase.java:294)
    at com.intellij.openapi.actionSystem.impl.ActionMenuItem$ActionTransmitter$1.run(ActionMenuItem.java:259)
    at com.intellij.openapi.wm.impl.FocusManagerImpl.runOnOwnContext(FocusManagerImpl.java:835)
    at com.intellij.openapi.actionSystem.impl.ActionMenuItem$ActionTransmitter.actionPerformed(ActionMenuItem.java:226)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
    at com.intellij.openapi.actionSystem.impl.ActionMenuItem.fireActionPerformed(ActionMenuItem.java:100)
    at com.intellij.ui.plaf.beg.BegMenuItemUI.doClick(BegMenuItemUI.java:512)
    at com.intellij.ui.plaf.beg.BegMenuItemUI.access$300(BegMenuItemUI.java:44)
    at com.intellij.ui.plaf.beg.BegMenuItemUI$MyMouseInputHandler.mouseReleased(BegMenuItemUI.java:532)
    at java.awt.Component.processMouseEvent(Component.java:6288)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
    at java.awt.Component.processEvent(Component.java:6053)
    at java.awt.Container.processEvent(Container.java:2041)
    at java.awt.Component.dispatchEventImpl(Component.java:4651)
    at java.awt.Container.dispatchEventImpl(Container.java:2099)
    at java.awt.Component.dispatchEvent(Component.java:4481)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
    at java.awt.Container.dispatchEventImpl(Container.java:2085)
    at java.awt.Window.dispatchEventImpl(Window.java:2478)
    at java.awt.Component.dispatchEvent(Component.java:4481)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:643)
    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.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
    at java.awt.EventQueue$2.run(EventQueue.java:616)
    at java.awt.EventQueue$2.run(EventQueue.java:614)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:613)
    at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:679)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:530)
    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 issue reported on code.google.com by [email protected] on 21 Sep 2011 at 5:35

CSS-X-Fire support for external hosts.

It appears that CSS-X-Fire only supports localhost. But for me I have a Virtual 
machine with Windows to test the site behavior, and my real machine with Linux 
have the PHPStorm installation.

Some configuration here to set what hosts can send messages will be nice. It is 
possible?

Original issue reported on code.google.com by [email protected] on 21 Feb 2011 at 6:14

Ability to rename selectors

It would be nice to be able to edit any part of the CSS file, for example 
change #wrapper p to #wrapper #content p and have the changes detected by the 
plugin.

Original issue reported on code.google.com by [email protected] on 28 Nov 2010 at 6:31

add 'filter by open files'

Just thinking of another way to filter out files with matching selectors. 
Perhaps an option to only show files that are also currently open. Not sure if 
thats doable but would help out alot. Thanks

Original issue reported on code.google.com by [email protected] on 19 May 2011 at 3:15

False positives with nested rules

What steps will reproduce the problem?
1. Have a stylesheet with nested rules, e.g. 
  body {
    h2 { property:value }
  }
2. Edit rule "h2" in Firebug (not "body h2")

What is the expected output? What do you see instead?
Expected is no match but insted matches "h2" inside "body".



Original issue reported on code.google.com by [email protected] on 10 Dec 2011 at 1:22

css-x-fire not working in php with include()

css-x-fire was working, but after update to new version of firefox, css-x-fire 
and firebug, its not working

What version of the product are you using? On what operating system?
css-x-fire 1.17
Firefox 4.0.1
Firebug 1.7.0
Windows 7

I have install Firefox not to the default Partition at C:/ but rather at D:/

Original issue reported on code.google.com by [email protected] on 12 May 2011 at 6:00

no information regarding installation configuration

No information regarding installation configuration.

Please provide a basic set of information regarding installation.

One problem that I found was that the Firefox extension is not published to 
mozilla directory and you cannot install from inside the browser (people may 
have several version of firefox)

Original issue reported on code.google.com by [email protected] on 26 Sep 2010 at 3:06

CSS-x-Fire not working with firefox version 9

What steps will reproduce the problem?
1. Using firefox version 9.0.1
2. Using Firebug version 1.9.0
3. Cannot install css-x-fire as it does not run with firefox version 9.

What is the expected output? What do you see instead?
css-x-fire running firefox 9 on pc.

What version of the product are you using? On what operating system?
1.24 windows 7 64-bit

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 15 Jan 2012 at 7:50

Feature: quick open correspond css rule

It will be very useful to add this menu "open css rule" link and add this 
action to middle mouse click.

Now, to do this you must to expand tree twice and then click changed property.

At the final step of any project I get a large list of minor changes in css 
from designers. Firebug +css-x-fire is very useful when you need to change 
value of some properties, but for adding new rules and properties IDE is more 
functional for me. 

There are many css files and rules in large projects and css-x-fire helps to 
find required places of code. Just find tag in firebug, disable and then enable 
any property of required tag and link will appears in css-x-fire incoming 
changes. 

I ask for this feature to make this navigation more quick.

Thank you!

Original issue reported on code.google.com by [email protected] on 29 Apr 2011 at 11:20

Attachments:

Sublime Text 2 support

Would be awesome to support this emerging powerful cross platform editor.
Plugins can be written in python

http://www.sublimetext.com/2

Original issue reported on code.google.com by [email protected] on 23 Oct 2011 at 6:32

Feature Request: Default settings: Expanded

I'm missing the feature, that the "Incoming changes" are always expanded. 
Everytime I change something within CSS (with a 'cleared' page, which gets 
cleared by page refresh), I need to expand the paths again, which takes time 
and does not always works by hotkeys.

Thanks!

Original issue reported on code.google.com by [email protected] on 3 May 2011 at 2:43

Will not hook into PhpStorm

Hello Ronnie-

Could find now way to contact you, as per your post on JetBrains. I have edited 
the heck out of the CSS both live and static... nothing happening. I have 
teamviewer installed if you'd care to take a look.... 

How can I reach you?

Original issue reported on code.google.com by [email protected] on 31 Mar 2011 at 5:03

Google Chrome extension

Firebug Lite is pretty good, but Chrome is used more and more often by web 
developers. Chrome's Firebug analog - "Developer tools" - is very poverful now, 
Jetbrains even released Chrome debugging mode for WebIDE.

Also, main Firebug developer is working on Google Chrome team now, so 
supporting Chrome DevTools partly means supporting Firebug evolution, brands 
and teams doesn't matter.




Original issue reported on code.google.com by [email protected] on 13 Oct 2011 at 1:09

  • Merged into: #2

FF 8

Hello,
Firefox 8 disables this extension, unfortunately.
I remember that last update stated it should be compatible with FF 8.

Andrew

Original issue reported on code.google.com by [email protected] on 9 Nov 2011 at 12:22

IDE does not revert changes if firebug is refreshed

What steps will reproduce the problem?
1. Make a CSS change in Firebug
2. Refresh browser
3. Firebug reverts all CSS

Expected: Since the values are no longer present in the browser, IDE should 
reflect the state of the browser.  
Actual: IDE retains the altered values out of sync with the refreshed state of 
the browser.

or

1. Enter invalid CSS in Firebug
2. Firebug automatically removes the invalid entry

Expected: IDE should stay in sync with Firebug and remove the invalid entry.
Actual: IDE retains the invalid entry.

Windows 7, IntelliJ IDEA 10.0.2, CSS-X-Fire 1.14

Original issue reported on code.google.com by [email protected] on 11 Mar 2011 at 5:06

Support for Css media queries

Right now, when values are changed, it is also changed inside all the media 
queries and if it not exist it is added..

Would be cool if it only modified the currently active media query


Original issue reported on code.google.com by [email protected] on 5 Oct 2010 at 9:36

Cannot differentiate between multiple files or selectors of the same name

What steps will reproduce the problem?
1. open a project in IntelliJ which contains multiple CSS files of the same 
name, but in different subfolders. OR open a project which contains multiple 
CSS files with different names, but using the same selector (for instance 
#content)
2. edit a value in Firebug
3. check the CSS-X-Fire "incoming changes" panel in IntelliJ

What is the expected output? What do you see instead?
When editing a single selector/attribute/value, the CSS-X-Fire "incoming 
changes" panel in IntelliJ should only show 1 file modified, but instead it 
shows every file in my project which matches that filename or selector (even 
after selecting "filename reduce filter").

What version of the product are you using? On what operating system?
css-x-fire 1.11
IntelliJ 10.0.1
Firefox 3.6.13
Firebug 1.6.0

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 4 Jan 2011 at 5:20

a !important construction not supported

What steps will reproduce the problem?
1. in firebug set a css-property to any tag: "width: 30px!important"
2. in phpStorm press on "Apply all changes" button of css-x-fire plugin
3.

What is the expected output? What do you see instead?
You see the style:
width: 30px;
but it must be
width: 30px!important;


What version of the product are you using? On what operating system?
CSS-x-Fire v1.23, ff8, phpStorm2.1, firebug 1.8.4, OS Windows 7

Please provide any additional information below.
Thank you for this plugin!

Original issue reported on code.google.com by [email protected] on 3 Dec 2011 at 12:45

Using the arrow keys within Firebug causes PhpStorm to hang

What steps will reproduce the problem?
1. Use FireBug withing Firefox
2. Select a number-value
3. Use the keyboard arrows (up and down) for changing a value

Excepted: Within PhpStorm the value should be usable. Instead, the new value is 
changing the whole time, until it has reached the value I've stopped modifying 
with the cursor keys.

It seems that the communication between Firefox and PhpStorm is to slow to get 
this. And PhpStorm does not react as fast as it should (nearly unusable), until 
the value within CSS-X-Fire (within the Tab of CSS-X-Fire) is the one of 
Firebug.

The operating system is Windows 7 Professional. PhpStorm version 2.0.1 and 
Firefox is at Version 4.0.

To make absolutely clear:

CSS-X-Fire shows:

height: 106px
height: 105px
height: 104px

down to the value I have scaled it wihtin Firebug (and up again)...
thx for reading

Original issue reported on code.google.com by [email protected] on 1 Apr 2011 at 9:03

Support SaSS and SCSS Files

Please provide any additional information below.

Would be great if this supported Sass and Scss file-types. All of that is 
open-source, so we know that it's possible. That would be amazing if we could 
add really great sass and (maybe even haml) support to the IDE then incorporate 
it with CSS-X-FIRE. Just an idea.

Original issue reported on code.google.com by joshuaschatz on 5 Oct 2010 at 12:24

File cache conflict

What steps will reproduce the problem?
1.Produce a chnage in firebug
2. Apply changes in PhpStorm

After i apply the changes, i get the PhpStorm alert:
http://i.imgur.com/gpur8.png

What version of the product are you using? On what operating system?
PhpStorm 3

Please provide any additional information below.
Previous versions worked okay

Original issue reported on code.google.com by [email protected] on 13 Dec 2011 at 10:15

Hotkey error on Apply all changes

What steps will reproduce the problem?
1. Assign a hotkey in the IDE settings to the Apply all changes button
2.
3.

What is the expected output? What do you see instead?
My CSS changes are supposed to be applied on pressing the hotkey. Instead 
WebStorm 2.1 reports an error.

What version of the product are you using? On what operating system?
1.18 on Win7 x64

Please provide any additional information below.

Exception in CSS-X-Fire:

Error during dispatching of 
java.awt.event.KeyEvent[KEY_PRESSED,keyCode=121,keyText=F10,keyChar=Undefined 
keyChar,keyLocation=KEY_LOCATION_STANDARD,rawCode=121,primaryLevelUnicode=0,scan
code=68] on frame0
java.lang.NullPointerException
    at com.googlecode.cssxfire.ui.CssToolWindow.applySelectedNode(CssToolWindow.java:276)
    at com.googlecode.cssxfire.action.ApplyNode.actionPerformed(ApplyNode.java:36)
    at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher$3.performAction(IdeKeyEventDispatcher.java:524)
    at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.processAction(IdeKeyEventDispatcher.java:564)
    at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.d(IdeKeyEventDispatcher.java:444)
    at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.dispatchKeyEvent(IdeKeyEventDispatcher.java:197)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:500)
    at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:410)
    at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:368)
    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 issue reported on code.google.com by [email protected] on 6 Jun 2011 at 7:31

No support for Firefox 10

Hi. There is a new version of Firefox 10. I can't install  *.xpi extension, v. 
1.24. 

Could you update this extension, please?


Original issue reported on code.google.com by [email protected] on 2 Feb 2012 at 10:30

Corrupted XPI

After having installed the CSS-X-Fire plugin for PyCharm, Firefox say the xpi 
seems to be corrupted, and therefore can't be installed.

I'm using PyCharm 2.0.1, Firefox 10.0.1, and cssxfire 1.25.

Original issue reported on code.google.com by [email protected] on 14 Feb 2012 at 11:44

Apply changes doesn't upload file

First let me say what a great extension this is.

The "Apply Changes" command updates my local file(s) correctly, but doesn't 
upload the files to the server though this is marked in the project settings.

It would make testing on a remote server much easier if this would work.

Thanks for your work!

Thomas

Original issue reported on code.google.com by [email protected] on 2 Oct 2010 at 12:53

Detect all CSS changes (addition or changes to selectors) not just value changes

What steps will reproduce the problem?
1. open Firebug CSS tab
2. click edit
3. change any value, it is not picked up by plugin

What is the expected output? What do you see instead?

I need to be able to edit any part of the CSS file, for example change #wrapper 
p to #wrapper #content p and have the changes detected by the plugin;
apparently it only picks up changes in the Style pane of the HTML tab, and only 
changes to the selector values. I want to also change the selectors, or add 
selectors

What version of the product are you using? On what operating system?
 1.8 on Windows 7

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 28 Oct 2010 at 12:58

not working in 102.18

Seems that css-x-fire not working in new 102.18 build.

CSS-X-Fire v. 1.10
Firebug 1.6.0
WebStrom 102.18
OS Windows 7 32bit

Error message appears when any property changed in firebug:

com.intellij.psi.css.impl.util.CssUtil.getMediumList(Lcom/intellij/psi/PsiElemen
t;)Lcom/intellij/psi/PsiElement;: 
com.intellij.psi.css.impl.util.CssUtil.getMediumList(Lcom/intellij/psi/PsiElemen
t;)Lcom/intellij/psi/PsiElement;
java.lang.NoSuchMethodError: 
com.intellij.psi.css.impl.util.CssUtil.getMediumList(Lcom/intellij/psi/PsiElemen
t;)Lcom/intellij/psi/PsiElement;
    at com.googlecode.cssxfire.IncomingChangesProcessor.getCandidates(IncomingChangesProcessor.java:108)
    at com.googlecode.cssxfire.IncomingChangesProcessor.getProjectCandidates(IncomingChangesProcessor.java:65)
    at com.googlecode.cssxfire.IncomingChangesComponent$3.run(IncomingChangesComponent.java:203)
    at com.intellij.openapi.project.DumbServiceImpl.runWhenSmart(DumbServiceImpl.java:96)
    at com.intellij.openapi.project.DumbService$1.run(DumbService.java:76)
    at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:319)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:652)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:506)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:405)
    at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:369)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)

Original issue reported on code.google.com by [email protected] on 30 Dec 2010 at 1:29

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.