When making adjustments to the settings of kbibtex, several of these are ignored. For example, after setting double click to open the associated file still the editor is launched upon double click. Or, when selecting some id pattern as default, closing settings and opening it again, it is not selected as default anymore. Reproducible: Always
I can confirm the bug, it is due to some "FIXME"s in class KBibTeXPreferencesDialog, file kbibtexpreferencesdialog.cpp around lines 135 to 145.
Please test the updated Git master (commit 8a6fc36e6c81f6dfaa0da5 or later) if the problem has been fixed.
Has this problem been fixed for your in commit 8a6fc36e6c8 or later? (In reply to Gandalf Lechner from comment #0) > When making adjustments to the settings of kbibtex, several of these are > ignored. > > For example, after setting double click to open the associated file still > the editor is launched upon double click. > > Or, when selecting some id pattern as default, closing settings and opening > it again, it is not selected as default anymore. > > Reproducible: Always
Hello Gandalf, any news on this bug? Can you please confirm whether it is fixed or not? (In reply to Thomas Fischer from comment #3) > Has this problem been fixed for your in commit 8a6fc36e6c8 or later? > > (In reply to Gandalf Lechner from comment #0) > > When making adjustments to the settings of kbibtex, several of these are > > ignored.
Created attachment 100603 [details] screenshot
Hi Thomas, I recently switched to kde neon (git stable), and now have further problems with kbibtex. Using a recent checkout (git rev 2eeb6ec, master), I have only limited functionality - the element editor is not working, etc. So at the moment, I cannot comment on these older bug reports.
> I recently switched to kde neon (git stable), and now have further problems > with kbibtex. Using a recent checkout (git rev 2eeb6ec, master), I have only > limited functionality - the element editor is not working, etc. So at the > moment, I cannot comment on these older bug reports. I think I know which issue you are referring to. This was due to a typo in a recent commit and the problem was fixed in 01e4d3c8b610a483c2 four days ago. Please fetch the most recent master and test for yourself.
After a fresh checkout just now, the program crashes immediately after starting it, with the message "ASSERT failure in MenuLineEdit::slotTextChanged: "d->m_multiLineEditText is NULL", file /home/gandalf/down/git/kbibtex/src/gui/widgets/menulineedit.cpp, line 314"
(In reply to Gandalf Lechner from comment #8) > After a fresh checkout just now, the program crashes immediately after > starting it, with the message > > "ASSERT failure in MenuLineEdit::slotTextChanged: "d->m_multiLineEditText is > NULL", file /home/gandalf/down/git/kbibtex/src/gui/widgets/menulineedit.cpp, > line 314" Sorry, this was due to a regression introduced in a recent refactoring. Commit c6855b146640e7efd7ebbf8fc6abd should fix this issue. Please test again.
After the last checkout, the crash has disappeared. And also the bug in this report has been fixed, thanks :-)
Sorry, I spoke to soon - I just saw that the selection which columns are shown in the seach result panel is still forgotten after closing and restarting the program.