@@ -2662,7 +2662,8 @@ documents before restart.
26622662======================================== ============================================ ============ ===========
26632663Key Description Default Applies
26642664======================================== ============================================ ============ ===========
2665- **``editor`` group **
2665+ **"editor" group **
2666+ --------------------------------------------------------------------------------------------------------------
26662667use_gtk_word_boundaries Whether to look for the end of a word true to new
26672668 when using word-boundary related documents
26682669 Scintilla commands (see `Scintilla
@@ -2683,7 +2684,8 @@ indent_hard_tab_width The size of a tab character. Don't chan
26832684editor_ime_interaction Input method editor (IME)'s candidate 0 to new
26842685 window behaviour. May be 0 (windowed) or documents
26852686 1 (inline)
2686- **``interface`` group **
2687+ **"interface" group **
2688+ --------------------------------------------------------------------------------------------------------------
26872689show_symbol_list_expanders Whether to show or hide the small true to new
26882690 expander icons on the symbol list documents
26892691 treeview.
@@ -2704,7 +2706,8 @@ msgwin_scribble_visible Whether to show the Scribble tab in the
27042706 Messages Window
27052707warn_on_project_close Whether to show a warning when opening true immediately
27062708 a project while one is already open.
2707- **``terminal`` group **
2709+ **"terminal" group **
2710+ --------------------------------------------------------------------------------------------------------------
27082711send_selection_unsafe By default, Geany strips any trailing false immediately
27092712 newline characters from the current
27102713 selection before sending it to the terminal
@@ -2722,7 +2725,8 @@ send_cmd_prefix String with which prefix the commands s
27222725 setting this to a space. Note that leading
27232726 spaces must be escaped using `\s ` in the
27242727 configuration file.
2725- **``files`` group **
2728+ **"files" group **
2729+ --------------------------------------------------------------------------------------------------------------
27262730allow_always_save Whether files can be saved always, even false immediately
27272731 if they don't have any changes.
27282732 By default, the Save button and menu
@@ -2778,7 +2782,8 @@ save_config_on_file_change Automatically save Geany's configuratio
27782782extract_filetype_regex Regex to extract filetype name from file See link immediately
27792783 via capture group one.
27802784 See `ft_regex `_ for default.
2781- **``search`` group **
2785+ **"search" group **
2786+ --------------------------------------------------------------------------------------------------------------
27822787find_selection_type See `Find selection `_. 0 immediately
27832788replace_and_find_by_default Set ``Replace & Find `` button as default so true immediately
27842789 it will be activated when the Enter key is
@@ -2788,14 +2793,16 @@ skip_confirmation_for_replace_in_session If set, do *not* show the
27882793 confirmation dialog before replacing text
27892794 in the whole session, i.e. in all open
27902795 files.
2791- **``build`` group **
2796+ **"build" group **
2797+ --------------------------------------------------------------------------------------------------------------
27922798number_ft_menu_items The maximum number of menu items in the 2 on restart
27932799 filetype build section of the Build menu.
27942800number_non_ft_menu_items The maximum number of menu items in the 3 on restart
27952801 independent build section.
27962802number_exec_menu_items The maximum number of menu items in the 2 on restart
27972803 execute section of the Build menu.
2798- **``socket`` group **
2804+ **"socket" group **
2805+ --------------------------------------------------------------------------------------------------------------
27992806socket_remote_cmd_port TCP port number to be used for inter 45937 on restart
28002807 process communication (i.e. with other
28012808 Geany instances, e.g. "Open with Geany").
0 commit comments