Fri Mar 30, 2012 12:33 am |
Replies: 9 |
Views: 3862 |
|
|
Well, I have installed the latest and greatest v7.0 b 7021 version of PhpEd and there is still a problem with code completion and my wordpress install.
With just my theme file (sidebar.php) open, a ...
|
Thu Mar 29, 2012 11:24 pm |
Replies: 9 |
Views: 3862 |
|
|
that'd be right - I should have checked if I was running the latest version of PhpEd *before* I posted.
I am downloading v7.0 b7021 which the changelog says fixes this problem.
|
Thu Mar 29, 2012 11:21 pm |
Replies: 9 |
Views: 3862 |
|
|
Hi All,
Just wondering if others are having the same issues as I am.
I have come across this a few times now with different code bases - but code completion / type hinting does not always work - ...
|
Tue Mar 20, 2012 10:33 pm |
Replies: 4 |
Views: 4622 |
|
|
I for one hope they do not rush the release, for the sake of releasing it - I want my dev stuff to be nice and stable
That said, I am keen to see what they have done!
|
Tue Dec 20, 2011 9:35 pm |
Replies: 2 |
Views: 2494 |
|
|
It is worth the upgrade
I have still yet to find an IDE for PHP that is as good as PhpEd! (netbeans and eclipse just feel slow and sluggish - the others do not include debugging or profiling)
|
Tue Dec 20, 2011 9:34 pm |
Replies: 3 |
Views: 2670 |
|
|
I do believe that when you run a debug session ALL PHP scripts that are run are called, meaning your Javascript generating PHP files are also debugged.
This is a feature rather than an issue - it m ...
|
Tue Dec 20, 2011 9:30 pm |
Replies: 2 |
Views: 3124 |
|
|
You may need to set the file associations in Tools -> Settings -> Associations (i.e. add .html to the PHP line and remove it from the HTML line)
|
Tue Dec 20, 2011 9:29 pm |
Replies: 1 |
Views: 2660 |
|
|
Hi Everyone,
I am looking for advice on how to solve an annoying problem.
Wordpress has a dummy file called "wp-admin/load-scripts.php", and for some reason PhpEd decides that this is ...
|
Thu Oct 14, 2010 10:51 pm |
Replies: 1 |
Views: 3359 |
|
|
I have not see this feature yet. Mainly because PhpEd doesn't really know anything about the variables in the Smarty template...
|
Thu Oct 14, 2010 10:50 pm |
Replies: 3 |
Views: 4389 |
|
|
First step: make sure the dbg module is enabled (you can see it with a phpinfo() call) - something like this should be in there
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologi ...
|
Wed Aug 18, 2010 1:30 am |
Replies: 1 |
Views: 2822 |
|
|
To save the current file to the remote server (as setup in your project properties) use ctrl+shift+s
you can also right click on the project tree and use "Smart Sync" to send lots of file ...
|
Tue Jul 13, 2010 8:17 pm |
Replies: 3 |
Views: 3477 |
|
|
However, in my work environment I've got separate VM's setup to match our production servers' configs. Those VMs act as my testing environments before I push to production.
I have the same kin ...
|