| /vim-8.2.3635/runtime/doc/ |
| H A D | os_unix.txt | 38 be used and visual feedback will be provided while dragging with the mouse. 40 key when using the mouse. See |mouse-using|. Visual feedback while dragging
|
| H A D | testing.txt | 233 test_scrollbar({which}, {value}, {dragging}) *test_scrollbar()* 245 When {dragging} is non-zero it's like dragging the scrollbar,
|
| H A D | os_qnx.txt | 38 using the mouse, only simple left and right mouse clicking/dragging is
|
| H A D | gui_x11.txt | 701 - Select some text in your browser by dragging with the mouse. Go to Vim and 704 a textfield by dragging with the mouse. Now use the right mouse button and
|
| H A D | scroll.txt | 241 dragging the scrollbar of the current window. How many lines are scrolled
|
| H A D | term.txt | 932 only in some versions (GUI, Win32) will the dragging be shown immediately. 987 dragging the status line with the mouse. Point the mouse at a status line, 991 will change position or size, the dragging of the status line will look
|
| H A D | windows.txt | 578 You can also resize a window by dragging a status line up or down with the 579 mouse. Or by dragging a vertical separator line left or right. This only
|
| H A D | todo.txt | 1660 its height? It's like dragging the status bar above it at the same time. 3327 9 When dragging the scrollbar thumb very fast, focus is only obtained in 3684 8 When dragging status line with mouse, sometimes a jump when first clicking 4587 dragging the status line with the mouse). 4603 - Allow scrolling by dragging with the mouse (grab a character and move it 5264 - When dragging the Visual selection with the mouse and 'scrolloff' is zero, 5281 8 Support dragging the Visual area to drop it somewhere else. (Ron Aaron, 5283 7 Support dragging the Visual area to drop it in another program, and
|
| H A D | intro.txt | 618 E.g., by dragging the mouse or <S-Right>.
|
| H A D | popup.txt | 681 popup does not have a border. As soon as dragging
|
| H A D | version5.txt | 2587 patch 5.1.8: Win32 GUI: dragging the scrollbar didn't update the ruler. 3600 When trying to select text in the 'scrolloff' area by mouse dragging, the 3703 - When using the xterm mouse, track dragging of the mouse. Use xterm escape 3710 Will make xterm mouse dragging work better. 5163 positioned with a mouse click just after dragging.
|
| H A D | version6.txt | 1575 - When dragging with the mouse, there is a lookahead to skip mouse codes when 1576 there is another one next. Makes dragging with the mouse a lot faster. 2239 GUI: when 'scrolloff' is 0 dragging the mouse above the window didn't cause a 2889 - Fixed a problem with dragging the scrollbar. 3025 GUI: With 'ls' set to 2, dragging the status line all the way up, then making 8561 Problem: Crash when dragging a vertical separator when <LeftMouse> is 8563 Solution: Pass the window pointer to the function doing the dragging instead
|
| H A D | quickfix.txt | 643 height manually (e.g., by dragging the status line above it with the mouse).
|
| H A D | version8.txt | 6031 Problem: Crash when dragging with the mouse. 20389 Problem: Crash if timer closes window while dragging status line. 32863 Problem: No test for dragging the window separators with the mouse. 33007 Solution: Add a test. Also fix that dragging window separator could fail in 33051 Problem: No test for dragging a tab with the mouse and for creating a new 33057 Problem: Test for dragging a tab is flaky. 37047 Solution: Allow for resizing by dragging the lower right corner. 39201 Problem: No tests for dragging the mouse beyond the window. 48458 Problem: Terminal window not redrawn when dragging a popup window over it. 48601 Problem: memory access error when dragging a popup window over a buffer
|
| H A D | pi_netrw.txt | 2184 mark one or more files. You may mark multiple files by dragging the shifted
|
| H A D | version7.txt | 2333 Motif: In diff mode dragging one scrollbar didn't update the scrollbar of the 5944 Solution: Don't check the input buffer when dragging the scrollbar. 9669 Problem: When in the command line window dragging status line only works
|
| H A D | options.txt | 5455 sd any mode, while dragging a status line 5457 vd any mode, while dragging a vertical separator line
|
| H A D | eval.txt | 3115 test_scrollbar({which}, {value}, {dragging})
|
| /vim-8.2.3635/src/ |
| H A D | gui_gtk.c | 1086 int dragging = FALSE; in adjustment_value_changed() local 1108 dragging = TRUE; in adjustment_value_changed() 1127 dragging = FALSE; in adjustment_value_changed() 1133 dragging = FALSE; in adjustment_value_changed() 1140 gui_drag_scrollbar(sb, value, dragging); in adjustment_value_changed()
|
| H A D | testing.c | 1255 int dragging; in f_test_scrollbar() local 1272 dragging = tv_get_number(&argvars[2]); in f_test_scrollbar() 1285 gui_drag_scrollbar(sb, value, dragging); in f_test_scrollbar()
|
| H A D | gui_photon.c | 411 int value, dragging = FALSE; in gui_ph_handle_scrollbar() local 422 dragging = TRUE; in gui_ph_handle_scrollbar() 431 gui_drag_scrollbar(sb, value, dragging); in gui_ph_handle_scrollbar()
|
| H A D | gui_motif.c | 115 int dragging; in scroll_cb() local 120 dragging = (((XmScrollBarCallbackStruct *)call_data)->reason == in scroll_cb() 122 gui_drag_scrollbar(sb, value, dragging); in scroll_cb()
|
| H A D | gui_w32.c | 3771 int dragging = FALSE; in _OnScroll() local 3799 dragging = TRUE; in _OnScroll() 3863 gui_drag_scrollbar(sb, val, dragging); in _OnScroll()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_termcodes.vim | 458 " Test that dragging beyond the window (at the bottom and at the top) 470 " so we test dragging mouse below and above the window. 556 " Split horizontally and test dragging the horizontal window separator. 576 " Split vertically and test dragging the vertical window separator.
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | netrw.vim | 5991 … by vertical separator bars - but the mouse seems to be doing what it should when dragging that bar 6165 " s:NetrwSLeftdrag: invoked via a shift-leftmouse and dragging {{{2 6186 " s:NetrwSLeftrelease: terminates shift-leftmouse dragging {{{2
|