@@ -94,19 +94,19 @@ private EntryEditorPreferences() {
9494 this (
9595 Collections .emptyMap (), // Default entryEditorTabList
9696 Collections .emptyMap (), // Default defaultEntryEditorTabList
97- true , // shouldOpenOnNewEntry
98- false , // shouldShowRecommendationsTab
99- true , // shouldShowAiSummaryTab
100- true , // shouldShowAiChatTab
101- true , // shouldShowLatexCitationsTab
102- true , // shouldShowFileAnnotationsTab
103- false , // showSourceTabByDefault
104- true , // enableValidation
105- false , // allowIntegerEditionBibtex
106- true , // autolinkFilesEnabled
107- JournalPopupEnabled .ENABLED , // JournalPopupEnabled
108- false , // showSciteTab
109- false , // showUserCommentsFields
97+ true , // Open editor when a new entry is created
98+ true , // Show related articles tab
99+ true , // Show AI summary tab
100+ true , // Show AI chat tab
101+ true , // Show Latex Citations tab
102+ true , // Show File Annotations tab
103+ false , // Show BibTex source
104+ true , // Show validation messages
105+ false , // Allow integers in edition in Bibtex
106+ true , // Auto search and show unlinked files in entry editor
107+ JournalPopupEnabled .DISABLED , // JournalPopupEnabled
108+ true , // Show citation info tab
109+ true , // Show user comments field
110110 0.5 // previewWidthDividerPosition
111111 );
112112 }
0 commit comments