Recommend PHP/C++ IDE for Linux

This is a discussion on Recommend PHP/C++ IDE for Linux within the PHP Language forums, part of the PHP Programming Forums category; Reply-Via-Newsgroup Thanks wrote: > Gentle People, > > I've started working with a team of C++ and ...


Go Back   Usenet Forums > PHP Programming Forums > PHP Language

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 05-26-2004
Berislav Lopac
 
Posts: n/a
Default Re: Recommend PHP/C++ IDE for Linux

Reply-Via-Newsgroup Thanks wrote:
> Gentle People,
>
> I've started working with a team of C++ and PHP programmers - They
> develope on Windoze platform which I dislike since our production
> servers are LAMP based, I've always believed greater effort is placed
> on stability with Apache/MySQL/PHP on a Linux platform than an equal
> setup on a windoze platform.
>
> For this reason, and to encourage them across to a Linux based
> development platform, they said they'd try it if I could find them a
> IDE that is (of course) preferably free...
>
> I'm open to suggesting either free or low-cost based editors - Can
> anyone suggest any?
>
> Cheers
> Randell D.


http://www.php-editors.com/review/

--
If the Internet is a Marx Brothers movie, and Web, e-mail, and IRC are
Groucho, Chico, and Harpo, then Usenet is Zeppo.


Reply With Quote
  #2 (permalink)  
Old 05-26-2004
Mark F. Burgo
 
Posts: n/a
Default Re: Recommend PHP/C++ IDE for Linux

Reply-Via-Newsgroup Thanks wrote:

>
> Gentle People,
>
> I've started working with a team of C++ and PHP programmers - They
> develope on Windoze platform which I dislike since our production
> servers are LAMP based, I've always believed greater effort is placed on
> stability with Apache/MySQL/PHP on a Linux platform than an equal setup
> on a windoze platform.
>
> For this reason, and to encourage them across to a Linux based
> development platform, they said they'd try it if I could find them a IDE
> that is (of course) preferably free...
>
> I'm open to suggesting either free or low-cost based editors - Can
> anyone suggest any?
>
> Cheers
> Randell D.


kdevelop allows for the creation of both c++ and php software. Version 3

--
Mark B.
Linux 2.6.5-12.23-default i686 athlon i386
6:28am up 5 days 10:56, 5 users, load average: 2.29, 2.31, 2.12

Reply With Quote
  #3 (permalink)  
Old 05-26-2004
Benny Hill
 
Posts: n/a
Default Re: Recommend PHP/C++ IDE for Linux

On Wed, 26 May 2004 11:09:42 -0700, Reply-Via-Newsgroup Thanks wrote:

>
> Gentle People,
>
> I've started working with a team of C++ and PHP programmers - They
> develope on Windoze platform which I dislike since our production
> servers are LAMP based, I've always believed greater effort is placed on
> stability with Apache/MySQL/PHP on a Linux platform than an equal setup
> on a windoze platform.
>
> For this reason, and to encourage them across to a Linux based
> development platform, they said they'd try it if I could find them a IDE
> that is (of course) preferably free...
>
> I'm open to suggesting either free or low-cost based editors - Can
> anyone suggest any?
>
> Cheers
> Randell D.


Hi Randell,

Although it's not free, Visual SlickEdit (www.slickedit.com) is by far
my most valuable development tool (it's the only thing I paid money for on
my linux box). SlickEdit handles C/C++, PHP and many, many other
languages. It also works on quite a few different platforms so it's
possible to use the same tool on linux and Windows which is nice.

If you absolutely must use free you could look at KDevelop and/or
Quanta.
Reply With Quote
  #4 (permalink)  
Old 05-26-2004
Reply-Via-Newsgroup Thanks
 
Posts: n/a
Default Recommend PHP/C++ IDE for Linux


Gentle People,

I've started working with a team of C++ and PHP programmers - They
develope on Windoze platform which I dislike since our production
servers are LAMP based, I've always believed greater effort is placed on
stability with Apache/MySQL/PHP on a Linux platform than an equal setup
on a windoze platform.

For this reason, and to encourage them across to a Linux based
development platform, they said they'd try it if I could find them a IDE
that is (of course) preferably free...

I'm open to suggesting either free or low-cost based editors - Can
anyone suggest any?

Cheers
Randell D.
Reply With Quote
  #5 (permalink)  
Old 05-27-2004
David Risner
 
Posts: n/a
Default Re: Recommend PHP/C++ IDE for Linux

Benny Hill wrote:
>
> Although it's not free, Visual SlickEdit (www.slickedit.com) is by far
> my most valuable development tool (it's the only thing I paid money for on
> my linux box). SlickEdit handles C/C++, PHP and many, many other
> languages. It also works on quite a few different platforms so it's
> possible to use the same tool on linux and Windows which is nice.


I second the vote for SlickEdit for PHP and C++ (and HTML, JavaScript,
and Java and many others too).

For free editors, JEdit is also pretty nice and will, at least in
theory, work on any Java 1.4 enabled platform.

--
David G. Risner
Software Engineer, California State University, Los Angeles
http://www.risner.org/david/
Reply With Quote
  #6 (permalink)  
Old 05-27-2004
Shane Lahey
 
Posts: n/a
Default Re: Recommend PHP/C++ IDE for Linux

On Thu, 27 May 2004 02:57:36 GMT, David Risner
<java102dave-nntp@yahoo.com> wrote:

>Benny Hill wrote:
> >
>> Although it's not free, Visual SlickEdit (www.slickedit.com) is by far
>> my most valuable development tool (it's the only thing I paid money for on
>> my linux box). SlickEdit handles C/C++, PHP and many, many other
>> languages. It also works on quite a few different platforms so it's
>> possible to use the same tool on linux and Windows which is nice.

>
>I second the vote for SlickEdit for PHP and C++ (and HTML, JavaScript,
>and Java and many others too).
>
>For free editors, JEdit is also pretty nice and will, at least in
>theory, work on any Java 1.4 enabled platform.



ActiveState Komodo (also not free)
Excellent IDE / Editor for C/C++/php/html/python/perl/etc......

http://www.activestate.com
Reply With Quote
  #7 (permalink)  
Old 05-29-2004
R. Rajesh Jeba Anbiah
 
Posts: n/a
Default Re: Recommend PHP/C++ IDE for Linux

Reply-Via-Newsgroup Thanks <newsgroup@fiproject-com.com> wrote in message news:<c91qed$6aa$1$8302bc10@news.demon.co.uk>...
> Gentle People,
>
> I've started working with a team of C++ and PHP programmers - They
> develope on Windoze platform which I dislike since our production
> servers are LAMP based, I've always believed greater effort is placed on
> stability with Apache/MySQL/PHP on a Linux platform than an equal setup
> on a windoze platform.
>
> For this reason, and to encourage them across to a Linux based
> development platform, they said they'd try it if I could find them a IDE
> that is (of course) preferably free...


The great PHPEdit now runs in Linux (not tried)
<http://www.phpedit.net/products/PHPEdit/>

--
| Just another PHP saint |
Email: rrjanbiah-at-Y!com
Reply With Quote
  #8 (permalink)  
Old 06-01-2004
mr quark
 
Posts: n/a
Default Re: Recommend PHP/C++ IDE for Linux

kate

http://kate.kde.org/


Reply With Quote
  #9 (permalink)  
Old 06-01-2004
Reply-Via-Newsgroup Thanks
 
Posts: n/a
Default Re: Recommend PHP/C++ IDE for Linux

Reply-Via-Newsgroup Thanks wrote:

>
> Gentle People,
>
> I've started working with a team of C++ and PHP programmers - They
> develope on Windoze platform which I dislike since our production
> servers are LAMP based, I've always believed greater effort is placed on
> stability with Apache/MySQL/PHP on a Linux platform than an equal setup
> on a windoze platform.
>
> For this reason, and to encourage them across to a Linux based
> development platform, they said they'd try it if I could find them a IDE
> that is (of course) preferably free...
>
> I'm open to suggesting either free or low-cost based editors - Can
> anyone suggest any?
>
> Cheers
> Randell D.



Many thanks to all - I think I'll give the kdevelop a try - though I
will pass on all suggestions and very much appreciate them...

Cheers
Randell D.
Reply With Quote
  #10 (permalink)  
Old 06-01-2004
Paul Robson
 
Posts: n/a
Default Re: Recommend PHP/C++ IDE for Linux

mr quark wrote:

> kate
>
> http://kate.kde.org/


quanta

Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 08:25 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0