Home
About
Testimonials
Demos
Download
Documentation
Forum
Development
Forum
Help
Search
Chatroom
Login
Register
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
Feb. 09, 2010, 02:28:57 PM
52593
Posts in
11677
Topics by
7490
Members
Latest Member:
jessie stribling
News
: New to PRADO? The
PRADO blog tutorial
is a good start point.
The PRADO Community
»
Beyond Prado
»
Miscellaneous
»
What IDE do you use?
« previous
next »
Pages:
[
1
]
2
3
4
Author
Topic: What IDE do you use? (Read 26667 times)
neil
Junior Member
Karma: 0
Offline
Posts: 9
What IDE do you use?
«
on:
Dec. 07, 2004, 06:54:32 PM »
I was thinking of getting an IDE (primarily for debugging, so not an editor). I read the discussion here on an IDE for Prado, which would be great, but until then I just wondered what you guys use?
I've been looking at Zend Studio, PHPed and phpEdit. I've briefly looked at phpEdit, but wasn't impressed by the documentation - the stuff on the debugger wasn't even written for local debugging, and it looks as though it's a plugin for eclipse - well there already is one of those (PHPeclipse I think), which may also be the way to go. Maguma also seems a possibility, I downloaded the lite version, but the dbg module does not support PHP 5.0! So, it's probably between Zend & PHPed, both considerable investments. I may well try them out, but it is quite a time investment too, so.... I thought I'd ask you guys what you think?
Logged
zwetph
Guest
What IDE do you use?
«
Reply #1 on:
Dec. 07, 2004, 08:07:09 PM »
Well I use Eclipse. It might not be the best for debugging etc. but I like using the same IDE for different things, like Java etc. The CVS plugin rocks
Logged
jtp51
Senior Member
Karma: 2
Offline
Posts: 334
What IDE do you use?
«
Reply #2 on:
Dec. 07, 2004, 08:49:47 PM »
The Engineering department that I work in purchase a copy of ZDE for me. It works really well.
I was surprised that it automatically sees the Class definitions and code hints:
You can also specifiy templates. So, if you type 'tlabel' and then type the 'Tab' key, it will automatically output a TLabel component.
I am working on how to debug in ZDE, namespaces are not recognized as valid include files. More on that later...
Logged
--Todd
'Domo arigato, Mr. Roboto, domo...domo'
fryk
Senior Member
Karma: 0
Offline
Posts: 110
What IDE do you use?
«
Reply #3 on:
Dec. 07, 2004, 09:24:50 PM »
ZDE
Improved FTP/Secure FTP (SSH) - it is especially important to me and it works great and FAST
Logged
If I could choose - I would be Chinese!!!!!!!!!
wei
PRADO v3.x Developer
Diamond Member
Karma: 65
Offline
Posts: 2869
What IDE do you use?
«
Reply #4 on:
Dec. 07, 2004, 10:13:20 PM »
I have been using the Zend editor as well. The code insight is quite good, better than PHPEd I my opinion. The debugging in Zend works well, and have been using it to develop PRADO.
And, as you see from jtp51 screenshots, the function code insight also displays the phpdoc comments, on the fly too
And yes, you can add templates that can behave like adding PRADO components, very nifty.
It has CVS support, but doesn't display any mini-icon on the files to indicate the cvs status. So, back to using TortoiseCVS.
And it supports utf-8 characters, but doesn't display them correctly.
I have been using it to test and develop I18N for PRADO.
Been using the evalution.
Cheers, Wei.
Logged
jtp51
Senior Member
Karma: 2
Offline
Posts: 334
What IDE do you use?
«
Reply #5 on:
Dec. 07, 2004, 10:32:10 PM »
wei: Have you gotten around the Namespace issue with trying to debug a Prado application, as mentioned in my post?
Or have you been debugging single class files that have 'development only' include files?
We would really like to hear what you have done.
Side note:
I guess it is easy for me to say that ZDE is worth the money since I didn't have to buy it, but if your company or if you where able to pruchase a copy, I would say go for it.
I have been using ZDE Krypton Build 1631 and ZDE is getting better!
Logged
--Todd
'Domo arigato, Mr. Roboto, domo...domo'
hthb
Senior Member
Karma: 1
Offline
Posts: 210
What IDE do you use?
«
Reply #6 on:
May. 06, 2005, 03:23:44 PM »
So, did you get ZDE to recognize application.spec and thus get debugging to work? I have been trying to get this working with no success.
Logged
Visit
www.doc2pdf.net
for a free, no need to register, .doc to .pdf file conversion tool.
jasrags
PRADO v3.x Developer
Platinum Member
Karma: 7
Offline
Posts: 587
What IDE do you use?
«
Reply #7 on:
May. 06, 2005, 03:36:23 PM »
ZDE
Logged
Tanus
PRADO v3.x Developer
Platinum Member
Karma: 5
Offline
Posts: 663
What IDE do you use?
«
Reply #8 on:
May. 07, 2005, 12:28:01 AM »
My work recently bought ZDE for me, and so far I'm quite happy with it.
Pro tip; If using objects as return values, you normally don't get any auto completion on them. What you can do is fool zend by doing
Code:
/* @var $myObject MyClass */
$myObject = MyClass::getInstace();
$myObject->
Without that /* */ comment, ZDE doesn't know anything about the type of MyClass, but with it does.
Logged
Mike November
, my poor excuse for a developer journal / blog / code dump.
hthb
Senior Member
Karma: 1
Offline
Posts: 210
What IDE do you use?
«
Reply #9 on:
May. 07, 2005, 02:04:47 AM »
Did you notice that bug that causes it to not include application.spec into the project; the end effect = no debugging.
Logged
Visit
www.doc2pdf.net
for a free, no need to register, .doc to .pdf file conversion tool.
Tanus
PRADO v3.x Developer
Platinum Member
Karma: 5
Offline
Posts: 663
What IDE do you use?
«
Reply #10 on:
May. 07, 2005, 03:47:33 AM »
You need to associate .spec files with being HTML files in Tools -> Preferences -> File Types, otherwise it won't be included in the project list (so far as I know, projects only list web documents).
Logged
Mike November
, my poor excuse for a developer journal / blog / code dump.
hthb
Senior Member
Karma: 1
Offline
Posts: 210
What IDE do you use?
«
Reply #11 on:
May. 07, 2005, 05:02:43 PM »
Ok. That worked!
However, when I debug, I get : <br />
<b>Parse error</b>: parse error, unexpected T_STRING in <b>V:/stocks/stocks/application.spec</b> on line <b>1</b><br />
Do you know how to fix that?
Logged
Visit
www.doc2pdf.net
for a free, no need to register, .doc to .pdf file conversion tool.
teo
PRADO Supporter
Senior Member
Karma: 11
Offline
Posts: 197
What IDE do you use?
«
Reply #12 on:
Jul. 12, 2005, 01:27:40 PM »
Quote from: wei
And it supports utf-8 characters, but doesn't display them correctly.
you have to change the default font... e.g. in windows you have to choose a unicode font such as Arial MS unicode .... this do the job..
Logged
gte451f
PRADO Supporter
Senior Member
Karma: 0
Offline
Posts: 82
What IDE do you use?
«
Reply #13 on:
Sep. 02, 2005, 12:53:59 AM »
PHP Designer 2005!
I guess I'm not a serious programmer yet
Logged
-Jim
mises.org
Vasile V. Alaiba
Senior Member
Karma: 1
Offline
Posts: 220
What IDE do you use?
«
Reply #14 on:
Sep. 05, 2005, 09:18:28 AM »
I'm using VIM in graphical mode (gvim) on Mandrake Linux 10.2 together with eSVN for VCS access.
Logged
Your education begins where what is called your education is over.
Pages:
[
1
]
2
3
4
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> Announcements
=> Prado-powered Applications
=> Prado International
===> Chinese
===> Dutch
===> French
===> German
===> Indonesian
===> Italian
===> Japanese
===> Polish
===> Portuguese
===> Russian
===> Spanish
=> Job Opportunities
-----------------------------
Prado v3.x
-----------------------------
=> General Discussion
===> Active Controls (Ajax)
===> Database
===> JavaScript
===> General PHP Topics
===> PRADO Extension
=> Installation and Setup
=> Feature Requests
=> Bug Reports
=> Tips, Snippets and Tutorials
===> Screencasts
=> Component Repository
-----------------------------
Prado-related Projects
-----------------------------
=> PRADO Community Project
=> PetShop Project
=> Entity framework
=> IDE/Editor for Prado
-----------------------------
Prado v2.x
-----------------------------
=> General Discussion
===> Installation and Setup
===> Active Controls (Ajax)
===> Feature Requests
=> Bug Reports
=> Tips, Snippets and Tutorials
=> Component Repository
-----------------------------
Beyond Prado
-----------------------------
=> Miscellaneous
Terms of Service
|
Contact Us
Copyright © 2006-2007 by the PRADO Group.
Powered by SMF 1.1.11
|
SMF © 2006, Simple Machines LLC