Bad interaction between "code snippets" and "autocompletion plugin" in gedit
Bug #1335613 reported by
Marc Bagnol
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gedit |
Fix Released
|
Low
|
|||
gedit (Ubuntu) |
Fix Released
|
Low
|
Unassigned |
Bug Description
On ubuntu 14.04 64bits (did not occur in 12.04)
gedit 3.10.4-0ubuntu4
gedit-plugins 3.10.1-1ubuntu2
I have activated the completion plugin provided in the
'Edit>Preferenc
When using a code snippet that uses variables to put the same text at various places, autocompleting this text causes a mess in the snippet.
Example: with the following test snippet
begin($1) ... end($1)
suppose I start typing 'wh...' in place of $1 and 'while' is proposed by the autocompletion plugin, then if I press enter, I get something like
begin(
instead of
begin(while) ... end(while)
Moreover pressing ctrl+z to cancel yiels even messier results.
Changed in gedit (Ubuntu): | |
status: | New → Confirmed |
description: | updated |
description: | updated |
Changed in gedit: | |
importance: | Unknown → Low |
status: | Unknown → New |
Changed in gedit: | |
status: | New → Fix Released |
To post a comment you must log in.
Thank you for taking the time to report this bug and helping to make Ubuntu better. The issue you are reporting is an upstream one and it would be nice if somebody having it could send the bug to the developers of the software by following the instructions at https:/ /wiki.ubuntu. com/Bugs/ Upstream/ GNOME. If you have done so, please tell us the number of the upstream bug (or the link), so we can add a bugwatch that will inform us about its status. Thanks in advance.