Code Newbie
News     Forums     Search     Members     Sign Up    

My Code Newbie
Username

Password

Articles/Snippets
ASP Classic
ASP.NET
C
C#
C++
HTML / CSS
Java
Javascript
Linux / BSD
Perl
PHP
Python
Ruby
SQL
VB 6
VB.NET

C.N. Friends
  Planet Rome

Link to Us!
Code Newbie
  Code Newbie
    forums
Go Back   Code Forums > Application and Web Development > PHP
User Name
Password

Reply
 
LinkBack Thread Tools Display Modes
Old 03-11-2003, 09:40 PM   #1 (permalink)
JeC
Registered User
 
JeC's Avatar
 
Join Date: Feb 2003
Location: Australia
Posts: 46
JeC is on a distinguished road
Are there any good Code highlight programs :S ?

At the moment I just use a plain text editor for my PHP, are there any programs that people use that highlights different parts of PHP ect ?

That would just make it more fun to code
__________________
JeC is offline   Reply With Quote
Old 03-11-2003, 09:51 PM   #2 (permalink)
joe_bruin
LOAD "*",8,1
 
Join Date: Feb 2003
Location: la.ca.us
Posts: 254
joe_bruin is on a distinguished road
textpad has good syntax highlighting for just about any language, and is generally one of the best windows editors (in my opinion). you may need to install an add-on syntax file, though.
__________________
joe_bruin is offline   Reply With Quote
Old 03-11-2003, 10:48 PM   #3 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,397
sde is on a distinguished road
Ultra Edit is my favorite editor so far.
__________________
sde is offline   Reply With Quote
Old 03-12-2003, 09:56 AM   #4 (permalink)
yarcsi
Registered User
 
yarcsi's Avatar
 
Join Date: Mar 2003
Location: b'ham alabama
Posts: 4
yarcsi is on a distinguished road
Send a message via AIM to yarcsi Send a message via Yahoo to yarcsi
Personally i like the SciTE CVS Snapshot distro by Serge Baranov. It's totally free and open source. You can get it here .
__________________
yarcsi is offline   Reply With Quote
Old 03-12-2003, 11:01 AM   #5 (permalink)
Ilya020
Techno Rat
 
Ilya020's Avatar
 
Join Date: Jan 2003
Location: San Diego
Posts: 559
Ilya020 is on a distinguished road
Send a message via AIM to Ilya020
Re: Are there any good Code highlight programs :S ?

Quote:
Originally posted by JeC
At the moment I just use a plain text editor for my PHP, are there any programs that people use that highlights different parts of PHP ect ?

That would just make it more fun to code
What OS?????

If you are running Linx...try kate. If you installed KDE package kate cam with that. In kat you can select what you are coing and what to highlight..it wokr like a wonder.

Ilya.
__________________
> SELECT * FROM users WHERE clue > 0
0 rows returned
Ilya020 is offline   Reply With Quote
Old 03-12-2003, 11:20 AM   #6 (permalink)
bdl
Senior Contributor
 
Join Date: May 2002
Location: vta.ca.usa
Posts: 555
bdl is on a distinguished road
I'll refer you to this post on text editor preference...as I mentioned in that thread, I've been using a combination of editors, and I always use syntax highlighting and bracket highlighting / matching for PHP. Makes it alot easier to track down open parenthesis, brackets, etc.
__________________
bdl is offline   Reply With Quote
Old 04-07-2003, 06:35 PM   #7 (permalink)
PS3
Registered User
 
PS3's Avatar
 
Join Date: Apr 2003
Location: Atlanta, GA
Posts: 1
PS3 is on a distinguished road
A related question about IDEs...

OK, so here's a related question from a newbie to PHP, etc...

I've been using that other operating $y$tem, coding in A$P, using Interdev, but I'm trying to migrate to Linux/Apache.

Is there a similar app in Linux that works with PHP? A "project management" feature would be nice, but what I'd like to have is:

(1) the code highlighting -- of course,

(2) integrated PHP, Javascript, CSS & HTML reference at my fingertips. For example, if I type <BODY>, it'd be nice if there was a handy-dandy window that would suddenly populate with all the attributes that <BODY> supports.

(3) Another nice (but not entirely required) feature would be file locking (like the "get working copy/release working copy" feature in Interdev).

Do Kate or Scintilla do any of this? Is there anything like that available, or am I completely missing something (entirely possible).
__________________
PS3 is offline   Reply With Quote
Old 04-07-2003, 07:04 PM   #8 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,397
sde is on a distinguished road
http://nusphere.com/

PHPed is supposed to be one of the better php editors out there. .. they just made it available for linux.

however, .. i haven't even used it so it is just something to research for yourself =)
__________________
sde is offline   Reply With Quote
Old 04-07-2003, 07:29 PM   #9 (permalink)
bdl
Senior Contributor
 
Join Date: May 2002
Location: vta.ca.usa
Posts: 555
bdl is on a distinguished road
Quote:
Originally posted by sde
http://nusphere.com/

PHPed is supposed to be one of the better php editors out there. .. they just made it available for linux.

however, .. i haven't even used it so it is just something to research for yourself =)

Great! When I get THREE HUNDRED DOLLARS to spend on an editor / ide , I'll look into it.

:p
__________________
bdl is offline   Reply With Quote
Old 04-07-2003, 09:32 PM   #10 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,397
sde is on a distinguished road
did i forget to mention that part? =)

i've tried the test version and i don't like it for myself .. i dont' need all the other managment stuff or html editing things.

i'm still happy with my ultra-edit and haven't found anything better for coding php yet.
__________________
sde is offline   Reply With Quote
Old 05-02-2003, 07:56 AM   #11 (permalink)
randy
Registered User
 
randy's Avatar
 
Join Date: May 2003
Location: Gettysburg, PA
Posts: 7
randy is on a distinguished road
For windows here is a great one. It's open source too.

Dev-PHP
http://devphp.sourceforge.net/

For linux I use QuantaPlus
http://quanta.sourceforge.net/
__________________
randy is offline   Reply With Quote
Old 05-02-2003, 12:25 PM   #12 (permalink)
Antagony
Registered User
 
Antagony's Avatar
 
Join Date: Mar 2003
Posts: 31
Antagony is on a distinguished road
Send a message via ICQ to Antagony
Thus far, I've stuck to using EditPad Pro in Windows and VIM in Linux.

However, with the project I'm about to start, I may switch over to that Dev-PHP since it looks spiffy, and I might actually make use of some of those 231,543 features since it'll be my first time to take on a project of such a large scale.
__________________
Antagony is offline   Reply With Quote
Old 05-09-2003, 07:01 AM   #13 (permalink)
trevor
Code Monkey
 
Join Date: Jan 2003
Location: Canada
Posts: 91
trevor is on a distinguished road
if your running linux, use kate. ussually ships default with kde. Beautiful program. Gvim also has a nice colour syntaxing option that is really nice also.
__________________
trevor is offline   Reply With Quote
Old 10-05-2007, 06:01 AM   #14 (permalink)
supewiser
Recruit
 
Join Date: Oct 2007
Posts: 1
supewiser is on a distinguished road
good php editor

No to text editor and editor with only syntax highlighting!

And how about outocomplete, debugger, integrated help, tools for navigation through project?

I use editors that at least have mentioned above features.

From ones I've tried I prefer Codelobster php edition.

Suggest to have a look:
CodeLobster - Handy Code Tools
No problem with downloading - it's free source
__________________
supewiser is offline   Reply With Quote
Old 10-05-2007, 07:19 AM   #15 (permalink)
redhead
Newbie
 
redhead's Avatar
 
Join Date: Jun 2002
Location: Denmark
Posts: 1,680
redhead is on a distinguished road
Be sure to select version 1.3 instead of 3.3, the Free one is version 1.3
__________________
Don't worry Ma'am, We're university students, We know what We're doing.
-----
If you pull the pin, Mr.Grenade would no longer be your friend.
-----
01000111 01101111 00100000 01000011 00100000 00100001
redhead is offline   Reply With Quote
Reply


Thread Tools
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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
{perl} HTTP Error Code Response gty All Other Coding Languages 2 09-08-2004 11:09 AM
Would you mind if there were small flash elements at code newbie? sde Lounge 10 05-29-2004 09:05 PM
Cisco Code breaking sde Code Newbie News 0 05-21-2004 07:10 AM
Microsoft probes Windows code leak redhead Code Newbie News 0 02-13-2004 12:41 AM
An Introduction to XHTML/CSS Rie HTML / CSS 0 03-07-2003 06:50 PM


All times are GMT -8. The time now is 03:17 AM.


Powered by vBulletin Version 3.6.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 RC8





Copyright © 2000-2006, Milano Interactive
Web Hosting provided by Portal 360 Web Hosting
Open Circle