The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
31 views

PHPEclipse code templates incorrect indenting

Indentation behaviour is incorrect using PHPEclipse code templates. If the code is already indented at the start of template insertion, the indent depth is ignored and tabs will be used even if you ...
0
votes
1answer
55 views

ZF2: Errors in Eclipse and zend library not found

I was able to successfully install the zend skeleton framework for ZF2. But for some reason i am getting errors in eclipse and also the app cannot find the zend library classes. I have this in my ...
0
votes
1answer
22 views

How do i fix the undo history bug in PHPEclipse?

PHPEclipse's undo history is still broken in Eclipse 3.8 with PHPEclipse 1.2.x. You are able to undo only 25 changes back in history when editing PHP files! There is no installation instruction for ...
0
votes
0answers
65 views

“Unsupported content type in editor” after adding eclipse color theme to php eclipse helios

I imported eclipse color theme http://eclipsecolorthemes.org/?view=theme&id=1 in PHP eclipse helios. whenever I open a PHP file a dialog box opens saying "Unsupported content type in ...
1
vote
0answers
129 views

How to run a HTML project with PHP files using Tomcat 7 under Eclipse IDE?

I have searched every where but I can't find an answer to my question. I have Eclipse Juno installed on arch Linux, I have installed Apache Tomcat 7 as a server and PHPEclipse for writing PHP ...
0
votes
0answers
28 views

Is there a way to collapse all code blocks in PhpEclipse?

I found out, that this solution is not working in phpEclipse: There is a hotkey, mapped by default to Ctrl+Shift+NUM_KEYPAD_DIVIDE. You can change it to something else via Window -> ...
0
votes
0answers
10 views

Php project compilation

How to Run complete php project in php-eclipse? Normally we run php script or eb page only. Please can any one tell how we can Run Whole project once in php-eclipse. Thanks in Advance
0
votes
0answers
104 views

php development in eclipse using wamp

I have installed php eclipse and also i have wamp server installed on local drive. I do not know how to configure both to each other to execute first php program. I need brief description how i can ...
2
votes
2answers
131 views

How to run magento project in phpeclipse?

I want to include and run magento project in phpeclipse.How can i do that?
0
votes
1answer
519 views

html/css/jquery/javascript code completion in php file phpEclipse

This is my first post at this site. I searched alot but couldn't find what i was looking for so i decided to post the question. Im a php developer. I was using dreamweaver because i like many ...
1
vote
0answers
289 views

PHPEclipse & XDebug script debugging

I am trying to get XDebug debugging working in PHPEclipse. All the resources I have found on the net are centered around using a web server with remote debugging. I am trying to achieve script level ...
0
votes
1answer
684 views

FreeBSD phpEclipse installation error

Im new to FreeBSD and I'm attempting to install PHP-Eclipse. During the installation process I get the following error. Does anyone know what it mean and how to fix it? Thanks. Below is the the ...
0
votes
1answer
54 views

New at Eclipse using PHP and needing tips

I´m switching from DW to eclipse (actually I´m still in doubt on cahnging to netbeans) because heard good thing about it and also because I´m going to turn to linux asap. Well I´m still in Wind 7 ...
0
votes
1answer
295 views

debugging with PHPeclipse

I am trying to set-up Eclipse 3.7 with PHPeclipse. While trying to use the debugger (debug perspective) it says: Could not open input file: test.php I am using php dbg script.in the configuration ...
4
votes
1answer
2k views

Eclipse svn client (Subclipse) doesn't show status icons on files

I've been using Eclipse PHP since quite a while with Subclipse, but suddenly, the tiny icons which appear before the files in the PHP Explorer and Navigator don't appear anymore. I've already ...
4
votes
2answers
887 views

Eclipse completions - @var (PHPDoc) question

I have strange problem. When I use @return Model\Article in the model-loading method then I see the model's methods in autocomplete of Eclipse. The model-loading method returns more objects so I ...
3
votes
1answer
1k views

PHPEclipse vs PDT

It looks like these are both comparable packages for doing PHP development in Eclipse - what are their relative advantages and disadvantages?
1
vote
1answer
651 views

How to tell PHPEclipse to use spaces instead of tabs

I just switched back from PDT to PHPEclipse (Because PDT is too unstable for my taste) but now I have the problem that I can't find out how to tell PHPEclipse to indent PHP code with spaces instead of ...
3
votes
2answers
2k views

How can I configure the formatter settings in PhpEclipse?

I'm using Eclipse Helios with PHPEclipse, which works great, but I can't seem to get the formatter (Ctrl-Shift-F) to work with highlighted code. It doesn't really seem to do anything. Does anyone ...
1
vote
2answers
770 views

PHP strict code validation

I use PHPClipse for my PHP development. It has some code highlighting and some other validation such as forgetting to put a ';' at the end of a statement or forgetting '}' etc. I find it is easy to ...
0
votes
1answer
66 views

phpeclipse does not work when renaming a folder

I have a folder containing some files and sub-folders. If I rename the folder using the eclipse 'refactor'->'rename' command you would expect the folder to be renamed but that is not what happens. A ...
3
votes
1answer
2k views

PHP Eclipse - importing existing CakePHP projects

I'm trying to import existing Cake 1.2 projects into PHP Eclipse (latest all-in-one download on Galileo build) - I don't think I understand Eclipse properly: 1) I have created Workspace on my web ...
3
votes
5answers
9k views

How to install php-ide plugin for eclipse directly from Eclipse environment?

I have a clean Eclipse Java-SDK. I would like to make it suitable for developing PHP applications. So I need a php-ide plugin (or something like that). How could I install it from the Eclipse ...
1
vote
1answer
196 views

Eclipse PHP IDE annoyance

This is such a petty little issue, but it annoys the heck out of me. I'm using Eclipse Version: 3.3.0 (Build id: I20070625-1500). In particular, PHPeclipse 1.2.0.200807121925PRD. So here's the ...
1
vote
3answers
846 views

PHPEclipse weird highlight

This is not a technical problem, but very annoying. Does anyone know how to turn off or change the color for the name highlight in phpEclipse? I use white-on-black scheme and this highlight has a ...