mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
186 lines
33 KiB
HTML
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, &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 && 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->column_highlight && edit_options.cursor_beyond_eol && edit->mark1 != edit->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 && edit->over_col > 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 && is_in_indent (&edit->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->curs_col < 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 && edit->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 && edit->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) && 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 && is_in_indent (&edit->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 && edit->mark1 != edit->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 && edit->over_col > 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 && edit->mark2 >= 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 && edit->mark1 != edit->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 && edit->over_col > 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 && is_in_indent (&edit->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 && is_in_indent (&edit->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 && edit->mark1 != edit->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 && edit->over_col > 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 && is_in_indent (&edit->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 && edit->over_col > 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 && !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 && !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 && is_in_indent (&edit->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 && edit->over_col > 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 && is_in_indent (&edit->buffer)</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L3739'>edit_options</a> 3739 src/editor/edit.c if (edit->mark1 != edit->mark2 && !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 && edit->over_col > 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 && edit->mark1 != edit->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 && edit->over_col > 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 && edit->mark2 >= 0)</span>
|
|
<span class='curline'><a href='../S/src--editor--edit.c.html#L3939'>edit_options</a> 3939 src/editor/edit.c if (edit->mark1 != edit->mark2 && !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 && buf->size > 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 && curs_pos > 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, &edit_options.save_mode, &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", &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 &POSIX new line"), &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 && edit->over_col > 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->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->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 && w > 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->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 > 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 > edit_options.word_wrap_line_length + edit->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 && 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 && q >= 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 && q >= tws && 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 && q >= tws && 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 (_ ("&Fake half tabs"), &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 &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 &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 &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&m before saving"), &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 &position"), &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 (_ ("&Visible trailing spaces"), &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 &tabs"), &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&x highlighting"), &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 &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 &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 &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 (_ ("&Group undo"), &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 <= 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->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->prev_col = x - edit->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->over_col = x - line_len - edit->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->prev_col = x - edit_options.line_state_width - edit->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->curs_col + e->start_col + e->over_col;</span>
|
|
<span class='curline'><a href='../S/src--editor--etags.c.html#L324'>edit_options</a> 324 src/editor/etags.c + (edit->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->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 && 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 < 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 && strchr (edit_options.stop_format_chars, t->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 && edit->rules != NULL && byte_index < edit->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 && (pnames == NULL || pnames->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", &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", &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", &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", &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", &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", &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", &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", &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", &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", &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", &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", &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", &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", &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", &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", &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", &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", &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", &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", &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", &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", &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", &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", &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", &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", &edit_options.stop_format_chars, "-+*\\,.;:&>" },</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 <= 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>
|