Sun Mar 24, 2013 12:41 am |
Replies: 3 |
Views: 2385 |
|
 |
It would be a nice feature enhancement though to have a checkbox on the ctrl+F search dialog for 'List lines containing string' which outputs to the Search Results. It does the same thing as the Searc ...
|
Thu Mar 22, 2012 4:04 pm |
Replies: 6 |
Views: 3751 |
|
 |
Definitely nothing wrong with the debugger. I think the confusion is why $value is not the same as $array&$value) {
if ( ($index+1) == count($array) )
break;
if ($array[$index] > $array[$ind ...
|
Sun Oct 18, 2009 5:46 pm |
Replies: 15 |
Views: 8247 |
|
 |
This recent change to the search function has been a big headache to me as well and very aggravating. Ever since the change, I'm constantly forgetting that the scope defaults to selected if you have a ...
|
Sun Aug 03, 2008 4:50 pm |
Replies: 16 |
Views: 9053 |
|
 |
Ditto. I never open .html files within PhpEd myself. Any HTML code I edit within PhpEd is always .php or .tpl files. I really like the new HTML Code Navigator, but I'm unable to use it with .tpl exten ...
|
Thu Oct 18, 2007 1:37 am |
Replies: 4 |
Views: 5406 |
|
 |
Just installed v5.2 - the undo/redo works perfect now! The previous undo/redo functionality was a huge problem for me, but now it works as expected. Thanks!
|
Fri Sep 14, 2007 2:50 am |
Replies: 19 |
Views: 11247 |
|
 |
I just recently purchased PhpED and so far I think it's a great editor, but the first the I noticed was this undo/redo strangeness. The behavior definitely can cause you to lose code, it happened to m ...
|