From d35d6234257473bcf533c7403188ba79de78ab58 Mon Sep 17 00:00:00 2001 From: Alexey Date: Sat, 4 Feb 2023 20:51:58 +0300 Subject: [PATCH] def.json --- .../Contents/Resources/settings_default/default.json | 4 +++- app/settings_default/default.json | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/cudatext.app/Contents/Resources/settings_default/default.json b/app/cudatext.app/Contents/Resources/settings_default/default.json index 351dc1c887d..eb73e2a8c51 100644 --- a/app/cudatext.app/Contents/Resources/settings_default/default.json +++ b/app/cudatext.app/Contents/Resources/settings_default/default.json @@ -721,7 +721,9 @@ "caret_proximity_vert": 0, //[Find] - //Find dialog: show window, not docked to app bottom (applied after restart). + //Find dialog: show Find dialog as separate window (not docked to the main window). + //Option is applied after app restart. + //Option is disabled in GTK2 versions due to the bug in Lazarus. "find_separate_form": false, //Find dialog: suggest selection (of first caret) as initial search text. diff --git a/app/settings_default/default.json b/app/settings_default/default.json index 351dc1c887d..eb73e2a8c51 100644 --- a/app/settings_default/default.json +++ b/app/settings_default/default.json @@ -721,7 +721,9 @@ "caret_proximity_vert": 0, //[Find] - //Find dialog: show window, not docked to app bottom (applied after restart). + //Find dialog: show Find dialog as separate window (not docked to the main window). + //Option is applied after app restart. + //Option is disabled in GTK2 versions due to the bug in Lazarus. "find_separate_form": false, //Find dialog: suggest selection (of first caret) as initial search text.