Carl Christian Snethlage

Results 106 comments of Carl Christian Snethlage

Current profile of startup time: ![grafik](https://github.com/JabRef/jabref/assets/50491877/a7d1965a-f49e-490c-aeca-2fa11a55cfae) JabRefGUI.start ![CPU-flame-graph](https://github.com/JabRef/jabref/assets/50491877/43615d79-56b2-4cf5-b4d9-642cff242ee9) Launcher.main ![grafik](https://github.com/JabRef/jabref/assets/50491877/1254d1a7-da22-4844-9dd0-ea7493ee0fc5)

I see no reason why not, and I really like the idea. The entry editor is a child of the library tab, so one needs to make clear, which one...

You will have to add a styleclass to the entry that matches. This can be done by configuring the ViewModelTableCellFactory or ViewModelListCellFactory. The css can be added to base.css

In the citations relations tab this would be somewhere here: https://github.com/JabRef/jabref/blob/14d95025d462bad367118a8b47b694ac14f00e32/src/main/java/org/jabref/gui/entryeditor/citationrelationtab/CitationRelationsTab.java#L194

The code looks almost fine to me so far, yet you should always use our cell factory for the drop-down list. Otherwise there will be rendering errors. A good start.

Hi, codewise it looks good to me, yet I'm not happy with the UI. The Combobox always seems to stay empty, only the dropdown list is used. Can you replace...

Hi, we discussed the the exception of crossref autocomplete always enabled regardless of the preference option a few weeks ago internally and decided against it, since it could have heavy...

For now your changes to the suggestion provider are fine.

About the height change, maybe related to the automatic weight calculation in the entry editor?

About the clicking issue: Maybe the tagsfield itself is only one line high. I think the borders of the tags field are not shown, only the border of the surrounding...