[Geany] Wishlist...

Harold Aling h.aling at xxxxx
Mon Jul 9 13:55:00 UTC 2007


On Mon, 9 Jul 2007 15:22:39 +0200, Enrico Tröger <enrico.troeger at uvena.de> wrote:
> On Mon, 9 Jul 2007 14:46:39 +0200, Harold Aling <h.aling at home.nl> wrote:
> 
> Hi,
> 
>> _Symbol autocompletion_
>> Although the syntax of all known PHP functions are defined in
>> php.tags, the completion only assists on the function name, not the
>> description and/or what parameters it requires.
> The description is completely unused at the moment. No way to get any
> use of it.
> If you are start to type a function name you should get a completion
> list for known functions according to the already typed name. The
> argument list is shown as a calltip once you type a '(' after a
> function name or when you press the keyboard shortcut to show a calltip
> (Ctrl-Shift-Space by default).
> I just fixed a little bug which prevented showing the calltip in PHP
> files when typed a '(' (SVN r1681). 

The calltips for PHP show again!

I do have some extra wishes here...

* When calling a function, the calltip shows, but doesn't follow the user's input. For example, if I call a function with 2 parameters, the one I'm typing should be accenturated. This way, if you call a function with lots of parameters, you can keep track of the one you're at.

* Geany could also detect if the function call is correctly closed. If not, Geany should display the calltip again. For example: I start to call a function and I have to check my code which variable should be sent to the function. When I return to the function call, I have to type a '(' again to see the calltip.

> 
> Regards,
> Enrico
> 

Enrico, you keep surprising me with the extremely swift and accurate bugfixes/replies/comments/etc.

-tnx!-


Harold.




More information about the Users mailing list