User Functions Description

Ideas for new features

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply

¿What about implement user functions description?

Ok, very important...
0
No votes
Good
1
33%
Mmm, are you sure?
2
67%
No, bad idea
0
No votes
 
Total votes: 3

User avatar
lapega
Posts: 5
Joined: Tue Aug 26, 2003 5:51 pm
Location: Montevideo
Contact:

User Functions Description

Post by lapega »

I was testing a Zend Studio beta(php), and I see a good system, if in your script you have a function like:

function foo($arg1,$arg2){
...
}

then when you type foo a box appears showing
function foo($arg1,$arg2)
Add description
like a pre-compiled function. But if you clic Add Description it takes you to the code section where the funcion is and append this code:

function foo($arg1,$arg2){

//@ID1->foo Add description here
//@ID2->arg1 Add description here
//@ID3->arg2 Add description here

...
}

And when you change the values and type foo again, the box appears showing
function foo($arg1 This arg is an integer,$arg2 And this is text)
Edit description
And other thing, no matter if the function is in the document or in a include....

Can Helios implement it ?
:lol:
Post Reply