[Github-comments] [geany/geany] Better snippets (#1470)

Vasiliy Faronov notifications at xxxxx
Sat Apr 29 09:33:04 UTC 2017


The default Geany config already includes one such snippet — `else` for Python. So I can reproduce the problem as follows:

1. Start Geany with a pristine config (`geany -c /some/empty/dir`).
2. Open a Python file.
3. Type `else` somewhere in the code and press Tab.

The snippet expands to `else:`, then newline, then indentation. On master, the cursor is then placed after the indentation, but with your branch merged in, it *jumps* to the beginning of the word `else` (not just stays in place — I was mistaken about that).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1470#issuecomment-298158351
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170429/158802b8/attachment.html>


More information about the Github-comments mailing list