eclipse-pdt

How can you get eclipse code complete for CI when using &get_instance() ?

Hi everyone, I'm currently using Eclipse PDT and CodeIgniter, is it possible to get code-completion for the sessions library like so: $CI = &get_instance(); $CI->session->se (No auto-completion here.) Also, is there some sort of plug-in (or just a method) that would allow eclipse to do this for all my CodeIgniter libraries. Note: ...

Can I get Eclipse to autocomplete load-> instead of just load?

I am using CodeIgniter and Eclipse PDT; is it possible to get eclipse to autocomplete loa as load-> instead of load? Similair to how you get $this-> automatically. Thanks, Lemiant ...

Eclipse PDT equivalent for NetBeans PHP Ctrl+P inside function call parenthesis

When I press Ctrl+P in NetBeans PHP while writing down function call parameters I get a tooltip reminding me of the parameters: Is there an equivalent for this in Eclipde PDT? It seems I can only get the autocomplete box while typing the function name - as soon as the cursor is in the function calls parenthesis there is no obvious way ...

xdebug+pdt on localhost; xdebug is not working as "php web page", but works as "php script"; why?

Hello, I've set php executables to /opt/lampp/bin/php; when I'm starting to debug index.php as "php script" - everything is ok. But when I'm trying to debug as "php web page" nothing happens... Here is my xDebug configuration xdebug.remote_enable=1 xdebug.remote_autostart=0 xdebug.remote_host="localhost" xdebug.remote_port=9000 xdebug...

Eclipse started crashing

Hi everyone, I have been using eclipse for a couple of weeks now, and all of a sudden it has started crashing with this error: An internal error occurred during: "Selection Job titile". java.lang.StackOverflowError Here's some other info: It's the most recent build of Eclipse Helios I have installed subclipse I use mylyn a bit My ...

unable to open .phtml .php .tpl files in eclipse PDT

Hello, I am using ecplise PDT and everything was working fine.But suddenly my .phtml , .tpl are not being supported.I mean my PHP files are opening as normal plain text..not getting code highlighting. I also checked my PHP content file type and it says it is locked. Help me !! ...

Zend Studio or Eclipse PDT project managment

After years of using notepad++ for web development I've decided to start using some IDE. I've tried both: Zend Studio and Eclipse PDT. It appears they are pretty much similar. When working on multiple projects I used to make "sessions" in notepad++ to keep each project files opened in editor. How do I achieve that in Zend Studio or Ecl...

Eclipse update error

Hi, I'm trying to update my Eclipse 3.5, but I get this message: "Cannot complete the request. This installation hasn't been configured properly for Software Updates." Any ideas why this might be? ...

Eclipse Helios and PDT - no PHP perspective available!

Hello, if I run my updated Eclipse Helios including PDT it will not show the options for the PHP perspective. I run Eclipse under Windows 7 and Java 1.6.0_21. I tried to run the "-clean" option and already reinstalled PDT, but no success. What could be the problem? Thank you, -lony ...

What are the best tips & tricks you use with Eclipse PDT

There are a couple of similar threads here, but most of the other tips don't work on PDT so let's make this one specific to Eclipse PDT for PHP. I'll start (w/ credit to those that work from other the other threads): CTRL-SPACE = code completion CMD-/ = auto comment CMD-SHIFT-L = key assist If autocomplete isn't working righ...

eclipse3.5.2 freezes on ( eclipse-pdt ) ctrl+enter on ubuntu lucid

i installed eclipse from the standard ubuntu repository $ aptitude install eclipse and then added the Galileo repository Galileo Update Site - http://download.eclipse.org/releases/galileo/ and from the programming laguage section i selected php development tools (pdt) sdk feature PHP Development Tools (PDT) SDK Feature 2.1.1...

Eclipse delete word behavior

What preference in Eclipse controls how much is deleted when you press control-delete/backspace? This is the delete whole word command as defined by the operating system (but I imagine expanded on in Eclipse). In CDT, it's great. If you press control-delete in some white space it will delete all the way up to the first character. Lik...

Eclipse PDT Code folding

I would like to fold {} brackets i.e if/else, for, while, foreach... sections in eclipse pdt. How can i do it. I don't see any options in settings. ...