To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here
PHPBuilder.com  
 

 

Go Back   PHPBuilder.com > Discussion > Echo Lounge

Echo Lounge General Chat and Introductions. A catch all for any topic.

Reply
 
Thread Tools Rate Thread Display Modes
Old 08-30-2002, 12:46 PM   #1
piersk
Moderator
 
Join Date: Aug 2002
Location: Guildford, UK
Posts: 4,279
Thumbs up Wow!!!!!

You have got to see this!! (maybe Im being a little too overenthusiastic, but any road)

Dev PHP IDE - a PHP scripting environment that executes the code, it will show you exactly what code the browser will see and best of all (unlike UltraEdit etc...) its FREE!!

Last edited by piersk; 08-30-2002 at 12:50 PM.
piersk is offline   Reply With Quote
Old 08-30-2002, 01:37 PM   #2
daynah
PHP Princess
 
daynah's Avatar
 
Join Date: Mar 2001
Location: CA, USA
Posts: 324
piersk, was so enthusiastic that he forgot to give us the link. heh

So here it is: http://devphp.sourceforge.net/
daynah is offline   Reply With Quote
Old 08-30-2002, 06:54 PM   #3
piersk
Moderator
 
Join Date: Aug 2002
Location: Guildford, UK
Posts: 4,279
Sorry, got too excited. Man I need to get out more...
piersk is offline   Reply With Quote
Old 11-11-2002, 06:28 AM   #4
jonsof
Senior Member
 
Join Date: Nov 2002
Location: Greece, Athens
Posts: 340
i think that the files hav been removed!!!

Where are they???
jonsof is offline   Reply With Quote
Old 11-17-2002, 05:54 PM   #5
macintyrea
Junior Member
 
Join Date: Nov 2002
Posts: 2
They seem to have moved to http://sourceforge.net/projects/devphp/
macintyrea is offline   Reply With Quote
Old 11-18-2002, 03:19 AM   #6
ednark
Senior Member
 
ednark's Avatar
 
Join Date: Oct 2002
Location: DC
Posts: 846
this is a nifty editor... the button set on this is really well done.. i like it

though... for the open button... is that on orange peel on the file ????

[edit]

more things to add...

i frockin love the function sidebar...

but the only thing that editpad has over this is a regular expression search and replace... that would make this the ultimate editor for me...

Last edited by ednark; 11-18-2002 at 03:37 AM.
ednark is offline   Reply With Quote
Old 11-18-2002, 02:07 PM   #7
mitakadai
Junior Member
 
mitakadai's Avatar
 
Join Date: Nov 2002
Location: Ufa, Russia
Posts: 11
Love the button set to. Worked with Dev-PHP all today and found a few bugs, it throw up some kind of internal error a couple if times when I tried to save (can't remember the exact text). Afterwards I had to kill Dev-PHP in the task manager. Anytime I tried to paste text into the find and replace dialog the text was pasted into the main window instead. I'd like to be be able to add a custom panel on the right for text I cut and paste on a regular basis like in TextPad. Overall a good editor.

Last edited by mitakadai; 11-18-2002 at 02:14 PM.
mitakadai is offline   Reply With Quote
Old 11-18-2002, 04:07 PM   #8
ednark
Senior Member
 
ednark's Avatar
 
Join Date: Oct 2002
Location: DC
Posts: 846
hmmm perhaps some of this should be directed toward the actual developer

well actually you can....

the speed code bar thing is just loaded from a text file in the config directory... just pop the sucker open add you code to it... and then reload..


however that is not a built in property...

also something i found that was super helpfull that is not included was braket highlighting... if you are on a { or a ( or a [ it will go ahead and highlight the other one.. WHERE WAS THIS IN AN EDITOR WHEN I WAS DOING LISP!!!!
ednark is offline   Reply With Quote
Old 11-18-2002, 05:29 PM   #9
BuzzLY
2($infinity) && $beyond
 
BuzzLY's Avatar
 
Join Date: Nov 2002
Location: Star Command
Posts: 2,535
Post register_globals

I am an experienced web developer, although I am fairly new to PHP. It is pretty straightforward so far. It sure is fun (!) learning it's nuances.
89326269cd0c04ca98e4c3630c541931
For instance, I have read in numerous places that I should turn off register_globals. As a result, of course, most code that I get from users doesn't work unless I go in and modify all the global variables to use $_SERVER, $_GET, etc. It's a good learning tool, of course, but after a while it gets annoying.

This Dev-PHP IDE is a nice tool. I've been using Ultra-Edit for most of my development, and it was easy to use for PHP as well, but I just may start using Dev-PHP. So what does this have to do with the thread? Well... it would be VERY cool if there was an option to indicate whether register_globals was turned on or off. That way, when I go to paste QUERY_STRING from the code bar, it would paste $QUERY_STRING if register_globals is on, and $_SERVER["QUERY_STRING"] if it were disabled. Yes, a minor thing, but there you go!

Last edited by BuzzLY; 09-08-2003 at 03:29 AM.
BuzzLY is offline   Reply With Quote
Old 11-18-2002, 05:42 PM   #10
ednark
Senior Member
 
ednark's Avatar
 
Join Date: Oct 2002
Location: DC
Posts: 846
for those of you following this post why not step up on over here, where this will be more usefull

http://sourceforge.net/forum/forum.php?forum_id=182375
ednark is offline   Reply With Quote
Old 11-18-2002, 05:44 PM   #11
BuzzLY
2($infinity) && $beyond
 
BuzzLY's Avatar
 
Join Date: Nov 2002
Location: Star Command
Posts: 2,535
Thank you sir... most helpful.
BuzzLY is offline   Reply With Quote
Old 11-19-2002, 03:23 AM   #12
Bunkermaster
Parse error line -1
 
Bunkermaster's Avatar
 
Join Date: Sep 2002
Location: Blairwitch Woods, rocking the tent
Posts: 1,798
DEV PHP IDE after a week of use :

Cons :
- no regexp search and replace (eek! )
- no vertical text selection (triple eek! )
- short keys are not standard and NOT customizable (Ctrl-S is for syntax check and NOT for save, Ctrl-G is no go to line etc. eek! )

Pros :
- nice keyword feature
- PHP integration (never worked here though)
- useful local function directory on right (doesn't show functions in includes though)

Conclusion :
- very nice but not nice enuf (i am a vertical text select addict and i wouldn't dream of a regexp search free editor)

I STAY WITH MSE
__________________

"Our ASP will blot out the sun!"
"Then we will PHP in the shade"
Bunkermaster is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 03:56 AM.






Acceptable Use Policy

internet.comMediabistrojusttechjobs.comGraphics.com

WebMediaBrands Corporate Info


Advertise | Newsletters | Feedback | Submit News

Legal Notices | Licensing | Permissions | Privacy Policy


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.