pdt-eg / Core-Plugin

The PDT Extension Group Core Plugin
75 stars 19 forks source link

Formatter loading exception #42

Closed heruan closed 11 years ago

heruan commented 11 years ago

On Mac OS X, since version 0.0.14 I get this error when opening PHP files:

Error creation processor for extension-point org.eclipse.php.ui.phpFormatterProcessor
Plug-in org.pdtextensions.core.ui was unable to load class org.pdtextensions.core.ui.ast.Formatter.
org/pdtextensions/core/ui/ast/Formatter : Unsupported major.minor version 51.0

I'm updated with the latest versions of Eclipse (4.3.0), PDT (3.2.0.201302261714) and Extensions (0.0.15). The error triggers also on a clean Mac OS X, clean Eclipse (just PDT and Extensions installed), clean workspace.

heruan commented 11 years ago

I noticed that on Kepler with PDT 3.2 there are many issues: code assist doesn't work anymore, classes are not resolved (including built-in functions/classes). I installed Juno with PDT 3.1.1 to have these features back, but now I can't install PDT Extensions 0.0.14 or 0.0.15 because they depend on PDT 3.2. How can I install 0.0.13?

pulse00 commented 11 years ago

Duplicate of https://github.com/pulse00/Symfony-2-Eclipse-Plugin/issues/145

I'm currently abroad so i don't have time to look into this. I'll ping you when i could reproduce this.

heruan commented 11 years ago

Hi Robert, I solved the Formatter issue updating Java from 1.6 to 1.7. But code assist and class resolver still don't work!

pulse00 commented 11 years ago

@heruan could you open a separate issue for the codeassist problems?

heruan commented 11 years ago

Of course, I'm checking once again on a clean installation with updated Java if code assists works before installing PDT Extensions.

heruan commented 11 years ago

No code assist issues on clean workspaces!