|
|
 |
October 4th, 2007, 10:33 PM
|
#1
|
|
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 28
Posts: 1,628
Thanks: 0
Thanked 4 Times in 3 Posts
|
[SOLVED] Text Editor
What would be the best and yet a great Text Editor for creating a PHP-MySQL? Maybe for ASP as well?
Currently I am using Notpad++ for my asp and css.
Thanks.
|
|
|
October 4th, 2007, 10:40 PM
|
#2
|
|
Highly Reputable Member
SuperMember
Join Date: Sep 2007
Location: Australia
Age: 25
Posts: 954
Thanks: 0
Thanked 0 Times in 0 Posts
|
Re: Text Editor
Text editor? I only ever used Notepad until I got Dreamweaver. I rate the code view in DW as the best PC program I use.
It has sytax highlighting and function hints for PHP and ASP.
Cheers
|
|
|
October 5th, 2007, 05:03 AM
|
#3
|
|
Elite Veteran
SuperMember
Join Date: May 2007
Location: inside the outside
Posts: 3,909
Thanks: 9
Thanked 40 Times in 38 Posts
|
Re: Text Editor
try pspad, it also has syntax highlighting, plus a few nice in built touches that are really useful.
|
|
|
October 5th, 2007, 05:10 AM
|
#4
|
|
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 28
Posts: 1,628
Thanks: 0
Thanked 4 Times in 3 Posts
|
Re: Text Editor
Thanks..
I found this one, never try them yet but quiet interesting as well.
Komodo Edit
|
|
|
October 9th, 2007, 10:52 PM
|
#5
|
|
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 28
Posts: 1,628
Thanks: 0
Thanked 4 Times in 3 Posts
|
Re: Text Editor
Found this nice one UltraEdit
You can set the color of any properties of value in CSS ASP PHP HTML, and many more..
Nice design layout with folder tree view.
|
|
|
October 10th, 2007, 09:37 AM
|
#6
|
|
New Member
SuperMember
Join Date: Oct 2007
Location: UK
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0
|
Re: Text Editor
Dreamweaver definately. It has a graphical interface aswell as a code interface. I use the 2 together. Using the GUI for monotonous stuff + it has FTP inbuilt.
Nothing else pout there comes close, unless you use asp.net in which case visual studio
|
|
|
October 16th, 2007, 11:44 AM
|
#7
|
|
New Member
Join Date: Oct 2007
Location: New York
Age: 36
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0
|
Re: Text Editor
Why to use text editors for typing scripts? There are many special php editors! But of course not all of them are free. Personally I use Codelobster php edition.
Its basic helpful features:
syntax highlighting, an intelligent outocomplete, step by step debugger (with that functionality, you can set breakpoints in the editor at which the PHP interpreter stops during execution of the script. From there, you can inspect the values of local variables to diagnose issues in the code. ); help on php, html, mysql; jump to funtion's or class's declaration in the project; search within the project; highlighting of paired tags and brackets.
It's a free editor, look here:
http://www.codelobster.com
|
|
|
October 16th, 2007, 11:52 AM
|
#8
|
SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Posts: 2,086
Thanks: 2
Thanked 23 Times in 23 Posts
|
Re: Text Editor
Nice link wanda, might give it a try sometime! Thanks!
|
|
|
October 16th, 2007, 09:18 PM
|
#9
|
|
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 28
Posts: 1,628
Thanks: 0
Thanked 4 Times in 3 Posts
|
Re: Text Editor
wow nice one!
I am just making myself familiar with UltraEdit, but I guess I have to use codelobster then.
I like the sliding things and the skin.
Thanks wanda.
|
|
|
October 17th, 2007, 08:36 AM
|
#10
|
|
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 32
Posts: 4,607
Thanks: 0
Thanked 0 Times in 0 Posts
|
Re: Text Editor
Quote:
Originally Posted by wanda
|
CodeLobster is NOT a free editor. On the site you can download a 30-day trial then purchase it for 34.95 (I assume it's US but there's no currency showing) ... still dirt cheap but NOT free. 
|
|
|
October 17th, 2007, 09:24 PM
|
#11
|
|
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 28
Posts: 1,628
Thanks: 0
Thanked 4 Times in 3 Posts
|
Re: Text Editor
Quote:
Originally Posted by wanda
Why to use text editors for typing scripts? There are many special php editors! But of course not all of them are free. Personally I use Codelobster php edition.
|
I think wanda is talking about Code Lobster PHP Edition, which is free from the website.
|
|
|
October 18th, 2007, 07:43 AM
|
#12
|
|
Highly Reputable Member
Join Date: Apr 2007
Location: Willich, Germany
Age: 22
Posts: 592
Thanks: 0
Thanked 0 Times in 0 Posts
|
Re: Text Editor
Yup, the Code Lobster PHP Edition is free. I just recently started using it and I'm lovin' it.
The only down-side is that it doesn't have syntax highlighting for CSS.
Does anyone know of a plugin for that?
|
|
|
October 18th, 2007, 08:29 AM
|
#13
|
SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Posts: 2,086
Thanks: 2
Thanked 23 Times in 23 Posts
|
Re: Text Editor
Quote:
Originally Posted by c010depunkk
The only down-side is that it doesn't have syntax highlighting for CSS.
Does anyone know of a plugin for that?
|
Does it not have a thing like in dreamweaver where you can choose a colour for different types of things ( PHP, CSS, HTML).. Is it possible that it is switched off?
|
|
|
October 18th, 2007, 08:31 AM
|
#14
|
SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Posts: 2,086
Thanks: 2
Thanked 23 Times in 23 Posts
|
Re: Text Editor
Infact, after giving thier website a look at again, it will not. If you want that, you will have to upgrade to the non-free one which has this function in it.
|
|
|
October 18th, 2007, 10:53 AM
|
#15
|
|
Highly Reputable Member
Join Date: Apr 2007
Location: Willich, Germany
Age: 22
Posts: 592
Thanks: 0
Thanked 0 Times in 0 Posts
|
Re: Text Editor
Quote:
Originally Posted by Marc
Infact, after giving thier website a look at again, it will not. If you want that, you will have to upgrade to the non-free one which has this function in it.
|
Oh well, maybe I'll end up buying it. I really like it for PHP.
|
|
|
October 18th, 2007, 10:14 PM
|
#16
|
|
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 28
Posts: 1,628
Thanks: 0
Thanked 4 Times in 3 Posts
|
Re: Text Editor
I use CodeLobster Handy Code Editor and it is really good.
I like the navigation auto hide features. That make's our working space more big.
You can set you own syntax color and the most interesting thing is they have window 2000, windows 2003, windows xp and visual studio skin!
Nice..
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|