eclipse-pdt Questions

6

Solved

I have a PHP project set up in Eclipse with SVN support. Now, Eclipse adds its project files .buildpath and .project to the project and Subclipse wants to add it to the repository. Now I could jus...
Otero asked 19/10, 2009 at 23:49

1

I am an Eclipse-PDT user, who wants to have some graphical aids in OOP Class designing and refactoring process. My IDE: Eclipse Mars.1 Release (4.5.1) I have used Eclipse for Java Developing, and...
Tortious asked 1/2, 2016 at 12:42

0

I can't figure out the reason for the above exception. I get this for every repository due to which I can't install new plugins to my eclipse download. I've seen many posts trying to resolve the pr...
Inappetence asked 24/12, 2015 at 10:2

4

Lets say I have a typical factory pattern in PHP code: abstract class Model { function m() { } } class model_A { function a() { } } class model_B { function b() { } } function modelFac...
Bolshevist asked 8/1, 2013 at 18:27

6

I'm trying to set up Eclipse for php web development. What I would like to do is preview a php web page from within Eclipse, but I cannot figure out how to do this. Is there an integrated web serve...
Supranatural asked 26/10, 2008 at 18:58

5

Solved

I'm trying to debug remotely a php web app but anytime I try to start a debug session Eclipse flood me with a bunch of popups: Debugger Error: "No appropriate file located or no file selected....
Sustainer asked 28/2, 2013 at 14:43

2

Solved

I have xdebug setup with Eclipse PDT. Every time I start a debug session, Eclipse breaks at the first line of my root index.php file. Is it possible to prevent this behavior?
Willywilly asked 4/7, 2012 at 7:15

3

Solved

I downloaded the Eclipse Luna version of PDT today and switched to the dark theme. All my PHP files are now displayed with very clear syntax highlighting in the dark theme. However, when I load my...
Sandstrom asked 27/6, 2014 at 12:48

13

Solved

I've had some issues with slowness switching tabs in Eclipse 4.2 Juno and was hoping someone might have some answers. The original delay was about 10 seconds which dropped to 2-4 once I specified t...
Arri asked 25/10, 2012 at 15:56

3

I am using Eclipse PDT to code with PHP Code Igniter. I would like to get auto complete working. Anyone know how I can accomplish this? I've found a few online tutorials but had no success.
Circosta asked 10/2, 2013 at 3:45

3

I'm trying to install PDT plugin in Eclipse and I get error: Cannot complete the install because one or more required items could not be found. Software being installed: PHP Development Tools (PD...
Schutzstaffel asked 6/8, 2013 at 18:13

2

Solved

I have installed Xampp on Windows (Well actually both xampp and wamp but both have the same problem), and enabled xdebug. I have installed the latest eclipse for php with pdt included. The breakpoi...
Jobber asked 26/9, 2014 at 20:36

6

I'm writing PHP code in Eclipse PDT (PHP Development Tools), but for some reason it doesn't auto-complete PHP built-in functions, such as "isset()". This is unlike Komodo which also shows the argum...
Predesignate asked 5/8, 2009 at 11:24

1

Solved

I have a very simple use case. Eclipse Kepler with PDF. New project with PHP nature. One file at the root # test.php <?php $fu = new Fu(); $fu->bar(); & One file in a directory # v...
Mulligatawny asked 10/10, 2014 at 11:7

2

Solved

I'm using Eclipse Indigo 3.7.0 with PDT for PHP develpment. When I copy/paste some code, Eclipse automatically format it. For example, copying this : if ($distance > 50 && $distance &...
Toupee asked 5/7, 2011 at 10:10

4

Im getting an exception in my eclipse indigo - im using the PDT plugin as well.. any ideas? When i code the lines start acting funny, disappearing, then reappearing. Unhandled event loop excepti...
Abramson asked 2/7, 2011 at 0:54

7

I'm using the following style of array initialization in the code: $a = array( 'one' => 123, 'two' => 456 ); But PDT/Zend Studio doesn't work properly in this case; after pressing [Retur...
Unclassified asked 27/8, 2009 at 5:7

8

Solved

I'm using Eclipse Galileo PDT for my work. I also use it to edit my CSS files. Is there a plugin that lets me pick a color (from a palette or even anywhere from the screen) and which returns the HE...
Eboh asked 24/9, 2009 at 13:1

2

I'm totally new to Git, so I figured I'll have more luck with EGit since I'm using Eclipse PDT. I'm the only programmer on the project. Here's what I'm doing right now: I have two identical copie...
Rumelia asked 19/9, 2012 at 14:51

3

Solved

Since upgrading Eclipse PDT from 3.5 to 3.6 my toggle comment/block comment shortcuts (CTRL + /) in Editors view, are not working any more. I can see them in the Menu Source > Toggle Commtent (...
Marc asked 21/4, 2011 at 10:50

2

Solved

Why don't I see my TODOs for my PHP files in Eclipse? I ran into this issue in PDT, I just wanted to put the answer up in case someone else did too.
Dnieper asked 1/10, 2011 at 0:56

6

Solved

After many hours of messing about and trying to set up what should be the relatively simple process of sending a payment to www.sandbox.paypal.com and being redirected back to a page on my site wit...
Psychotic asked 15/12, 2011 at 14:40

1

Solved

As the title says, I want to format only selected lines of code. I know by pressing Ctrl + Shift +F formats whole file. Formatting whole file is not good options as it will create lots of conflic...
Fauch asked 17/4, 2013 at 7:53

2

Solved

When I create a new file in Eclipse, there's a wide selection of different alternatives appearing in Eclipse. However I am missing a couple of file which I need to open the "file create wizard" to...
Verdieverdigris asked 14/12, 2010 at 13:46

3

In Eclipse PDT, Ctrl-Shift-F reformats code. However, it doesn't modify comments at all. Is there some way to reformat ragged multi-line comments to 80 characters per line (or whatever)? i.e. conv...
Fulgurite asked 25/9, 2008 at 10:27

© 2022 - 2024 — McMap. All rights reserved.