<div class="gmail_quote">2009/7/16 Enrico Tröger <span dir="ltr"><<a href="mailto:enrico.troeger@uvena.de">enrico.troeger@uvena.de</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Tue, 14 Jul 2009 19:57:32 -0600, Ben wrote:<br>
<br>
Hi,<br>
<div class="im"><br>
>anyhow, my point:  Zend uses a php doc standard of using @param to<br>
>identify paramters and then tooltips them as you complete a function<br>
>name within you application. geany does this for language built-ins<br>
>but I was curious if there is documentation on how to make this happen<br>
>for javascript-language functions that are user functions... ?<br>
<br>
</div>not really sure what you mean with "user functions". Are you talking<br>
about embedded Javascript in HTML/PHP files?<br>
<br>
And if so, what exactly doesn't work and how should it work?<br>
<br>
Regards,<br>
Enrico<br>
<font color="#888888"><br>
--<br>
Get my GPG key from <a href="http://www.uvena.de/pub.asc" target="_blank">http://www.uvena.de/pub.asc</a><br>
</font><br>_______________________________________________<br>
Geany mailing list<br>
<a href="mailto:Geany@uvena.de">Geany@uvena.de</a><br>
<a href="http://lists.uvena.de/cgi-bin/mailman/listinfo/geany" target="_blank">http://lists.uvena.de/cgi-bin/mailman/listinfo/geany</a><br>
<br></blockquote></div><br>um, I mean, for example, functions I've created take for example:<br><br>function do_stuff(param1,param2,param3)<br>{<br><div style="margin-left: 40px;"> return {param1,param2,param3<br></div>
}<br><br>if for some strange reason this were built into the system, take php's str_replace, if I type 'str_r' I get a tooltip suggesting str_replace, and if I type it all the way out I get str_replace(string needle,string haystack,[optional param1],[optional param2]) in a tooltip<br>
<br>is geany designed to do this for things like this given my example, or am I doing it wrong?<br>is there some sort of <br>/*<br>* @param mixed param1<br>* [...]<br>*******************************************/<br>syntax that I am missing?<br clear="all">
<br>-- <br>/ˈmɪstər/ /ˈdʒɛnəsɪs/@/dʒi/ /meɪl/ /dɒt/ /kɒm/<br>Benjamin West<br><br>