Thu Nov 01, 2007 1:33 am |
Replies: 3 |
Views: 5066 |
|
 |
Hello.
Yes, I mean code insight. I will try to contact the author of phpDoc.
But I thought PhpEd uses it's own phpDoc-Parser. So it is possible to define custom-tags only for the IDE.
|
Wed Oct 31, 2007 7:18 am |
Replies: 3 |
Views: 5066 |
|
 |
Hello.
"Code Folding" is a great feature and helps me much. But I a method that returs a array with objects, the "Code Folding" is lost.
It would helped me, if there is a way ...
|
Wed Oct 31, 2007 7:02 am |
Replies: 0 |
Views: 4182 |
|
 |
Hello.
It would be helpful if methods with the tag "@deprecated" are stikedout.
This belongs to the "Code Navigator" and "Code Folding".
|
Thu Sep 28, 2006 12:04 am |
Replies: 5 |
Views: 5713 |
|
 |
I have modified my comments and now it works fine. THX.
The new version looks like this:
class ClassTest
{
//-------------------------------------------------------------------------- ...
|
Wed Sep 27, 2006 7:00 am |
Replies: 5 |
Views: 5713 |
|
 |
Her is a full example:
class ClassTest
{
//----------------------------------------------------------------------------
/**
* @desc The description
*
* @param par_strString ...
|
Wed Sep 27, 2006 2:35 am |
Replies: 5 |
Views: 5713 |
|
 |
Hello.
I'm using phpdoc in my code, but Phped (v4.6.1) doesn't recognize the tags. Why?
Here is a example:
//----------------------------------------------------------------------------
...
|
Thu Apr 27, 2006 4:12 am |
Replies: 10 |
Views: 6829 |
|
 |
Ok, but when comes the 3.x version out?
I think the "one week" is almost over. 
|
Wed Apr 26, 2006 2:22 am |
Replies: 10 |
Views: 6829 |
|
 |
Hello.
I have the newes PhpEd & DBG version (PhpED 4.5, DBG 2.20.2) but the problem still occurs.
Should it be solved?
Bye.
|
Wed Apr 26, 2006 2:17 am |
Replies: 1 |
Views: 6380 |
|
 |
Hello.
I'm using the XOAD-libary (www.xoad.org) to make AJAX-calls. The problem is, I can't debug them in the PhpEd-IDE directly. Here is an examplescript:
<?php
require('xoad/xoad.php'& ...
|
Mon Feb 20, 2006 7:15 am |
Replies: 10 |
Views: 6829 |
|
 |
Here it is:
function __autoload ($par_strClassName)
{
switch ($par_strClassName)
{
case 'class1' : require('file.does.not.exist');
} ...
|
Mon Feb 20, 2006 5:21 am |
Replies: 10 |
Views: 6829 |
|
 |
I've found the same problem with the "autoload-function".
When these problems are solved?
|
Wed Feb 15, 2006 12:56 am |
Replies: 10 |
Views: 6829 |
|
 |
Hello.
Yes, I mean to go with F8 (step-over) over the line "$y = $x[1];". Then the debugger jumps into "offsetGet".
Thats not the expected behavior for "step-over". The "ignore_nops" setting doesn ...
|