JEdit editor

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mariolopes
Forum Contributor
Posts: 102
Joined: Sun May 22, 2005 7:08 am

JEdit editor

Post by mariolopes »

Hi
I try Jedit as php editor. I don't know if is a good choose but I have a problem because JEdit does recognize my php code, i.e. doesn't change the color of the functions and things like that. I have to do a special configuration in JEdit for that?
Thank you
mario
mariolopes
Forum Contributor
Posts: 102
Joined: Sun May 22, 2005 7:08 am

Re: JEdit editor

Post by mariolopes »

Now I get different colors in my editor but I didn't nothing for this.
If you know this editor what plugins do you recommend to install ?
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: JEdit editor

Post by califdon »

Hi Mario,

I'm going to guess that you entered a new script, starting from a new blank page, yes? Then after you saved it and reopened it, the colors showed, yes? That would be because it uses the filetype of the file to decide how to color the code. If I guessed wrong, then maybe something else happened.

jEdit is a good editor in many ways, but I have found that I like PSPad (http://www.pspad.com/) better. If you haven't looked at PSPad, it will be worth your doing so.
Post Reply