Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Aptana 3 app explorer right mouse click not working

Tags:

macos

aptana

While using the Aptana 3 App explorer or Project explorer, the right mouse submenu does not always work.

On some files/folders it works but others it does nothing. It seems random to me. It's not always the same files/folders.

Restarting Aptana usually makes it work again.

Anyone having the same issue or found a workaround?

I'm on Mac OSX Lion.

UPDATE After clearing the logfile and waiting for the problem to occur again, nothing noteworthy seems to be found in the logfile.

!SESSION 2011-08-24 08:09:21.674 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_26
java.vendor=Apple Inc.
BootLoader constants: OS=macosx, ARCH=x86, WS=cocoa, NL=en_US
Framework arguments:  -keyring /Users/maurice/.eclipse_keyring -showlocation
Command-line arguments:  -os macosx -ws cocoa -arch x86 -keyring /Users/maurice/.eclipse_keyring -consoleLog -showlocation

!ENTRY org.eclipse.core.net 1 0 2011-08-24 08:09:27.612
!MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences
like image 777
Maurice Avatar asked Aug 17 '11 08:08

Maurice


1 Answers

There is a ticket filed on it in Aptana Studio JIRA: https://jira.appcelerator.org/browse/APSTUD-3544, and it was caused by the underlying Eclipse issue described here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=340954.

The underlying issue is addressed in Eclipse 3.7.1, and since the nightly Aptana Studio build has moved to be based on 3.7.1, it is fixed there as well.

like image 173
Yun Avatar answered Sep 18 '22 07:09

Yun