Questions tagged [pdt]
8 questions
4
votes
1 answer
update Eclipse PDT to php 5.5
The current stable php version is 5.5.1. At Eclipse PDT we're however still stuck on 5.4. I tried updating it to the latest version but it doesn't give me any new updates. In preferences - > PHP -> PHP Intepreter I can only select 5.4 or lower. How…
bicycle
- 589
1
vote
1 answer
latest Luna eclipse PDT nolonger gives common function suggestions
I was using helios version of PDT but it was compatible only till v5.3 so I downloaded latest luna version to get v5.5 support from here.
but after downloading this instead of supporting new functions it stopped showing hints for most of the new/old…
user3452098
- 31
1
vote
0 answers
Xubuntu 14.04 Eclipse Crash with no reason
I am using Xubuntu 14.04. Eclipse 3.8 crashing with no reason. Suddenly closed. I have no idea why. Nothing special in the .log file.
I am using Oracle Java 1.8.
I am using Eclipse 3.8
I use PDT for PHP programming.
Here is the…
Aviv
- 820
1
vote
1 answer
PHP compare broken on Eclipse 4.7
I need feedback on Eclipse PDT (Eclipse 4.7).
I'm facing a compare bug as describe in :
https://bugs.eclipse.org/bugs/show_bug.cgi?id=507821
My question is :
Can you give me some feedback ? Maybe you can help me figure if it's a real bug or just a…
quazardous
- 113
0
votes
1 answer
What are the buildpath, settings, and project hidden files used for in an Eclipse PDT project?
Are these files used after they are added to a PHP project in Eclipse?
I ask because, I had to add them to my git-ignore file after switching to Eclipse for development on my Mac. But I don't understand why they are there in the first place, since…
b01
- 228
0
votes
1 answer
Eclipse PDT - SVN is missing, even though I have Subclipse installed
I have following packages installed on my Scientific Linux release 6.0…
alexus
- 3,070
0
votes
0 answers
How to set timezone of Centos to PST timezone?
I'm using Centos, I used following to set timezone
$ ln -fs /usr/share/zoneinfo/America/Los_Angeles localtime
To verify:
$ date
Sat Aug 8 14:04:14 PDT 2020
As you can see, the timezone set is PDT not PST, how can I set it to PST?
Since we don't…
Genkiya
- 1
0
votes
1 answer
Code assist not working right in Eclipse Mars with PDT
I have Eclipse Mars with PDT installed, but code assist is not working right in my opinion.
When I type a function call but don't know the right parameters I would like Eclipse to display these (using a hover, or with pressing CTRL). But this…
Dylan
- 343