newbie: which editor to choose?

newbie: which editor to choose?

am 27.11.2007 13:37:37 von r_ahimsa_m

Hello,
I would like to learn PHP5 and I have a question: do you recommend some
editor or IDE for Fedora Linux?
Thanks for your answers.
/RAM/

Re: newbie: which editor to choose?

am 27.11.2007 13:43:03 von Piotr Siudak

R.A.M. pisze:
> Hello,
> I would like to learn PHP5 and I have a question: do you recommend some
> editor or IDE for Fedora Linux?

eclipse

yum install eclipse-phpeclipse



--
Piotr Siudak

Re: newbie: which editor to choose?

am 27.11.2007 17:00:45 von Toby A Inkster

R.A.M. wrote:

> I would like to learn PHP5 and I have a question: do you recommend some
> editor or IDE for Fedora Linux?

I like SciTE and Nedit.

--
Toby A Inkster BSc (Hons) ARCS
[Geek of HTML/SQL/Perl/PHP/Python/Apache/Linux]
[OS: Linux 2.6.17.14-mm-desktop-9mdvsmp, up 2 days, 22:50.]

It'll be in the Last Place You Look
http://tobyinkster.co.uk/blog/2007/11/21/no2id/

Re: newbie: which editor to choose?

am 27.11.2007 19:14:18 von Marco Lussi

Am Tue, 27 Nov 2007 13:37:37 +0100 schrieb R.A.M.:

> I would like to learn PHP5 and I have a question: do you recommend some
> editor or IDE for Fedora Linux?

I can recommend Bluefish (http://bluefish.openoffice.nl/)

Re: newbie: which editor to choose?

am 27.11.2007 20:01:31 von Bucky Kaufman

"Piotr Siudak" wrote in message
news:fih3en$k20$1@atlantis.news.tpi.pl...
> R.A.M. pisze:
>> Hello,
>> I would like to learn PHP5 and I have a question: do you recommend some
>> editor or IDE for Fedora Linux?
>
> eclipse
>
> yum install eclipse-phpeclipse

Better yet, try Zend Studio.
http://www.epinions.com/content_290447527556

It has two versions, one stand-alone, one as an Eclipse thing - you get
both.
It's been *hugely* useful to me in learning about PHP.

Re: newbie: which editor to choose?

am 28.11.2007 09:15:44 von r_ahimsa_m

U¿ytkownik "Piotr Siudak" napisa³ w wiadomo¶ci
news:fih3en$k20$1@atlantis.news.tpi.pl...
> eclipse
>
> yum install eclipse-phpeclipse

OK, I have installed phpeclipse, but (I have little experience in Linux) I
don't see it in programmer's KDE menu. How can I run it?
/RAM/

Re: newbie: which editor to choose?

am 28.11.2007 09:36:46 von Piotr Siudak

R.A.M. pisze:
> U¿ytkownik "Piotr Siudak" napisa³ w wiadomo¶ci
> news:fih3en$k20$1@atlantis.news.tpi.pl...
>> eclipse
>>
>> yum install eclipse-phpeclipse
>
> OK, I have installed phpeclipse, but (I have little experience in Linux) I
> don't see it in programmer's KDE menu.

I don't know,I don't use KDE myself, maybe yopu need to log off and on?

> How can I run it?

you can open the terminal and run "eclipse"
or create activator on desktop pointing to "/usr/bin/eclipse" (or just
'eclipse')

--
Piotr Siudak

Re: newbie: which editor to choose?

am 28.11.2007 21:01:53 von r_ahimsa_m

Thanks, but...
I have a problem opening .php files in eclipse. Nether the way:
File | Open file... (from IDE)
nor:
eclipse file.php (from prompt)
opens the file. Eclipse opens web browser, and tries to open .php file in
it. Association of eclipse with .php extension doesn't help.
How can I open .php files in Eclipse IDE?
/RAM/

Re: newbie: which editor to choose?

am 28.11.2007 22:47:55 von Piotr Siudak

R.A.M. pisze:
> Thanks, but...
> I have a problem opening .php files in eclipse. Nether the way:
> File | Open file... (from IDE)
> nor:
> eclipse file.php (from prompt)
> opens the file. Eclipse opens web browser, and tries to open .php file in
> it. Association of eclipse with .php extension doesn't help.
> How can I open .php files in Eclipse IDE?
> /RAM/

Window > Open Perspective > PHP

File > New > Project... > PHP > PHP Project

File > New > Other... > PHP > PHP File




--
Piotr Siudak

Re: newbie: which editor to choose?

am 29.11.2007 07:36:15 von r_ahimsa_m

Piotr Siudak pisze:
> R.A.M. pisze:
>> Thanks, but...
>> I have a problem opening .php files in eclipse. Nether the way:
>> File | Open file... (from IDE)
>> nor:
>> eclipse file.php (from prompt)
>> opens the file. Eclipse opens web browser, and tries to open .php file
>> in it. Association of eclipse with .php extension doesn't help.
>> How can I open .php files in Eclipse IDE?
>> /RAM/
>
> Window > Open Perspective > PHP
>
> File > New > Project... > PHP > PHP Project
>
> File > New > Other... > PHP > PHP File

Thanks for your answers.
Although phpeclipse has been installed without errors, I don't have PHP
options in "Open Perspective", "Project", "Other". I have only Java
language. Should I do something more to be able to edit PHP?
/RAM/

Re: newbie: which editor to choose?

am 29.11.2007 17:32:01 von Acrobatic

Hi Pitor

This is probably a dumb question but have you installed PHP on your
machine?

Zend Studio is a very good recommendation, especially because you can
step through code and debug much easier. I personally like Coda from
Panic, but it requires Mac OS X.


On Nov 29, 12:36 am, "R.A.M." wrote:
> Piotr Siudak pisze:
>
>
>
> > R.A.M. pisze:
> >> Thanks, but...
> >> I have a problem opening .php files in eclipse. Nether the way:
> >> File | Open file... (from IDE)
> >> nor:
> >> eclipse file.php (from prompt)
> >> opens the file. Eclipse opens web browser, and tries to open .php file
> >> in it. Association of eclipse with .php extension doesn't help.
> >> How can I open .php files in Eclipse IDE?
> >> /RAM/
>
> > Window > Open Perspective > PHP
>
> > File > New > Project... > PHP > PHP Project
>
> > File > New > Other... > PHP > PHP File
>
> Thanks for your answers.
> Although phpeclipse has been installed without errors, I don't have PHP
> options in "Open Perspective", "Project", "Other". I have only Java
> language. Should I do something more to be able to edit PHP?
> /RAM/

Re: newbie: which editor to choose?

am 29.11.2007 17:33:09 von Acrobatic

Sorry, that was for R.A.M :)


On Nov 29, 10:32 am, Acrobatic wrote:
> Hi Pitor
>
> This is probably a dumb question but have you installed PHP on your
> machine?
>
> Zend Studio is a very good recommendation, especially because you can
> step through code and debug much easier. I personally like Coda from
> Panic, but it requires Mac OS X.
>
> On Nov 29, 12:36 am, "R.A.M." wrote:
>
> > Piotr Siudak pisze:
>
> > > R.A.M. pisze:
> > >> Thanks, but...
> > >> I have a problem opening .php files in eclipse. Nether the way:
> > >> File | Open file... (from IDE)
> > >> nor:
> > >> eclipse file.php (from prompt)
> > >> opens the file. Eclipse opens web browser, and tries to open .php file
> > >> in it. Association of eclipse with .php extension doesn't help.
> > >> How can I open .php files in Eclipse IDE?
> > >> /RAM/
>
> > > Window > Open Perspective > PHP
>
> > > File > New > Project... > PHP > PHP Project
>
> > > File > New > Other... > PHP > PHP File
>
> > Thanks for your answers.
> > Although phpeclipse has been installed without errors, I don't have PHP
> > options in "Open Perspective", "Project", "Other". I have only Java
> > language. Should I do something more to be able to edit PHP?
> > /RAM/