up vote 23 down vote favorite
7
share [g+] share [fb]

Programming PHP in Eclipse PDT is predominately a joy: code completion, templates, method jumping, etc.

However, one thing that drives me crazy is that I can't get my lines in PHP files to word wrap so on long lines I'm typing out indefinitely to the right.

I click on Windows|Preferences and type in "wrap" and get:

  • Java | Code Style | Formatter
  • Java | Editor | Typing
  • Web and XML | CSS Files | Source

I've tried changing the "wrap automatically" that I found there and the "Line width" to 72 but they had no effect.

How can I get word wrap to work in Eclipse PDT for PHP files?

link|improve this question

80% accept rate
feedback

3 Answers

up vote 37 down vote accepted

This has really been one of the most desired features in Eclipse. It's not just missing in PHP files-- it's missing in the IDE. Fortunately, from Google Summer of Code, we get this plug-in http://ahtik.com/blog/projects/eclipse-word-wrap/

link|improve this answer
1  
Installed it in 3 minutes and now I have word-wrap, WONDERFUL, thanks. – Edward Tanguay Sep 18 '08 at 23:07
feedback

It's a known enhancement request. Bug 35779

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.