Mon Aug 04, 2008 7:39 am |
Replies: 2 |
Views: 4412 |
|
 |
Find/Replace
---------------
My default "Find Text' setting is for the Origin "From Cursor".
Now, when I select a block of text and I do want to replace some chars in that block of s ...
|
Mon Aug 04, 2008 1:55 am |
Replies: 6 |
Views: 5235 |
|
 |
@Anno,
Try to set the breakpoint on the Switch statement .......
|
Sun Aug 03, 2008 10:30 am |
Replies: 6 |
Views: 5235 |
|
 |
I also found another BUG when I try to set a breakpoint at a Switch ($n) in:
Switch ($n) {
case 1: break;
case 2: break;
}
The debug show a red line (so I expect it will break when it passe ...
|
Mon Jul 28, 2008 8:20 am |
Replies: 6 |
Views: 5235 |
|
 |
When I split my line of code into more line i.e.
$Var =
'A' .
'B';
I have to set the breakpoint at 'B'; to let the debugger stop.........
|
Sun Jun 29, 2008 9:09 am |
Replies: 1 |
Views: 4584 |
|
 |
Is it possible with PHPED to let the debugger stop when a value of a given var changes somewhere in my scripts?
I don't know the value of the var.
The var could be ANY value which changes so the g ...
|
Tue Jun 10, 2008 1:31 am |
Replies: 31 |
Views: 20414 |
|
 |
Exact ... multiple rows of tabs would be very nice.
|
Mon Jun 09, 2008 4:31 am |
Replies: 31 |
Views: 20414 |
|
 |
[quote="dmitri"]We'll include this into development plans.[/quote]
Is this already included in the newest version of PHPEd or is it still in 'plan'
fase?
|
Tue May 20, 2008 8:35 am |
Replies: 0 |
Views: 9111 |
|
 |
Is phpExpress available for iSeries platform?
If yes, what release should OS/400 be at?
Scub.
|
Mon Mar 31, 2008 9:49 am |
Replies: 1 |
Views: 4442 |
|
 |
In the NuSphere PhpED v5.2.0 - Change Log I read the "Check for new version Online" was implemented.
Does anybody knows where this option is hidden in PhpED 5.2 Build 5218?
|
Sun Mar 30, 2008 3:54 am |
Replies: 10 |
Views: 7015 |
|
 |
Scubaticus, is it version 5.2 you're talking about or what?
If it is 5.2, would you please illustrate your post with a scrrenshot?
Sorry, but we are still at 5.0. Because we are dependent of our S ...
|
Wed Mar 19, 2008 5:46 am |
Replies: 10 |
Views: 7015 |
|
 |
>But when I have several thousand results returned with only 3 of them actually containing useful information I find the product less usable and more annoying >and I'm less likely to recommend i ...
|
Mon Feb 11, 2008 4:37 am |
Replies: 4 |
Views: 5830 |
|
 |
I'm still getting VERY frustrated when debugging a script. I want to see the value of vars defined but not automatically when i hover over it.
When the cursor for example is in the middle of a scri ...
|