tweezy23 / anyedittools

Automatically exported from code.google.com/p/anyedittools
2 stars 0 forks source link

Please enable "AnyEdit tools" on "General->Startup and Shutdown" page and restart Eclipse #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Within the AnyEdit preferences page, the following message persists:

  Please enable "AnyEdit tools" on "General->Startup and Shutdown" page and restart Eclipse

I have verified that AnyEdit is enabled on the "General->Startup and Shutdown" 
page, and restarted Eclipse several times, yet the message still persists. I 
also tried toggling the setting between restarts, but no luck.

AnyEdit:

  AnyEditTools
  2.3.1.201005301956
  AnyEditTools.feature.group

Eclipse:

  Eclipse IDE for Java Developers
  Version: Helios Release
  Build id: 20100617-1415
  File: eclipse-java-helios-macosx-cocoa-x86_64.tar.gz

Java:

  java version "1.6.0_20"
  Java(TM) SE Runtime Environment (build 1.6.0_20-b02-279-9M3165)
  Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01-279, mixed mode)

Original issue reported on code.google.com by alopec...@gmail.com on 24 Jun 2010 at 1:31

GoogleCodeExporter commented 9 years ago
I can't see any reason why it should fail except that the settings on the 
"General->Startup and Shutdown" page are not properly saved.
Simpliest thing you can try - create new workspace and check if this issue is 
still there. BTW, it would be nice to know if there is any error reported to 
the log.

Regards, Andrei

Original comment by iloveeclipse on 23 Aug 2010 at 5:58

GoogleCodeExporter commented 9 years ago
Hi,

I have tried with both a fresh workspace and with a fresh "installation" of 
Eclipse, but the problem persists.

I wasn't sure where the logs were, but I think I found them. The 
AnyEdit-related log messages are as follows:

!ENTRY de.loskutov.anyedit.AnyEditTools 4 0 2010-08-23 21:25:12.877
!MESSAGE Unable to execute early startup code for an extension
!STACK 0
java.lang.NoSuchMethodException: 
org.eclipse.core.runtime.IExtension.getDeclaringPluginDescriptor()
    at java.lang.Class.getDeclaredMethod(Class.java:1937)
    at org.eclipse.ui.internal.EarlyStartupRunnable.getPluginForCompatibility(EarlyStartupRunnable.java:138)
    at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:73)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
    at org.eclipse.ui.internal.Workbench$58.run(Workbench.java:2398)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

!ENTRY de.loskutov.anyedit.AnyEditTools 4 0 2010-08-23 21:25:12.887
!MESSAGE startup class must implement org.eclipse.ui.IStartup

Original comment by alopec...@gmail.com on 24 Aug 2010 at 1:31

GoogleCodeExporter commented 9 years ago
I have same problem (except I haven't seen error in logs)

also Helios, MacOS X

Original comment by stepan.k...@gmail.com on 13 Sep 2010 at 2:07

GoogleCodeExporter commented 9 years ago
It seems that some of "dirty" AnyEdit code doesn't work on Macs 
(src/de/loskutov/anyedit/actions/internal/StartupHelper.java). I do not have a 
chance to debug on MacOS, so I can't fix it. If there anyone who can debug this 
code on Mac, feel free to provide a patch. It is always a pain to support 
closed source systems... Anyway, Java is deprecated on Macs now, so without 
Java and Eclipse this bug will be automatically fixed :-)

Original comment by iloveeclipse on 21 Oct 2010 at 8:56

GoogleCodeExporter commented 9 years ago
Hope the problem is away. If not, I can't change anything as I have no access 
to Apple products to debug it. Apple SW is not open source.

Original comment by iloveeclipse on 27 May 2012 at 6:57