Files
source/Y/edit_options.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

186 lines
33 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>edit_options</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/src--editor--edit.c.html#L77'>edit_options</a> 77 src/editor/edit.c edit_options_t edit_options = {</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L338'>edit_options</a> 338 src/editor/edit.c threshold = parse_integer (edit_options.filesize_threshold, &amp;err);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1028'>edit_options</a> 1028 src/editor/edit.c if (edit_options.cursor_beyond_eol &amp;&amp; c == '\n')</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1041'>edit_options</a> 1041 src/editor/edit.c if (edit-&gt;column_highlight &amp;&amp; edit_options.cursor_beyond_eol &amp;&amp; edit-&gt;mark1 != edit-&gt;mark2</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1052'>edit_options</a> 1052 src/editor/edit.c if (edit_options.cursor_beyond_eol &amp;&amp; edit-&gt;over_col &gt; 0)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1335'>edit_options</a> 1335 src/editor/edit.c if (!edit_options.group_undo)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1453'>edit_options</a> 1453 src/editor/edit.c if (edit_options.fake_half_tabs &amp;&amp; is_in_indent (&amp;edit-&gt;buffer))</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1458'>edit_options</a> 1458 src/editor/edit.c if (edit_options.fill_tabs_with_spaces || !right_of_four_spaces (edit))</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1469'>edit_options</a> 1469 src/editor/edit.c else if (edit_options.fill_tabs_with_spaces)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1482'>edit_options</a> 1482 src/editor/edit.c if (!edit_options.typewriter_wrap)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1485'>edit_options</a> 1485 src/editor/edit.c if (edit-&gt;curs_col &lt; edit_options.word_wrap_line_length)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1610'>edit_options</a> 1610 src/editor/edit.c if (edit_options.fill_tabs_with_spaces)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1611'>edit_options</a> 1611 src/editor/edit.c insert_spaces_tab (edit, edit_options.fake_half_tabs);</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1650'>edit_options</a> 1650 src/editor/edit.c del_tab_width = edit_options.fake_half_tabs ? HALF_TAB_SIZE : TAB_SIZE;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L1990'>edit_options</a> 1990 src/editor/edit.c if (!edit_options.cursor_after_inserted_block)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2039'>edit_options</a> 2039 src/editor/edit.c if (!edit_options.persistent_selections &amp;&amp; edit-&gt;modified != 0)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2056'>edit_options</a> 2056 src/editor/edit.c if (!edit_options.persistent_selections &amp;&amp; edit-&gt;modified != 0)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2065'>edit_options</a> 2065 src/editor/edit.c if (!edit_options.cursor_after_inserted_block)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2098'>edit_options</a> 2098 src/editor/edit.c edit_options.line_state_width = edit_options.line_state ? LINE_STATE_WIDTH : 0;</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2187'>edit_options</a> 2187 src/editor/edit.c if ((line == 0) &amp;&amp; edit_options.save_position)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2217'>edit_options</a> 2217 src/editor/edit.c if (edit_options.save_position)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2965'>edit_options</a> 2965 src/editor/edit.c if (edit_options.cursor_beyond_eol)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L2989'>edit_options</a> 2989 src/editor/edit.c if (edit_options.fake_half_tabs &amp;&amp; is_in_indent (&amp;edit-&gt;buffer))</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3427'>edit_options</a> 3427 src/editor/edit.c if (!edit_options.persistent_selections &amp;&amp; edit-&gt;mark1 != edit-&gt;mark2)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3437'>edit_options</a> 3437 src/editor/edit.c if (edit_options.cursor_beyond_eol &amp;&amp; edit-&gt;over_col &gt; 0)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3468'>edit_options</a> 3468 src/editor/edit.c if (edit_options.auto_para_formatting)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3498'>edit_options</a> 3498 src/editor/edit.c if (!edit_options.persistent_selections &amp;&amp; edit-&gt;mark2 &gt;= 0)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3544'>edit_options</a> 3544 src/editor/edit.c if (!edit_options.persistent_selections &amp;&amp; edit-&gt;mark1 != edit-&gt;mark2)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3546'>edit_options</a> 3546 src/editor/edit.c else if (edit_options.cursor_beyond_eol &amp;&amp; edit-&gt;over_col &gt; 0)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3548'>edit_options</a> 3548 src/editor/edit.c else if (edit_options.backspace_through_tabs &amp;&amp; is_in_indent (&amp;edit-&gt;buffer))</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3553'>edit_options</a> 3553 src/editor/edit.c else if (edit_options.fake_half_tabs &amp;&amp; is_in_indent (&amp;edit-&gt;buffer)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3566'>edit_options</a> 3566 src/editor/edit.c if (!edit_options.persistent_selections &amp;&amp; edit-&gt;mark1 != edit-&gt;mark2)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3570'>edit_options</a> 3570 src/editor/edit.c if (edit_options.cursor_beyond_eol &amp;&amp; edit-&gt;over_col &gt; 0)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3573'>edit_options</a> 3573 src/editor/edit.c if (edit_options.fake_half_tabs &amp;&amp; is_in_indent (&amp;edit-&gt;buffer)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3590'>edit_options</a> 3590 src/editor/edit.c if (edit_options.cursor_beyond_eol &amp;&amp; edit-&gt;over_col &gt; 0)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3606'>edit_options</a> 3606 src/editor/edit.c if (edit_options.auto_para_formatting)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3609'>edit_options</a> 3609 src/editor/edit.c if (edit_options.return_does_auto_indent &amp;&amp; !bracketed_pasting_in_progress)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3616'>edit_options</a> 3616 src/editor/edit.c if (edit_options.return_does_auto_indent &amp;&amp; !bracketed_pasting_in_progress)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3643'>edit_options</a> 3643 src/editor/edit.c if (edit_options.fake_half_tabs &amp;&amp; is_in_indent (&amp;edit-&gt;buffer)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3646'>edit_options</a> 3646 src/editor/edit.c if (edit_options.cursor_beyond_eol &amp;&amp; edit-&gt;over_col &gt; 0)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3660'>edit_options</a> 3660 src/editor/edit.c if (edit_options.fake_half_tabs &amp;&amp; is_in_indent (&amp;edit-&gt;buffer)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3739'>edit_options</a> 3739 src/editor/edit.c if (edit-&gt;mark1 != edit-&gt;mark2 &amp;&amp; !edit_options.persistent_selections)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3747'>edit_options</a> 3747 src/editor/edit.c if (edit_options.cursor_beyond_eol)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3750'>edit_options</a> 3750 src/editor/edit.c if (edit_options.auto_para_formatting)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3857'>edit_options</a> 3857 src/editor/edit.c if (edit_options.cursor_beyond_eol &amp;&amp; edit-&gt;over_col &gt; 0)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3884'>edit_options</a> 3884 src/editor/edit.c if (!edit_options.persistent_selections &amp;&amp; edit-&gt;mark1 != edit-&gt;mark2)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3886'>edit_options</a> 3886 src/editor/edit.c if (edit_options.cursor_beyond_eol &amp;&amp; edit-&gt;over_col &gt; 0)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3889'>edit_options</a> 3889 src/editor/edit.c if (!edit_options.persistent_selections &amp;&amp; edit-&gt;mark2 &gt;= 0)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L3939'>edit_options</a> 3939 src/editor/edit.c if (edit-&gt;mark1 != edit-&gt;mark2 &amp;&amp; !edit_options.persistent_selections)</span>
<span class='curline'><a href='../S/src--editor--edit.c.html#L4068'>edit_options</a> 4068 src/editor/edit.c if (edit_options.auto_para_formatting)</span>
<span class='curline'><a href='../S/src--editor--edit.h.html#L73'>edit_options</a> 73 src/editor/edit.h extern edit_options_t edit_options;</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L153'>edit_options</a> 153 src/editor/editcmd.c this_save_mode = edit_options.save_mode;</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L326'>edit_options</a> 326 src/editor/editcmd.c g_assert (edit_options.backup_ext != NULL);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L333'>edit_options</a> 333 src/editor/editcmd.c g_strdup_printf ("%s%s", tmp_store_filename, edit_options.backup_ext);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L363'>edit_options</a> 363 src/editor/editcmd.c return !(edit_options.check_nl_at_eof &amp;&amp; buf-&gt;size &gt; 0</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L548'>edit_options</a> 548 src/editor/editcmd.c if (edit_options.cursor_beyond_eol &amp;&amp; curs_pos &gt; line_width)</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L748'>edit_options</a> 748 src/editor/editcmd.c if (edit_options.syntax_highlighting)</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L837'>edit_options</a> 837 src/editor/editcmd.c edit_options.syntax_highlighting = !edit_options.syntax_highlighting;</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L866'>edit_options</a> 866 src/editor/editcmd.c edit_options.show_right_margin = !edit_options.show_right_margin;</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L880'>edit_options</a> 880 src/editor/editcmd.c edit_options.line_state = !edit_options.line_state;</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L881'>edit_options</a> 881 src/editor/editcmd.c edit_options.line_state_width = edit_options.line_state ? LINE_STATE_WIDTH : 0;</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L898'>edit_options</a> 898 src/editor/editcmd.c g_assert (edit_options.backup_ext != NULL);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L902'>edit_options</a> 902 src/editor/editcmd.c QUICK_RADIO (3, str, &amp;edit_options.save_mode, &amp;edit_save_mode_radio_id),</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L903'>edit_options</a> 903 src/editor/editcmd.c QUICK_INPUT (edit_options.backup_ext, "edit-backup-ext", &amp;str_result,</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L906'>edit_options</a> 906 src/editor/editcmd.c QUICK_CHECKBOX (_ ("Check &amp;POSIX new line"), &amp;edit_options.check_nl_at_eof, NULL),</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L924'>edit_options</a> 924 src/editor/editcmd.c g_free (edit_options.backup_ext);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L925'>edit_options</a> 925 src/editor/editcmd.c edit_options.backup_ext = str_result;</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1058'>edit_options</a> 1058 src/editor/editcmd.c if (edit_options.confirm_save)</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1353'>edit_options</a> 1353 src/editor/editcmd.c if (edit_options.cursor_after_inserted_block)</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1431'>edit_options</a> 1431 src/editor/editcmd.c if (edit_options.cursor_beyond_eol &amp;&amp; edit-&gt;over_col &gt; 0)</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1465'>edit_options</a> 1465 src/editor/editcmd.c if (edit_options.cursor_after_inserted_block)</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L1647'>edit_options</a> 1647 src/editor/editcmd.c if (edit_options.drop_selection_on_copy)</span>
<span class='curline'><a href='../S/src--editor--editcomplete.c.html#L357'>edit_options</a> 357 src/editor/editcomplete.c + (edit-&gt;fullscreen != 0 ? 0 : 1) + edit_options.line_state_width;</span>
<span class='curline'><a href='../S/src--editor--editcomplete.c.html#L364'>edit_options</a> 364 src/editor/editcomplete.c start_x = we-&gt;x + 1 + edit_options.line_state_width;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L154'>edit_options</a> 154 src/editor/editdraw.c if (edit_options.simple_statusbar)</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L219'>edit_options</a> 219 src/editor/editdraw.c if (!edit_options.state_full_filename)</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L241'>edit_options</a> 241 src/editor/editdraw.c if (edit_options.simple_statusbar &amp;&amp; w &gt; EDITOR_MINIMUM_TERMINAL_WIDTH)</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L277'>edit_options</a> 277 src/editor/editdraw.c if (!edit_options.state_full_filename)</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L387'>edit_options</a> 387 src/editor/editdraw.c x1 = start_col + EDIT_TEXT_HORIZONTAL_OFFSET + edit_options.line_state_width;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L402'>edit_options</a> 402 src/editor/editdraw.c wrap_start = edit_options.word_wrap_line_length + edit-&gt;start_col;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L406'>edit_options</a> 406 src/editor/editdraw.c if (!edit_options.show_right_margin || wrap_start &gt; end_col)</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L427'>edit_options</a> 427 src/editor/editdraw.c if (edit_options.line_state)</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L433'>edit_options</a> 433 src/editor/editdraw.c edit_move (x1 + i - edit_options.line_state_width, y);</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L476'>edit_options</a> 476 src/editor/editdraw.c if (edit_options.show_right_margin)</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L478'>edit_options</a> 478 src/editor/editdraw.c if (i &gt; edit_options.word_wrap_line_length + edit-&gt;start_col)</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L515'>edit_options</a> 515 src/editor/editdraw.c end_col -= EDIT_TEXT_HORIZONTAL_OFFSET + edit_options.line_state_width;</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L527'>edit_options</a> 527 src/editor/editdraw.c if (edit_options.line_state)</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L556'>edit_options</a> 556 src/editor/editdraw.c if (edit_options.visible_tws &amp;&amp; tty_use_colors ())</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L633'>edit_options</a> 633 src/editor/editdraw.c if ((edit_options.visible_tabs || (edit_options.visible_tws &amp;&amp; q &gt;= tws))</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L675'>edit_options</a> 675 src/editor/editdraw.c else if (edit_options.visible_tws &amp;&amp; q &gt;= tws &amp;&amp; enable_show_tabs_tws</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L709'>edit_options</a> 709 src/editor/editdraw.c if (edit_options.visible_tws &amp;&amp; q &gt;= tws &amp;&amp; enable_show_tabs_tws</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L1049'>edit_options</a> 1049 src/editor/editdraw.c -(EDIT_TEXT_HORIZONTAL_OFFSET + edit_options.line_state_width));</span>
<span class='curline'><a href='../S/src--editor--editdraw.c.html#L1101'>edit_options</a> 1101 src/editor/editdraw.c EDIT_TEXT_HORIZONTAL_OFFSET + edit_options.line_state_width);</span>
<span class='curline'><a href='../S/src--editor--editoptions.c.html#L138'>edit_options</a> 138 src/editor/editoptions.c g_snprintf (wrap_length, sizeof (wrap_length), "%d", edit_options.word_wrap_line_length);</span>
<span class='curline'><a href='../S/src--editor--editoptions.c.html#L141'>edit_options</a> 141 src/editor/editoptions.c if (edit_options.auto_para_formatting)</span>
<span class='curline'><a href='../S/src--editor--editoptions.c.html#L143'>edit_options</a> 143 src/editor/editoptions.c else if (edit_options.typewriter_wrap)</span>
<span class='curline'><a href='../S/src--editor--editoptions.c.html#L158'>edit_options</a> 158 src/editor/editoptions.c QUICK_CHECKBOX (_ ("&amp;Fake half tabs"), &amp;edit_options.fake_half_tabs, NULL),</span>
<span class='curline'><a href='../S/src--editor--editoptions.c.html#L160'>edit_options</a> 160 src/editor/editoptions.c &amp;edit_options.backspace_through_tabs, NULL),</span>
<span class='curline'><a href='../S/src--editor--editoptions.c.html#L162'>edit_options</a> 162 src/editor/editoptions.c &amp;edit_options.fill_tabs_with_spaces, NULL),</span>
<span class='curline'><a href='../S/src--editor--editoptions.c.html#L170'>edit_options</a> 170 src/editor/editoptions.c &amp;edit_options.return_does_auto_indent, NULL),</span>
<span class='curline'><a href='../S/src--editor--editoptions.c.html#L171'>edit_options</a> 171 src/editor/editoptions.c QUICK_CHECKBOX (_ ("Confir&amp;m before saving"), &amp;edit_options.confirm_save, NULL),</span>
<span class='curline'><a href='../S/src--editor--editoptions.c.html#L172'>edit_options</a> 172 src/editor/editoptions.c QUICK_CHECKBOX (_ ("Save file &amp;position"), &amp;edit_options.save_position, NULL),</span>
<span class='curline'><a href='../S/src--editor--editoptions.c.html#L173'>edit_options</a> 173 src/editor/editoptions.c QUICK_CHECKBOX (_ ("&amp;Visible trailing spaces"), &amp;edit_options.visible_tws,</span>
<span class='curline'><a href='../S/src--editor--editoptions.c.html#L175'>edit_options</a> 175 src/editor/editoptions.c QUICK_CHECKBOX (_ ("Visible &amp;tabs"), &amp;edit_options.visible_tabs, NULL),</span>
<span class='curline'><a href='../S/src--editor--editoptions.c.html#L176'>edit_options</a> 176 src/editor/editoptions.c QUICK_CHECKBOX (_ ("Synta&amp;x highlighting"), &amp;edit_options.syntax_highlighting,</span>
<span class='curline'><a href='../S/src--editor--editoptions.c.html#L179'>edit_options</a> 179 src/editor/editoptions.c &amp;edit_options.cursor_after_inserted_block, NULL),</span>
<span class='curline'><a href='../S/src--editor--editoptions.c.html#L181'>edit_options</a> 181 src/editor/editoptions.c &amp;edit_options.persistent_selections, NULL),</span>
<span class='curline'><a href='../S/src--editor--editoptions.c.html#L183'>edit_options</a> 183 src/editor/editoptions.c &amp;edit_options.cursor_beyond_eol, NULL),</span>
<span class='curline'><a href='../S/src--editor--editoptions.c.html#L184'>edit_options</a> 184 src/editor/editoptions.c QUICK_CHECKBOX (_ ("&amp;Group undo"), &amp;edit_options.group_undo, NULL),</span>
<span class='curline'><a href='../S/src--editor--editoptions.c.html#L209'>edit_options</a> 209 src/editor/editoptions.c old_syntax_hl = edit_options.syntax_highlighting;</span>
<span class='curline'><a href='../S/src--editor--editoptions.c.html#L211'>edit_options</a> 211 src/editor/editoptions.c if (!edit_options.cursor_beyond_eol)</span>
<span class='curline'><a href='../S/src--editor--editoptions.c.html#L216'>edit_options</a> 216 src/editor/editoptions.c edit_options.word_wrap_line_length = atoi (p);</span>
<span class='curline'><a href='../S/src--editor--editoptions.c.html#L217'>edit_options</a> 217 src/editor/editoptions.c if (edit_options.word_wrap_line_length &lt;= 0)</span>
<span class='curline'><a href='../S/src--editor--editoptions.c.html#L218'>edit_options</a> 218 src/editor/editoptions.c edit_options.word_wrap_line_length = DEFAULT_WRAP_LINE_LENGTH;</span>
<span class='curline'><a href='../S/src--editor--editoptions.c.html#L232'>edit_options</a> 232 src/editor/editoptions.c edit_options.auto_para_formatting = TRUE;</span>
<span class='curline'><a href='../S/src--editor--editoptions.c.html#L233'>edit_options</a> 233 src/editor/editoptions.c edit_options.typewriter_wrap = FALSE;</span>
<span class='curline'><a href='../S/src--editor--editoptions.c.html#L237'>edit_options</a> 237 src/editor/editoptions.c edit_options.auto_para_formatting = FALSE;</span>
<span class='curline'><a href='../S/src--editor--editoptions.c.html#L238'>edit_options</a> 238 src/editor/editoptions.c edit_options.typewriter_wrap = TRUE;</span>
<span class='curline'><a href='../S/src--editor--editoptions.c.html#L242'>edit_options</a> 242 src/editor/editoptions.c edit_options.auto_para_formatting = FALSE;</span>
<span class='curline'><a href='../S/src--editor--editoptions.c.html#L243'>edit_options</a> 243 src/editor/editoptions.c edit_options.typewriter_wrap = FALSE;</span>
<span class='curline'><a href='../S/src--editor--editoptions.c.html#L247'>edit_options</a> 247 src/editor/editoptions.c if (edit_options.syntax_highlighting != old_syntax_hl)</span>
<span class='curline'><a href='../S/src--editor--editsearch.c.html#L757'>edit_options</a> 757 src/editor/editsearch.c xpos = w-&gt;rect.x + edit_options.line_state_width + 1;</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L709'>edit_options</a> 709 src/editor/editwidget.c if (!edit_options.cursor_beyond_eol)</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L710'>edit_options</a> 710 src/editor/editwidget.c edit-&gt;prev_col = x - edit-&gt;start_col - edit_options.line_state_width;</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L720'>edit_options</a> 720 src/editor/editwidget.c edit-&gt;over_col = x - line_len - edit-&gt;start_col - edit_options.line_state_width;</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L726'>edit_options</a> 726 src/editor/editwidget.c edit-&gt;prev_col = x - edit_options.line_state_width - edit-&gt;start_col;</span>
<span class='curline'><a href='../S/src--editor--editwidget.c.html#L982'>edit_options</a> 982 src/editor/editwidget.c + edit_options.line_state_width + e-&gt;curs_col + e-&gt;start_col + e-&gt;over_col;</span>
<span class='curline'><a href='../S/src--editor--etags.c.html#L324'>edit_options</a> 324 src/editor/etags.c + (edit-&gt;fullscreen != 0 ? 0 : 1) + edit_options.line_state_width;</span>
<span class='curline'><a href='../S/src--editor--etags.c.html#L331'>edit_options</a> 331 src/editor/etags.c start_x = w-&gt;x + 1 + edit_options.line_state_width;</span>
<span class='curline'><a href='../S/src--editor--format.c.html#L112'>edit_options</a> 112 src/editor/format.c return (edit_options.stop_format_chars != NULL</span>
<span class='curline'><a href='../S/src--editor--format.c.html#L113'>edit_options</a> 113 src/editor/format.c &amp;&amp; strchr (edit_options.stop_format_chars, c) != NULL);</span>
<span class='curline'><a href='../S/src--editor--format.c.html#L324'>edit_options</a> 324 src/editor/format.c ww = edit_options.word_wrap_line_length * FONT_MEAN_WIDTH - indent;</span>
<span class='curline'><a href='../S/src--editor--format.c.html#L381'>edit_options</a> 381 src/editor/format.c if (!edit_options.fill_tabs_with_spaces)</span>
<span class='curline'><a href='../S/src--editor--format.c.html#L478'>edit_options</a> 478 src/editor/format.c if (edit_options.word_wrap_line_length &lt; 2)</span>
<span class='curline'><a href='../S/src--editor--format.c.html#L495'>edit_options</a> 495 src/editor/format.c if (edit_options.stop_format_chars != NULL</span>
<span class='curline'><a href='../S/src--editor--format.c.html#L496'>edit_options</a> 496 src/editor/format.c &amp;&amp; strchr (edit_options.stop_format_chars, t-&gt;str[0]) != NULL)</span>
<span class='curline'><a href='../S/src--editor--format.c.html#L502'>edit_options</a> 502 src/editor/format.c if (edit_options.stop_format_chars == NULL || *edit_options.stop_format_chars == '\0')</span>
<span class='curline'><a href='../S/src--editor--format.c.html#L505'>edit_options</a> 505 src/editor/format.c stop_format_chars = g_strconcat (edit_options.stop_format_chars, "\t", (char *) NULL);</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1490'>edit_options</a> 1490 src/editor/syntax.c if (edit_options.syntax_highlighting &amp;&amp; edit-&gt;rules != NULL &amp;&amp; byte_index &lt; edit-&gt;buffer.size)</span>
<span class='curline'><a href='../S/src--editor--syntax.c.html#L1550'>edit_options</a> 1550 src/editor/syntax.c if (!edit_options.syntax_highlighting &amp;&amp; (pnames == NULL || pnames-&gt;len == 0))</span>
<span class='curline'><a href='../S/src--setup.c.html#L338'>edit_options</a> 338 src/setup.c { "editor_fill_tabs_with_spaces", &amp;edit_options.fill_tabs_with_spaces },</span>
<span class='curline'><a href='../S/src--setup.c.html#L339'>edit_options</a> 339 src/setup.c { "editor_return_does_auto_indent", &amp;edit_options.return_does_auto_indent },</span>
<span class='curline'><a href='../S/src--setup.c.html#L340'>edit_options</a> 340 src/setup.c { "editor_backspace_through_tabs", &amp;edit_options.backspace_through_tabs },</span>
<span class='curline'><a href='../S/src--setup.c.html#L341'>edit_options</a> 341 src/setup.c { "editor_fake_half_tabs", &amp;edit_options.fake_half_tabs },</span>
<span class='curline'><a href='../S/src--setup.c.html#L342'>edit_options</a> 342 src/setup.c { "editor_option_save_position", &amp;edit_options.save_position },</span>
<span class='curline'><a href='../S/src--setup.c.html#L343'>edit_options</a> 343 src/setup.c { "editor_option_auto_para_formatting", &amp;edit_options.auto_para_formatting },</span>
<span class='curline'><a href='../S/src--setup.c.html#L344'>edit_options</a> 344 src/setup.c { "editor_option_typewriter_wrap", &amp;edit_options.typewriter_wrap },</span>
<span class='curline'><a href='../S/src--setup.c.html#L345'>edit_options</a> 345 src/setup.c { "editor_edit_confirm_save", &amp;edit_options.confirm_save },</span>
<span class='curline'><a href='../S/src--setup.c.html#L346'>edit_options</a> 346 src/setup.c { "editor_syntax_highlighting", &amp;edit_options.syntax_highlighting },</span>
<span class='curline'><a href='../S/src--setup.c.html#L347'>edit_options</a> 347 src/setup.c { "editor_persistent_selections", &amp;edit_options.persistent_selections },</span>
<span class='curline'><a href='../S/src--setup.c.html#L348'>edit_options</a> 348 src/setup.c { "editor_drop_selection_on_copy", &amp;edit_options.drop_selection_on_copy },</span>
<span class='curline'><a href='../S/src--setup.c.html#L349'>edit_options</a> 349 src/setup.c { "editor_cursor_beyond_eol", &amp;edit_options.cursor_beyond_eol },</span>
<span class='curline'><a href='../S/src--setup.c.html#L350'>edit_options</a> 350 src/setup.c { "editor_cursor_after_inserted_block", &amp;edit_options.cursor_after_inserted_block },</span>
<span class='curline'><a href='../S/src--setup.c.html#L351'>edit_options</a> 351 src/setup.c { "editor_visible_tabs", &amp;edit_options.visible_tabs },</span>
<span class='curline'><a href='../S/src--setup.c.html#L352'>edit_options</a> 352 src/setup.c { "editor_visible_spaces", &amp;edit_options.visible_tws },</span>
<span class='curline'><a href='../S/src--setup.c.html#L353'>edit_options</a> 353 src/setup.c { "editor_line_state", &amp;edit_options.line_state },</span>
<span class='curline'><a href='../S/src--setup.c.html#L354'>edit_options</a> 354 src/setup.c { "editor_simple_statusbar", &amp;edit_options.simple_statusbar },</span>
<span class='curline'><a href='../S/src--setup.c.html#L355'>edit_options</a> 355 src/setup.c { "editor_check_new_line", &amp;edit_options.check_nl_at_eof },</span>
<span class='curline'><a href='../S/src--setup.c.html#L356'>edit_options</a> 356 src/setup.c { "editor_show_right_margin", &amp;edit_options.show_right_margin },</span>
<span class='curline'><a href='../S/src--setup.c.html#L357'>edit_options</a> 357 src/setup.c { "editor_group_undo", &amp;edit_options.group_undo },</span>
<span class='curline'><a href='../S/src--setup.c.html#L358'>edit_options</a> 358 src/setup.c { "editor_state_full_filename", &amp;edit_options.state_full_filename },</span>
<span class='curline'><a href='../S/src--setup.c.html#L401'>edit_options</a> 401 src/setup.c { "editor_word_wrap_line_length", &amp;edit_options.word_wrap_line_length },</span>
<span class='curline'><a href='../S/src--setup.c.html#L402'>edit_options</a> 402 src/setup.c { "editor_option_save_mode", &amp;edit_options.save_mode },</span>
<span class='curline'><a href='../S/src--setup.c.html#L417'>edit_options</a> 417 src/setup.c { "editor_backup_extension", &amp;edit_options.backup_ext, "~" },</span>
<span class='curline'><a href='../S/src--setup.c.html#L418'>edit_options</a> 418 src/setup.c { "editor_filesize_threshold", &amp;edit_options.filesize_threshold, "64M" },</span>
<span class='curline'><a href='../S/src--setup.c.html#L419'>edit_options</a> 419 src/setup.c { "editor_stop_format_chars", &amp;edit_options.stop_format_chars, "-+*\\,.;:&amp;&gt;" },</span>
<span class='curline'><a href='../S/src--setup.c.html#L545'>edit_options</a> 545 src/setup.c if (edit_options.word_wrap_line_length &lt;= 0)</span>
<span class='curline'><a href='../S/src--setup.c.html#L546'>edit_options</a> 546 src/setup.c edit_options.word_wrap_line_length = DEFAULT_WRAP_LINE_LENGTH;</span>
<span class='curline'><a href='../S/tests--src--editor--edit_complete_word_cmd.c.html#L166'>edit_options</a> 166 tests/src/editor/edit_complete_word_cmd.c edit_options.filesize_threshold = (char *) "64M";</span>
<span class='curline'><a href='../S/tests--src--editor--edit_insert_column_of_text.c.html#L75'>edit_options</a> 75 tests/src/editor/edit_insert_column_of_text.c edit_options.filesize_threshold = (char *) "64M";</span>
<span class='curline'><a href='../S/tests--src--editor--edit_replace_cmd.c.html#L248'>edit_options</a> 248 tests/src/editor/edit_replace_cmd.c edit_options.filesize_threshold = (char *) "64M";</span>
</pre>
</body>
</html>