bibtex autocompletion doesn't have a correct insert positions
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gedit-latex-plugin (Ubuntu) |
Fix Committed
|
Undecided
|
Pietro Battiston |
Bug Description
1)
Description: Ubuntu 13.04
Release: 13.04
2) version 3.4.1-1
3)
when editing a *.bib file, the @ triggers pop-up snippets that should be inserted with insertion points (for example at ">>" here):
@Article{
title = {>>Title},
author = {>>Author},
journal = {>>Journal},
year = {>>Year}
}
4)
it just adds in the following text (in this example):
@Article{
title = {${Title}},
author = {${Author}},
journal = {${Journal}},
year = {${Year}}
}
---------
The troublesome file is situated at /usr/lib/
tags: | added: bibtex gedit-latex-plugin |
The attachment "this patch fixes the problem with the snippets" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team.
[This is an automated message performed by a Launchpad user owned by ~brian-murray, for any issues please contact him.]