Development Software
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsWeb Site ManagementDevelopment Software

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #46  
Old August 14th, 2000, 08:03 PM
IdNotFound IdNotFound is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2000
Location: Niteroi, RJ, Brazil
Posts: 30 IdNotFound User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 13
Send a message via ICQ to IdNotFound
I think you all should try PHPEd!

It's very nice (at least for begginers)

Here comes a list:

Begginers:

<UL TYPE=SQUARE>
<LI> it show a list of functions for you to choose (for example: forgot the name... hmmm... something like mysql_fetch... it lists for you!)
<LI> it has a... dunno exactly the name... Code completion? That yellow box with the arguments of EACH SINGLE FUNCTION!
</UL>

It imports from the PHP documentation, so it's up to date! If you press F1 you can take a look at the manual (via default browser or internal browser)

For advanced:

Unlike EditPlus, it can bold, italic and change the background color for each kind of keyword. I also think it has more features when talking about code highlighting. You can use different colors for more keywords. Dunno how to explain, but I think you have a bigger list to change colors...

A bad thing:

When edditing, every HTML line will highlight the initial < of the tags (if they start the line) like the PHP Comments.

No big deal, but...


So, do I (or PHPEd) have your vote?

------------------
Eduardo Teixeira Cardoso
PHP Programmer from Brazil
idnotfound@vircio.com.br

Reply With Quote
  #47  
Old August 15th, 2000, 02:04 AM
jgagner jgagner is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2000
Location: Seattle, WA,USA
Posts: 84 jgagner User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 13
Send a message via ICQ to jgagner
Amen. I've used everything from go live to Macromedia. Of the Pricey ones, I'd say dreamweave but 1st page 2000+Ultraedit are the best combination you can have on windows. On my Linux machines, I just use the text editor.
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">quote:</font><HR>Originally posted by Kaiser_Sose:
I cant believe nobody has mentoned the very best editor available today................ and its free

dl a copy and tell what you think about it


http://www.evrsoft.com/1stpage/

[/quote]


Reply With Quote
  #48  
Old August 23rd, 2000, 09:53 AM
marms marms is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2000
Location: France
Posts: 5 marms User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to marms
Our staff is currently working on an php-oriented ide. All information are available on http://www.phpedit.com/.

Don't fear to take us what you think and what you need.

Regards,
M@rms

Reply With Quote
  #49  
Old August 23rd, 2000, 10:49 AM
Bean Bean is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2000
Location: Omaha, Nebraska
Posts: 3 Bean User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I always use good old VI Editor. Call me old fashioned. But I love it! URL

------------------
Who is John Galt?

Reply With Quote
  #50  
Old March 21st, 2001, 09:06 AM
rhumer rhumer is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2001
Posts: 1 rhumer User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Exclamation HAVE A LOOK AT THIS!!!!!!!!!!!!!!!!!

Have you ever heard about PHP-Coder?
No?
Well, then you should have a look at the following site:
URL

The official description:
PHP Coder is an IDE (Integrated Development Environment) especially developped for PHP programmers.
Through tight integration of the PHP interpreter and the PHP documentation, PHP Coder gives you a time-saving Development Interface. Features are Full Integration of the PHP Interpreter and the PHP documentation, Integrated Preview window, Full Syntax Highlighting for HTML and PHP, AutoComplete for frequently used text constructs, Project manager, Tag Buttons and all the standard editing functions like almost unlimited undo, copy and paste, searching, ...
And it is quite small compared to other language's IDEs and loads pretty fast.
And the best, it's FREE.

Reply With Quote
  #51  
Old March 21st, 2001, 02:32 PM
NZ Joe NZ Joe is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2001
Location: Kapiti, New Zealand
Posts: 36 NZ Joe User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 13
I use PHP Coder
__________________
Gravity always wins

Reply With Quote
  #52  
Old March 21st, 2001, 03:00 PM
linuxdaemon linuxdaemon is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2001
Posts: 1 linuxdaemon User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
PHP Editor

I agree, Vim/Gvim (http://www.vim.org) is a great editor if you are familiar with VI. If you are into that whole windows thing, Homesite (http://www.allaire.com) is great.

Reply With Quote
  #53  
Old March 21st, 2001, 03:10 PM
Vlad The Impaler Vlad The Impaler is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2000
Posts: 29 Vlad The Impaler User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to Vlad The Impaler
I use UltraEdit 32, you can get it from http://www.ultraedit.com/ , it isn't made specifically for PHP, but I copied the perl language keywords, and it works pretty well, also allows regex search and replace, which helps a lot IMO.

Reply With Quote
  #54  
Old March 21st, 2001, 07:55 PM
7stud 7stud is offline
Contributing User
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Feb 2001
Posts: 1,365 7stud User rank is Private First Class (20 - 50 Reputation Level)7stud User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 18 h 9 m 25 sec
Reputation Power: 14
Hi,

Thanks for that link to PHP coder. That thing is great. I couldn't figure out how to use PHPEd very well.

Reply With Quote
  #55  
Old March 21st, 2001, 11:28 PM
cka cka is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2000
Location: Ontario, Canada
Posts: 498 cka User rank is Corporal (100 - 500 Reputation Level)cka User rank is Corporal (100 - 500 Reputation Level)cka User rank is Corporal (100 - 500 Reputation Level)cka User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 17
Am I the only one who thinks PHPIDE is really sluggish and too GUI-focused? It has too many bells & whistles with the colour coding, kinda reminds me of a FrontPage for PHP files. I'll stick to my good ol' TextPad, I think.

(No offense to the people who made PHPIDE, of course.)
__________________
To alcohol! The cause of, and solution to, all of life's problems. -- Homer Simpson

Reply With Quote
  #56  
Old March 22nd, 2001, 01:24 AM
NZ Joe NZ Joe is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2001
Location: Kapiti, New Zealand
Posts: 36 NZ Joe User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 13
If I had been programming a while I might agree with you cka. For a newbie, the instant gratification of having the internal browser is excellent.

Reply With Quote
  #57  
Old March 22nd, 2001, 02:38 AM
Maximum Maximum is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2001
Location: Netherlands
Posts: 290 Maximum User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 26 m 46 sec
Reputation Power: 13
Just 1 word...EditPlus....
Simply the best...have used it for a long time, and will keep doing that for a long time...
__________________
Greetz
-Maximum-
__________________________________
There is no knowledge that is no power

Reply With Quote
  #58  
Old March 23rd, 2001, 04:49 PM
killalldash9 killalldash9 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2001
Location: Cincinnati, OH
Posts: 2 killalldash9 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to killalldash9
TextPad and IE

...are the only reason I don't go all Linux at home. TextPad is the best editor I've found, and Netscape sucks...especially on Linux. I took the nickname killalldash9 based mainly on my hatred for the number of times I've had to type "killall -9 netscape-navigator" on my Linux boxen (never mind its inability to support CSS.)

Reply With Quote
  #59  
Old March 24th, 2001, 10:45 PM
7stud 7stud is offline
Contributing User
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Feb 2001
Posts: 1,365 7stud User rank is Private First Class (20 - 50 Reputation Level)7stud User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 18 h 9 m 25 sec
Reputation Power: 14
Hi,

Ok, ok....for all of you that were singing the praises of EditPlus, I decided to give it a try. Currently, I am trying out 4 editors. It seems like EditPlus is a more complicated version of PHP coder.

I immediately had problems installing EditPlus. The self extractor was extracting an old program I had unistalled long ago. Somehow, I finally got it extracted, but I don't know how I did that. Then, I had to make massive changes to all the auto complete buttons, and it was difficult to figure out which files needed to be edited. It would be nice if they explained where to go to edit the various files. I also edited the html template.

It also took a while to figure out how the internal browser worked. I still don't know how to test sessions with the internal browsers in these editors. To retest a session script, you have to close all browser windows, so that the previous session ends. However, with these editors, how do you close the browser window? I have resorted to shutting down the editor to retest a session script, which is hardly a very good feature.

I also chose HTML tags in lower case on the Preferences/General page, but when I insert an html tag from the list in the left window, it's in upper case. Has anyone gotten that to work?

Finally, I created a simple php template:

<?php

?>

so that when I want to open a new file, I can just click on the new menu item "PHP" and the file will open up with php tags, but unlike when I open an html file, the html toolbar disappears. I can get it back by digging around in the View menu item, but is there a way to make the html tool bar appear as the default like an html page?

Last edited by 7stud : March 24th, 2001 at 11:01 PM.

Reply With Quote
  #60  
Old March 25th, 2001, 12:12 AM
7stud 7stud is offline
Contributing User
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Feb 2001
Posts: 1,365 7stud User rank is Private First Class (20 - 50 Reputation Level)7stud User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 18 h 9 m 25 sec
Reputation Power: 14
Hi,

I just tried textpad...there is no php specific stuff, so I am giving that editor a pass. It does have the best icon though....lol.

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb Site ManagementDevelopment Software > Best editor with php

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap