On 10 February 2011 12:27, Daniele Pignedoli <[email protected]> wrote: > I want to improve geany's php autocompletion for php functions, adding some > extra info and missing functions (also, in my case, some basic drupal > function i use quite often). > How can i create my own functions autocompletion suggestion?
If you have a source file with the declarations in it Geany can write the tags file, see tags section of the manual. > I saw the php.tags in /usr/share/geany folder, but looks a bit confusing > about syntax.. and does it get ovverride by a php.tags files placed into my > ~/.config/geany folder? IIUC its additive, not sure what happens if the same function is defined twice, suspect both are offered. Cheers Lex > Please help, geany is really great and i want to improve it writing more > verbose php functions helpers > -- > Is cuma cá mhinice a théann tú ar strae; is é is tábhachtaí gurb áil leat do > bhealach a aimsiú arís. > -- > Linux attracts Human Beings - Windows attracts viruses and worms > > _______________________________________________ > Geany mailing list > [email protected] > http://lists.uvena.de/cgi-bin/mailman/listinfo/geany > > _______________________________________________ Geany mailing list [email protected] http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
