sandalone
sandalone

Reputation: 41759

PHP Eclipse cannot open local PHP file!

I click on file, select to open it with Eclipse, Eclipse opens but the file is not showing. Just empty Eclipse. Manual opening via 'File->Open file' works. Also when I want to open remote file via Filezilla (files are on a remote ftp server), Eclipse opens as well but the file is not loaded. I use Eclipse PHP, Helios Release, Build id: 20100617-1415.

I also tried to install Zend, but it did not solve the issue.

Could anyone help me?

Upvotes: 1

Views: 1818

Answers (2)

zvikico
zvikico

Reputation: 9825

Starting with Helios, you can, but it requires some hacking. See this article for more details.

BTW, some Eclipse distributions already have this feature. From my experience, Zend Studio (latest beta) supports this.

Upvotes: 0

coolkid
coolkid

Reputation: 543

You cannot open file with eclipse by using "Open with" in windows file context menu. You must open eclipse first then drag your file or use open file function in eclipse. The reason I think is eclipse is not resolve the command line option for opening a file.

Upvotes: 1

Related Questions