IDE bug?

Hi. This refers to the 0003 version: when I click the left mouse button inside the textarea

without any selection arduino says:

java.lang.NullPointerException
at processing.app.Editor$TextAreaPopup.show(Editor.java:1971)

at processing.app.syntax.JEditTextArea$MouseHandler.mousePressed(JEditTextArea.java:2082)

at java.awt.AWTEventMulticaster.mousePressed(Unknown Source)
at 

java.awt.Component.processMouseEvent(Unknown Source)
at 

java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown 

Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at 

java.awt.Container.dispatchEventImpl(Unknown Source)
at 

java.awt.Component.dispatchEvent(Unknown Source)
at 

java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at 

java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at 

java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at 

java.awt.Container.dispatchEventImpl(Unknown Source)
at 

java.awt.Window.dispatchEventImpl(Unknown Source)
at 

java.awt.Component.dispatchEvent(Unknown Source)
at 

java.awt.EventQueue.dispatchEvent(Unknown Source)
at 

java.awt.EventDispatchThread.pumpOneEventForHierarchy(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)

Any idea?
SO windows XP SP1. & PIV
Regards.
Nach.

weird

i'll ask david to have a look at it... I'm the macos x guy :slight_smile:

thank you for informing us!

massimo

I see the problem: a feature was disabled but only partially. This will be corrected in release 0004. Thanks for the bug report.