n370 / texmaker

Automatically exported from code.google.com/p/texmaker
0 stars 0 forks source link

No code completion when citing more than one reference #1474

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
MWE:
\documentclass{article}
\usepackage[noadjust]{cite}
\usepackage{filecontents}

\begin{filecontents*}{test.bib}
@MISC{test1,
title = {Reference test1}
}
@MISC{test2,
title = {Reference test2}
}
@MISC{test3,
title = {Reference test3}
}
\end{filecontents*}

\begin{document}

 \section{Test}
 \cite{test1,test2}.
 \bibliographystyle{unsrt}
 \bibliography{test}
\end{document}

when I type in \cite{, the auto-completion will suggest test1, test2 and test3. 
And for example after I type \cite{test1,, the auto-completion will no longer 
work.

What is the expected output? What do you see instead?
The auto-completion should work when I type \cite{test1,, but nothing showed up.

What version of the product are you using? On what operating system?
Texmaker 4.4.1 on Mac OS 10.10.3

Please provide any additional information below.

Original issue reported on code.google.com by SamuelAn...@gmail.com on 11 Apr 2015 at 2:59

GoogleCodeExporter commented 8 years ago

Original comment by pa.brac...@gmail.com on 12 Apr 2015 at 8:57

GoogleCodeExporter commented 8 years ago
Issue 1475 has been merged into this issue.

Original comment by pa.brac...@gmail.com on 12 Apr 2015 at 8:58