eclipse-pdt

How to add FTP support to eclipse?

I'm using Eclipse PHP Development Tools, which would be the easiest way to access a file or maybe create a remote project trough FTP and maybe SSH and SFTP?. ...

How can I get word wrap to work in Eclipse PDT for PHP files?

Programming PHP in Eclipse PDT is predominately a joy: code completion, templates, method jumping, etc. However, one thing that drives me crazy is that I can't get my lines in PHP files to word wrap so on long lines I'm typing out indefinitely to the right. I click on Windows|Preferences and type in "wrap" and get: Java | Code Style ...

Why does Eclipse code completion not work on some projects?

I have Eclipse 3.3.2 with PDT doing PHP development. All projects that I create, even SVN projects have code completion. Now I just opened another SVN project and it has no code completion or PHP templates (STRG-space does nothing in that project). However, I can open the other projects and code completion all work in them. Why would co...

Starting Eclipse w/ Specific Workspace

Is there a way to start an instance of eclipse, passing it some sort of parameter telling it to use a specific workspace? The problem I'm trying to solve is that I have a workspace for work projects and one for personal projects. I'd like to be able to tie these to workspaces to separate shortcuts that I could launch independently. ...

Help setting up php for Eclipse

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 server of some sort that allows this, or do I have to set up IIS/Apache to do it? If so, do I have to have my php files in the web servers path,...

Eclipse 3.4 TextViewer

I am creating a plugin for Eclipse 3.4. I created a plug-in development project using the application with a view. Now I am trying to create a TextViewer the documentation says that it is located in org.eclipse.jface.text.TextViewer. But, this whole package is missing and eclipse cannot locate TextViewer class to import. I want to kn...

Can you enable variable highlighting with Eclipse PDT?

I'm using version 3.3.2, I know that regular Eclipse for Java does variable highlighting. Notepad++ does it regardless of what language you're using (if you select any text, it highlights similar text) I know it's not critically important, and a back/forward incremental search is an adequate workaround, but it would be nice to have. Up...

Hilite undeclared variables in PDT2.0

PHPEclipse has a nice feature that displays a squiggly line if it detects unreachable code areas or reads on a undeclared variable. I just installed PDT2.0 in the hopes it can do the same, but to no avail. Is this a feature PDT2.0 is missing, or can you turn it on somewhere? ...

Can Eclipse PDT automatically add PHPDoc Blocks to code where needed?

I know most of the java development tools for Eclipse will have a short-cut script for adding in JavaDoc blocks for needed elements (including the page-level). Further, I know that PDT will allow you to "Generate Element Comment" for many things through the Source menu. Is there an Eclipse plug-in out there (or perhaps it exists standa...

PHP - Eclipse PDT - Highlighting uinitialized (misspelled) variables.

Hello I use the wonderful Eclipse PDT for PHP development. I often encounter irritating bugs due to me misspelling variable names. Is there a way to highlight variables that have not been initialized? As they will almost certainly be due to a spelling mistake. Thanks for any help. ...

Eclipse PDT, PHPUnit autocomplete

Is there a way to get PHPUnit auto-completion to work in Eclipse PDT without including the libraries in your project? ...

PDT Eclipse to auto upload on save

I am migrating from a Dreamweaver forced working environment to a free-of-choice one. That said I must say I was rather enthusiastic about being able to use Dreamweaver PDT. However I have come to rely very heavily on the use of the "auto upload on save" function. I am developing LAMP but oriented to a Windows base majority so I really ...

Execute external file from Eclipse PDT?

I would like to add button to toolbar or menu item to menu in Eclipse PDT to run external command line exe or bat file. How to do this in Windows? ...

How can I open a new browser tab in Eclipse PDT?

When I run a PHP script in Eclipse environment, I can select different browsers to render my page and can get different results. But the results are still all shown in the browser output window in eclipse itself. How can I prompt eclipse to actually open a new tab in the browser itself with the php page. I know it can be done by "exter...

Eclipse PDT does not display filenames in editors tabs after commit

Hi there, I just recently noticed strange behavior in Eclipse PDT. When I commit file, its name from editor's tab is gone, showing only file icon. I need to restart ide to get names back. Anyone else is having this ? Here's my setup: Eclipse: 3.4.2 Subclipse 1.6.2 Mylyn 3.1.1 Subclipse Integration for mylyn 3.x ...

Eclipse PDT & PHPUnit ??

Is there any integration of PHPUnit with Eclipse PDT? If not, are there any plans to do so? ...

What's the difference between the Build Path and the Include Path in Eclipse PDT?

What's the difference between the Build Path and the Include Path in Eclipse PDT? ...

How to configure behavior of the "assign parameter to new field" quickfix in eclipse?

I love Eclipse's quickfixes. I use the "assign parameter to new field" often, but I would very much like to tweak it to not include the final keyword. (GWT RPC doesn't serialize final fields, and I am doing lots of GWT RPC right now.) I have not been able to find a setting that controls this quickfix. Is there a setting I am missing...

Eclipse PDT installation

I have a project that's intended to use some PHP as well as Java and Javascript, so I installed the PDT PHP plug-in for Eclipse, using the Install New Software menu option. Now Eclipse agrees PDT is installed, but no PHP features like creating or editing PHP files are appearing anywhere. Is there something else I need to do to activate P...

How can I get Eclipse PDT to only show my code templates on CTRL-SPACEBAR?

In an earlier version of Eclipse PDT, when I typed e.g. "sh" and pressed CTRL-SPACEBAR, it showed me only my code templates which started with "sh". In the newest version I downloaded, it seems to be showing me every single method in every class which begins with "sh" which is too much. How can I get Eclipse PDT to just show me only my...