Hello,
I've been using Geany with much pleasure, have a quick question about abbreviation expansions in autocomplete.conf.
In php and html files, they work perfectly inside php containers on an empty line, but in any other context (i.e. outside a <?php ... ?> block or on a line inside the block that already contains anything except a tab)they don't work at all.
Is there any work-around for this? It would be enormously handy to be able to use them anywhere is the document.
Thanks,
Steve
Steve Jacobs www.trinidadcolorado.net Trinidad, CO US
On Fri, 27 Jul 2007 13:54:30 -0600, Steve steve@trinidadgraphics.com wrote:
Hi,
In php and html files, they work perfectly inside php containers on an empty line, but in any other context (i.e. outside a <?php ... ?> block or on a line inside the block that already contains anything except a tab)they don't work at all.
both issues fixed in SVN r1754. These things remained from a time where the auto completion was much more trivial and some more automatically without triggering it explicitly. Should be better now.
Regards, Enrico
That fixed it. Many thanks.
On Sat, 28 Jul 2007 12:29:42 +0200 Enrico Tröger enrico.troeger@uvena.de wrote:
On Fri, 27 Jul 2007 13:54:30 -0600, Steve steve@trinidadgraphics.com wrote:
Hi,
In php and html files, they work perfectly inside php containers on an empty line, but in any other context (i.e. outside a <?php ... ?> block or on a line inside the block that already contains anything except a tab)they don't work at all.
both issues fixed in SVN r1754. These things remained from a time where the auto completion was much more trivial and some more automatically without triggering it explicitly. Should be better now.
Regards, Enrico