GNOME Bugzilla – Bug 615220
Inserting nested snippets doesn't work
Last modified: 2014-04-13 12:19:35 UTC
When I try to insert a snippet inside another before completing the tab cycle the nested snippet doesn't work. Here is a snippet for SPAN tag (HTML) <span ${1}>$2</span>$0 and for INPUT tag <input type="${1:text}" id="${2:some_id}" name="${2}" value="$4"/>$0 Now when I insert span and then inside the span if I insert input it doesn't work. It was working perfect with gedit 2.28.
Created attachment 274171 [details] [review] [snippets] Block cursor-moved handler while inserting snippet
Attachment 274171 [details] pushed as 3664571 - [snippets] Block cursor-moved handler while inserting snippet