Home
last modified time | relevance | path

Searched refs:alignment (Results 1 – 15 of 15) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_gtk.c1796 GtkWidget *alignment; in gui_mch_dialog() local
1814 alignment = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 0); in gui_mch_dialog()
1816 alignment = gtk_alignment_new((float)0.5, (float)0.5, in gui_mch_dialog()
1819 gtk_container_add(GTK_CONTAINER(alignment), entry); in gui_mch_dialog()
1821 gtk_widget_show(alignment); in gui_mch_dialog()
1828 alignment, TRUE, FALSE, 0); in gui_mch_dialog()
1832 alignment, TRUE, FALSE, 0); in gui_mch_dialog()
2112 GtkWidget *alignment; in create_image_button() local
2146 gtk_container_add(GTK_CONTAINER(alignment), box); in create_image_button()
2147 gtk_widget_show_all(alignment); in create_image_button()
[all …]
/vim-8.2.3635/runtime/pack/dist/opt/justify/plugin/
H A Djustify.vim28 " If specified, alignment will only be done, if the longest space run
29 " after alignment is no longer than maxspaces.
75 " All space runs in the line are truncated before the alignment is
/vim-8.2.3635/runtime/indent/
H A Dvhdl.vim30 " option to disable alignment of generic/port mappings
35 " option to disable alignment of right-hand side assignment "<=" statements
H A Djulia.vim362 " unless we're in a function arguments list or alignment is disabled, in
/vim-8.2.3635/src/testdir/
H A Dtest_textformat.vim204 " :left alignment
229 " :center alignment
254 " :right alignment
/vim-8.2.3635/runtime/doc/
H A Dindent.txt1102 causes the following alignment example: >
1117 to the .vimrc file, which causes the previous alignment example to change: >
1131 default. This causes the following alignment example: >
1141 to the .vimrc file, which causes the previous alignment example to change: >
H A Dchange.txt1579 from a left alignment. See below for more details.
1611 alignment, leaving just " */". There is no need to hit Backspace first.
1617 Here is an example of alignment flags at work to make a comment stand out
1630 alignment and offset flags are taken into consideration: opening a new line
1632 automatically ending a three-piece comment. The end alignment flag has a
1633 backwards perspective; the result is that the same alignment flag used with
1635 Only one alignment per comment part is meant to be used, but an offset number
1638 Enabling 'cindent' will override the alignment flags in many cases.
1640 alignment flags either. The same behaviour can be defined in those other
H A Ddiff.txt159 The alignment of text will go wrong when:
166 alignment go wrong
H A Dvi_diff.txt355 text alignment: |:center|, |:left| and |:right|.
H A Dversion7.txt1740 alignment may go wrong. 'cindent' also suffers from this for right-aligned
8049 Solution: Break the search loop. Also fix pointer alignment for systems
10349 Added ability to control alignment inside `if` condition separately
10350 from alignment inside function arguments: |cino-k|. (Lech Lorens)
17993 Problem: Setting/resetting 'lbr' in the main help file changes alignment
H A Dsyntax.txt702 the source document. Note that this can easily break text alignment and
H A Dversion5.txt3976 properly. This caused alignment problems for the undo structure allocations.
H A Doptions.txt7454 alignment of a section. Must be followed by %) somewhere.
H A Dversion8.txt19114 Improve alignment.
32060 Solution: Use bottom alignment. (Taro Muraoka, closes #4116, closes #1520)
36585 Solution: Improve alignment. (Yasuhiro Matsumoto, closes #4694)
H A Dversion6.txt3097 inserted, breaking the alignment.