@@ -286,22 +286,25 @@ private void createMenu() {
286
286
}
287
287
288
288
lookup .getItems ().addAll (
289
+ // region identifier-related
289
290
lookupIdentifiers ,
290
- factory .createMenuItem (StandardActions .DOWNLOAD_FULL_TEXT , new DownloadFullTextAction (dialogService , stateManager , preferences , (UiTaskExecutor ) taskExecutor )),
291
-
292
- new SeparatorMenuItem (),
293
-
294
- factory .createMenuItem (StandardActions .FIND_UNLINKED_FILES , new FindUnlinkedFilesAction (dialogService , stateManager )),
295
-
296
- new SeparatorMenuItem (),
297
291
298
292
factory .createMenuItem (
299
293
StandardActions .MERGE_WITH_FETCHED_ENTRY ,
300
294
new MergeWithFetchedEntryAction (dialogService , stateManager , taskExecutor , preferences , undoManager )),
301
295
302
296
factory .createMenuItem (
303
297
StandardActions .BATCH_MERGE_WITH_FETCHED_ENTRY ,
304
- new BatchEntryMergeWithFetchedDataAction (stateManager , undoManager , preferences , dialogService , taskExecutor ))
298
+ new BatchEntryMergeWithFetchedDataAction (stateManager , undoManager , preferences , dialogService , taskExecutor )),
299
+ // endregion
300
+
301
+ new SeparatorMenuItem (),
302
+
303
+ // region file-related
304
+ factory .createMenuItem (StandardActions .DOWNLOAD_FULL_TEXT , new DownloadFullTextAction (dialogService , stateManager , preferences , (UiTaskExecutor ) taskExecutor )),
305
+ factory .createMenuItem (StandardActions .FIND_UNLINKED_FILES , new FindUnlinkedFilesAction (dialogService , stateManager )),
306
+ // endregion
307
+
305
308
);
306
309
307
310
final MenuItem pushToApplicationMenuItem = factory .createMenuItem (pushToApplicationCommand .getAction (), pushToApplicationCommand );
0 commit comments