Hi, Finally, I found a solution.
The issue is that the BibTexEntry is cloned. Thus, using bes[0] is wrong. I'm storing now the first cloned entry in firstBE. After markBaseChanged() following code shows the editor: showEntry(firstBE); new FocusRequester(getEntryEditor(firstBE)); OK, I had to patch showEntry() not to rely that the editor is showing at the first assigment to visname. I tried to use highlightEntry(firstBE), but the editor was not shown. The comment at highlihgtBE() at newEntry(...) suggested that, but it did not work. The only issue left is that the edit field is as high as the preview and not as high as the normal editor. Does anyone have an idea? :-) 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
