Thu May 06, 2010 10:22 am |
Replies: 0 |
Views: 2271 |
|
|
Right now I need to BP a spot when I want to bypass some loop or whatnot. A run-to-cursor would allow me to skip past loops and such. Something like r-click | 'run to here' or whatnot
|
Thu May 06, 2010 10:10 am |
Replies: 4 |
Views: 3235 |
|
|
Similar to ctl-click underlined variables, functions.. ctl-click underline jump for file names. example: press ctl on the filename in require ('foo.php') would open up foo.php
|
Thu Mar 25, 2010 2:48 pm |
Replies: 0 |
Views: 2437 |
|
|
Is there a way to exclude to filter a file type from a search-in-files? I want the search to not search the .ppx (project) files.
cheers
|
Fri Feb 05, 2010 11:31 am |
Replies: 0 |
Views: 2372 |
|
|
HI,
I just want confirmation on why PHPEd cant find declaration and offer suggestion;
// OK, what this does is to create two classes, $Sta_Class and $Dyn_Class. Then reference a function in ...
|
Wed Jan 13, 2010 7:47 pm |
Replies: 0 |
Views: 2517 |
|
|
Is there a link to a post, doc, etc that describes how to create a PHPEd template for custom extentions? That is, there is code coloring for builtins, common extentions. I use the sqlsrv_*, PDO(sqlsrv ...
|
Wed Jan 13, 2010 7:20 pm |
Replies: 0 |
Views: 2657 |
|
|
Here is the scenario:
Behind IIS I have my server side code (PHP).
In front, I have code which generates all the necessary HTML and HTTP to emulate a browser.
Here is what I would like to do ...
|