Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Variable warnings no longer showing.(Variable warnings no longer showing?)
Variable warnings no longer showing. [message #1421312] Thu, 11 September 2014 07:45 Go to next message
Simon Goodman is currently offline Simon GoodmanFriend
Messages: 13
Registered: September 2014
Junior Member
Hi,

I was using Eclipse Kepler and PDT 3.1.1, (the latest).
I then downloaded the Luna version of Eclipse with PDT version 3.1.1.

One feature that I seem to have lost, was the 'warning' for unused variable(s) and/or undefined variables.

$neverUsed = 10;  // this would give a 'yellow' warning icon

// ...


$value = $undefined + 1;  // this would also give a 'yellow' warning icon

// ...
// use the variable $value


Does anybody know what I might be missing and how I could restore those warnings?

Many thanks

Simon
Re: Variable warnings no longer showing. [message #1421438 is a reply to message #1421312] Thu, 11 September 2014 11:11 Go to previous messageGo to next message
Dawid Pakula is currently offline Dawid PakulaFriend
Messages: 291
Registered: March 2013
Senior Member
You have to install PDT-Eg core plugin from:
http://p2-dev.pdt-extensions.org/


Re: Variable warnings no longer showing. [message #1421529 is a reply to message #1421438] Thu, 11 September 2014 13:41 Go to previous message
Simon Goodman is currently offline Simon GoodmanFriend
Messages: 13
Registered: September 2014
Junior Member
Dawid Pakula wrote on Thu, 11 September 2014 11:11
You have to install PDT-Eg core plugin from:


Smashing, thanks a lot, not sure how I had that installed on Kepler, but now it works great.

Thanks

Simon
Previous Topic:Which Php Development Tools is use full for my site?
Next Topic:PHP Project on a remote FTP folder with eGit support
Goto Forum:
  


Current Time: Tue Mar 19 06:47:34 GMT 2024

Powered by FUDForum. Page generated in 0.02241 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top