Hi, If I paste a complete BibTeX entry in JabRef, the entry is not focued after the paste action.
I tried a quickhack in the source: I added following code to the end of the "paste" action: int pos = mainTable.findEntry(bes[0]); mainTable.scrollTo(pos); The issue is that, findEntry does not find the pasted entry. Somehow, the table is updated after the action is completed. Does anyone have an idea enabling a jump to the pasted entry directly after the paste? Cheers, Oliver ------------------------------------------------------------------------------ AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Revealed." This video shows you how to validate your ideas, optimize your ideas and identify your business strategy. http://p.sf.net/sfu/appsumosfdev2dev _______________________________________________ Jabref-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jabref-users
