<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On 1 December 2013 11:43, Anh <span dir="ltr"><<a href="mailto:ale@colgate.edu" target="_blank">ale@colgate.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi all,<br>
<br>
I recently stumbled upon Sublime Text 2 and was pretty impressed with its Snippet completion and Code minimap.<br>
<br>
I'm delighted to find out that Geany has snippet as well, but hitting Tab (my snippet completion keybinding) does not do anything for me... I did reload configuration + close/restart Geany<br></blockquote><div><br></div>
<div>What version of Geany? What operating system? So you type for<tab> and nothing happens?  Is the window you are in a Python filetype?</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
>From my snippets.conf<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
# Optional keybindings to insert snippets<br>
# Note: these can be overridden by Geany's configurable keybindings<br>
[Keybindings]<br>
#for=<Ctrl>7<br>
</blockquote>
There is also the appropriate section for Python snippets<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
[Python]<br>
for=for i in xrange(%cursor%):\n\t<br>
if=if %cursor%:\n\t<br>
elif=elif %cursor%:\n\t<br>
else=else:\n\t<br>
while=while %cursor%:\n\t<br>
try=try:\n\t%cursor%\nexcept Exception, ex:\n\t<br>
with=with %cursor%:\n\t<br>
def=def %cursor% (%cursor%):\n\t""" Function doc """\n\t<br>
class=class %cursor%:\n\t""" Class doc """\n\t\n\tdef __init__ (self):\n\t\t""" Class initialiser """\n\t\tpass<br>
</blockquote>
<br>
The second issue is that I'm wondering if there's code minimap planned for Geany? I'm surprised that Google only turns up one such request.<br></blockquote><div><br></div><div>No, its not planned.  Its probably implementable as a plugin if somebody wants to do it.</div>
<div><br></div><div>Cheers</div><div>Lex</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Thank you all,<br>
Best regards,<br>
- Anh<br>
______________________________<u></u>_________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.geany.org" target="_blank">Users@lists.geany.org</a><br>
<a href="https://lists.geany.org/cgi-bin/mailman/listinfo/users" target="_blank">https://lists.geany.org/cgi-<u></u>bin/mailman/listinfo/users</a><br>
</blockquote></div><br></div></div>