Skip to content

Commit c57f7dd

Browse files
authored
Merge pull request geany#4524 from b4n/doc-various-groups
doc: Fix "Various preferences" table groups
2 parents a0f0ae7 + 038eee0 commit c57f7dd

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

doc/geany.txt

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2662,7 +2662,8 @@ documents before restart.
26622662
======================================== ============================================ ============ ===========
26632663
Key Description Default Applies
26642664
======================================== ============================================ ============ ===========
2665-
**``editor`` group**
2665+
**"editor" group**
2666+
--------------------------------------------------------------------------------------------------------------
26662667
use_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
26832684
editor_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+
--------------------------------------------------------------------------------------------------------------
26872689
show_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
27052707
warn_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+
--------------------------------------------------------------------------------------------------------------
27082711
send_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+
--------------------------------------------------------------------------------------------------------------
27262730
allow_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
27782782
extract_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+
--------------------------------------------------------------------------------------------------------------
27822787
find_selection_type See `Find selection`_. 0 immediately
27832788
replace_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+
--------------------------------------------------------------------------------------------------------------
27922798
number_ft_menu_items The maximum number of menu items in the 2 on restart
27932799
filetype build section of the Build menu.
27942800
number_non_ft_menu_items The maximum number of menu items in the 3 on restart
27952801
independent build section.
27962802
number_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+
--------------------------------------------------------------------------------------------------------------
27992806
socket_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

Comments
 (0)