Evaluating PhpED (transitioning from Zend Studio 5.5) |
Site Admin
|
PhpED runs files with standalone webserver either SRV or something else like Apache or IIS according to your choise. This server of couse knows nothing about IDE and editor buffer in particular. It works with files. The IDE you referred to is using dummy.php approach. It always execute dummy.php and replaces its in-memory content with what you actually run. It seems that in this case you can run without saving only current file. Should you have any includes, you'd have to save them anyway.
We don't like this paradigm anyway. It's a kind of obfuscation/emulation while what we do is real run the same way as it would happen without the IDE at all so you will not wonder what happened when you move to your live server. BTW you can check auto-save option and IDE will save the files for you. If you don't need the output rendered in browser, select CGI mode. In this case PhpED will run the files with php executable directly and the Output tab will not appear. Nevertheless if you run with debugger in this mode, it will show the script output stream in the debugger's output docked window. Regarding cyan color of the wavy lines, it looks like an error. They should be red in case of errors and olive in case of warnings. Thanks for the report. We'll fix it. |
||||||||||||
_________________ The PHP IDE team |
|
Thanks for the reply dmitri!
Having to save the file is a minor issue and I'm sure I can get over that. After making my post I found the options to change the script run point and located the debug output window. I'm happy to hear about the wavy lines, and kinda interested to see what it'll be like having yellow warning lines as well. Is there any data from my install maybe regarding my color scheme that I could send in to help in solving this bug? |
||||||||||||
|
Site Admin
|
thanks, I got that cyan easily.
|
||||||||||||
_________________ The PHP IDE team |
|
dmitri, phpEd could just silently save the snippet somewhere in /tmp and feed that file to the web server, then discard it. |
||||||||||||||
|
Site Admin
|
Say you develop a php file that includes some other php files, also being edited in the IDE, and refers to multiple css and js files that are in the project and are also edited. I'm not sure how saving only current file in /tmp may help.
|
||||||||||||
_________________ The PHP IDE team |
|
the topic starter clearly describes his usage scenario:
|
||||||||||||||||
|
Site Admin
|
you can run _any_ file in the debugger and use Immediate window for "Quickly run a tiny bit of self contained code" |
||||||||||||||
_________________ The PHP IDE team |
|
is there any link to a page explaining how to use this window? All I could do is to start debugger, and type in variables to see their values. How do I test my code snippets with that window? |
||||||||||||||||
|
Site Admin
|
you can type there any code fragments suitable for the eval() function. For example function calls including eval function itself, method calls, etc.
|
||||||||||||
_________________ The PHP IDE team |
Veteran
|
I can only say that I used Zend for 4 months, and got so tired of the various bugs on windows.
Slow opening of files if you had a disconnected network card. I had to wait 5 - 10 minutes before I could use Zend, if I tried to open a file disconnected from the network. I never got the zend debugger to work. Not even with Zend support, and zend support is worth nothing. It takes them weeks to give you an autogenerated reply. So after 4 months with Zend, I bought PHPed, and what a relive it was. You may dislike minor functions in PHPed, but the rest of the product is superior to zend in almost any way. So even though I wasted 300$ on zend, I have never regretted my move to PHPed. And I have tried almost any other PHP EDI (free as well as commercial ones). I think all in all I have wasted around 800$ on PHP editors. PHPed is the only one worth buying. |
||||||||||||
|
Site Admin
|
hgr,
thanks for your kind words. I'd highly appreciate if you also share your experience on how you use the IDE. Do you run php scripts with SRV, Apache, or IIS? Do you profile your code? Do you do remote debugging? How your projects are structured on the disk? Please tell us more. |
||||||||||||
_________________ The PHP IDE team |
Evaluating PhpED (transitioning from Zend Studio 5.5) |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by