On 11/10/2013 02:00 PM, users-request@lists.geany.org wrote:
Send Users mailing list submissions to users@lists.geany.org
To subscribe or unsubscribe via the World Wide Web, visit https://lists.geany.org/cgi-bin/mailman/listinfo/users or, via email, send a message with subject or body 'help' to users-request@lists.geany.org
You can reach the person managing the list at users-owner@lists.geany.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of Users digest..."
Today's Topics:
1. Re: Geany list (James Brierley) 2. Re: Geany list (John Yeung) 3. Re: Geany annoying colors in auto-complete (Matthew Brush) 4. RFC: Ubuntu colour scheme for geany (James Brierley) 5. Re: RFC: Ubuntu colour scheme for geany (Matthew Brush) 6. Re: Geany list (Lex Trotman) 7. Re: Difficulty installing geany dev version (Lex Trotman)
Message: 1 Date: Sun, 10 Nov 2013 17:48:09 +0000 From: James Brierley jmb8710@gmail.com To: Geany general discussion list users@lists.geany.org Subject: Re: [Geany-Users] Geany list Message-ID: 527FC6D9.7060009@gmail.com Content-Type: text/plain; charset=windows-1252; format=flowed
On 10/11/13 17:23, Doug Darrow wrote:
Thanks for the replies. And kind offers of condolences.
But I'm afraid I didn't make myself clear. If, in the normal edit window, I type the line 'for i=1, 10 do'<enter> I want it to automatically go to the next line with that line indented 3 spaces. ( or 2 or 4 or whatever the indentations is set to) and when I enter a line 'end'<enter> the 'end' is automatically unindented whatever the setting is.
Doug, try changing "Complete snippet" in Preferences (Keybindings) to Enter, and add this to snippets.conf:
do=do\n\t%cursor%
That solves the first case. I?m afraid I don?t know if Geany supports unindentation via snippets. Developers?
Sorry I can?t be more helpful.
James
Hi list; First I'd like to thank all of you for the replies. The problem seems to lie in my own foggy gray-matter. What I remember as working in older versions obviously doesn't and apparently never did. Oh well...Geany is still a good editor and I will probably continue to use it.
Anybody know where I can get a good brain-upgrade? (preferably with auto-indentation?) Doug