Hi all,
found this in the console:
Exception occurred during event dispatching:
java.lang.NullPointerException
at com.intellij.ide.navigator.impl.by.i(by.java:147)
at com.intellij.ide.navigator.impl.by.e(by.java:334)
at com.intellij.ide.navigator.impl.a.focusGained(a.java:1)
at java.awt.AWTEventMulticaster.focusGained(AWTEventMulticaster.java:161)
at java.awt.AWTEventMulticaster.focusGained(AWTEventMulticaster.java:160)
at java.awt.AWTEventMulticaster.focusGained(AWTEventMulticaster.java:160)
at java.awt.Component.processFocusEvent(Component.java:3639)
at javax.swing.JComponent.processFocusEvent(JComponent.java:1980)
at java.awt.Component.processEvent(Component.java:3535)
at java.awt.Container.processEvent(Container.java:1164)
at java.awt.Component.dispatchEventImpl(Component.java:2593)
at java.awt.Container.dispatchEventImpl(Container.java:1213)
at java.awt.Component.dispatchEvent(Component.java:2497)
at java.awt.LightweightDispatcher.processFocusEvent(Container.java:2167)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2130)
at java.awt.Container.dispatchEventImpl(Container.java:1200)
at java.awt.Window.dispatchEventImpl(Window.java:926)
at java.awt.Component.dispatchEvent(Component.java:2497)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
I have no idea as to what caused it. I have the ariadna window in the background with a project that i'm not currently editing. The only stuff that happends there is me switching to that app a little now and then.
