2

I have installed Eclipse luna, and then php editor, symfony plugin and twig editor.

Now Eclipse displays a message when I am working on twig file:

The resource is not on the script path of a Script project.

But it display not only one time, it would be ok if so, but again and again like spam or flooding.

After searching the string on github, I found that the culprit was the dynamic language toolkit, but I cannot unsinstall it (because it is required).

  • I was using Eclipse but switched to Netbeans when I started coding using Twig (within Symfony2). It works well, but I found PHPStorm strongly faster (even if it costs about $80...). – Alain Tiemblo Aug 27 '13 at 21:31
  • I test Netbeans, but i didn't like it, so i use Sublime text to edit twig files. Komodo edit was a good one, but code formatter were missing. PHPStorm is supposed to be free for opensource project, but i don't really understand what is VCS. – TommyGreenHands Aug 28 '13 at 08:39
  • It happened to me today. Any answer ? – qdelettre Oct 08 '13 at 14:49

1 Answers1

1

This problem is fixed by me here : https://github.com/pdt-eg/Core-Plugin/pull/78

Will be released with next Core-Plugin version

zulus
  • 2,506
  • 19
  • 20