eclipse.tools.pdt en Copyright (c) 2006 Zend Corporation and IBM Corporation PHP Developer Tools http://www.eclipse.org/newsportal/thread.php?group=eclipse.tools.pdt Re: Is there a feature or plug-in for PDT to send files via FTP to a remote server? (Nikolai Plath <subscript@nik-it.de>) http://www.eclipse.org/newsportal/article.php?id=4220&group=eclipse.tools.pdt#4220 Hi,
i am using http://www.jcraft.com/eclipse-sftp/ which handels sftp and
also 'normal' ftp. It can calso sync.

btw.. I am on OpenSuSE too ;)

Bryan schrieb:
> Hi everyone, I am using the late
Re: Is there a feature or plug-in for PDT to send files via FTP to a remote server? (MrPink <leo5t@yahoo.it>) http://www.eclipse.org/newsportal/article.php?id=4221&group=eclipse.tools.pdt#4221 Il Wed, 18 Nov 2009 03:11:33 -0500, Nikolai Plath ha scritto:

> Hi,
> i am using http://www.jcraft.com/eclipse-sftp/ which handels sftp and
> also 'normal' ftp. It can calso sync.
>
> btw.. I
=?utf-8?Q?How=20to=20keep=20my=20Update=20Site=20Project=20up=20t?= =?utf-8?Q?o=20date=3F?= (<felix.kiechle@hotmail.de>) http://www.eclipse.org/newsportal/article.php?id=4222&group=eclipse.tools.pdt#4222 Hi,

we are building an ontology engineering environment (NeOn Toolkit) based on the eclipse platform. The toolkit uses the Eclipse update mechanism to distribute plugins easily and make them simple
=?utf-8?Q?Mac=20OS=20X=20-=20PDT=20-=20Zend=20Debugger:=20Request?= =?utf-8?Q?ed=20URL=20Error?= (Norman Racine <nracine@me.com>) http://www.eclipse.org/newsportal/article.php?id=4223&group=eclipse.tools.pdt#4223 Undoubtedly my installation of PDT and Zend is not done correctly on Mac OS X (Snow Leopard).

A simple first.php file includes ... <form action="./second.php" ...
When testing (Zend Debugger), I
=?utf-8?Q?Re:=20Mac=20OS=20X=20-=20PDT=20-=20Zend=20Debugger:=20R?= =?utf-8?Q?equested=20URL=20Error?= (Norman Racine <nracine@me.com>) http://www.eclipse.org/newsportal/article.php?id=4224&group=eclipse.tools.pdt#4224 Okay ... we can ignore the stuff about Safari vs internal web browser. I got that to work by being a bit more attentive. The core issue remains, however. =?utf-8?Q?Eclipse=20wont=20open=20a=20certain=20php=20file?= (<rudimegan@hotmail.com>) http://www.eclipse.org/newsportal/article.php?id=4225&group=eclipse.tools.pdt#4225 Hi,

I'm very new to eclipse fro php developers and already have hit a hurdle.

I saved and closed my php files via the editor last night. Today I tried to open up the files again and one will no
=?utf-8?Q?How=20can=20I=20make=20the=20PDT=20code=20formatter=20w?= =?utf-8?Q?ork=20like=20the=20Java=20formatter=3F?= (<cookieguru@gmail.com>) http://www.eclipse.org/newsportal/article.php?id=4226&group=eclipse.tools.pdt#4226 I want to make the PDT code formatter work like the code formatter works for Java--some keyboard shortcut fixes spacing, indentation, newlines, etc. It doesn't appear that this is possible with the b =?utf-8?Q?add=20buttons=20to=20TableViewer=20dynamically?= (Yuzhang Han <yuzhanghan@hotmail.com>) http://www.eclipse.org/newsportal/article.php?id=4227&group=eclipse.tools.pdt#4227 Hi there,
could anyone tell me how to add and remove buttons to a TableViewer dynamically?

I mean that there is a text-file recording how many buttons should be there and what are the tittles of t
=?utf-8?Q?Re:=20add=20rows=20to=20TableViewer=20dynamically?= (Yuzhang Han <yuzhanghan@hotmail.com>) http://www.eclipse.org/newsportal/article.php?id=4228&group=eclipse.tools.pdt#4228 solution found:
TableViewer viewer;
..
//to insert a row
viewer.insert(ELEMENT, INDEX);
//ELEMENT is the object to add in the table and model
..
//to remove a row
viewer.remove(INDEX)
Re: Is there a feature or plug-in for PDT to send files via FTP to a remote server? (Nikolai Plath <subscript@nik-it.de>) http://www.eclipse.org/newsportal/article.php?id=4229&group=eclipse.tools.pdt#4229 Yes I'm on Galileo too.

Nikolai

MrPink schrieb:
> Il Wed, 18 Nov 2009 03:11:33 -0500, Nikolai Plath ha scritto:
>
>> Hi,
>> i am using http://www.jcraft.com/eclipse-sftp/ which handels sftp
Re: Is there a feature or plug-in for PDT to send files via FTP to a remote server? (sNop <snop3@seznam.cz>) http://www.eclipse.org/newsportal/article.php?id=4230&group=eclipse.tools.pdt#4230 Bryan napsal(a):
> Hi everyone, I am using the latest version of PDT. I have a remote
> server that I currently just use ftp to transfer my files to, but that
> is a pain.
>
> Is there a featur
=?utf-8?Q?Re:=20PDT=202.0=20=20PHP=20Working=20Set=20Editing=20wi?= =?utf-8?Q?th=20Hierarchical=20(Tree)=20View=20not=20possible=3F?= (HendrixMH <pedro.blaszczak@gmail.com>) http://www.eclipse.org/newsportal/article.php?id=4231&group=eclipse.tools.pdt#4231 Hi
I'm also fighting with this issue.
working sets were so powerful but now it's useless

I have hundred files and directories and without tree view in edit working set window, I have to spend to
=?utf-8?Q?Help=20Me=20In=20Taking=20The=20First=20Step?= (Arpit U. Gadle <arpit_gadle@yahoo.co.in>) http://www.eclipse.org/newsportal/article.php?id=4232&group=eclipse.tools.pdt#4232 Hello Everyone,
I am new to PHP and Eclipse and this is my first post, if anything is wrong I am Sorry.
I had installed Wamp Server and Eclipse PDT on my Win XP system. I have a little ex
=?utf-8?Q?Re:=20Help=20Me=20In=20Taking=20The=20First=20Step?= (Jim O'Brien <jim.obrien@usa.net>) http://www.eclipse.org/newsportal/article.php?id=4233&group=eclipse.tools.pdt#4233 It's not really clear what kind of problems you are having.

Have you tried running your project and are having problems with it?

Or are you looking for some pointers on getting started?

It's
pdt and javascript confusion (Mike Carifio <carifio.nospam@nospam.usys.com>) http://www.eclipse.org/newsportal/article.php?id=4234&group=eclipse.tools.pdt#4234 The linux 32 pdt "all in one" (eclipse-php-galileo-SR1-linux-gtk.tar.gz)
doesn't seem to work on fedora core 11 with php 5.2.9.
I'm using the sun 1.6 jdk. If I use a java eclipse and update it with