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 white background which makes it unreadable and very ugly.
To better explain which highlight I'm refering to, it's when I move the cursor to ...
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 issue, when I'm within an echo " "; statement (typing some markup within the quotation marks to output) and hit return, Eclipse automatically t...
Hi to all,
I want the installation (i.e. .exp file) file of PHPEclipse.
And i found one link in google..
http://www.phpeclipse.com/wiki/Installation/Download
but i go through this one i got some files...i didn't understand those things..
how can i install phpeclipse in my machine..
if anybody know ... let me know
thanks in advanc...
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 root C:\Program Files\xampp\htdocs
2) I have created new Project C:\Program Files\xampp\htdocs\EclipseCake
... how do I import my existing ca...
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 new folder is created with the new name and containing all the files while the existing folder does not go away, instead it contains all t...
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 make a mistakes, for example
class foo {
private $test;
function __construct() {
$test = new stdClass;
$test->myV...
I have Eclipse with the PTD from http://www.eclipse.org/. I just installed Phpeclipse http://www.phpeclipse.com/ because it has some features I want.
Now when I double click on a PHP file a dialog opens that says "Unsupported Content Type", so I go to the File association section and add *.php - there a three editors and they are all l...