Version: unspecified (using KDE 4.4.2) OS: Linux I nice feature would be an automated check for non-unique bibtex keys. After creating a new entry (or modifying an existing one) the program could check whether the bibtex keys already exists in the collection an in that case show a message. Reproducible: Didn't try
SVN commit 1220482 by rstephenson: Added check for duplicate bibtex keys BUG:245225 M +4 -0 ChangeLog M +1 -0 src/CMakeLists.txt A src/bibtexkeydialog.cpp [License: GPL (v2/3)] A src/bibtexkeydialog.h [License: GPL (v2/3)] M +18 -0 src/collections/bibtexcollection.cpp M +2 -0 src/collections/bibtexcollection.h M +30 -0 src/mainwindow.cpp M +10 -0 src/mainwindow.h M +4 -1 src/tellicoui.rc M +31 -0 src/tests/bibtextest.cpp M +1 -0 src/tests/bibtextest.h U src/tests/collectiontest.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1220482