Lines Matching refs:text

29 	\ .. "#{text: 'other tab'},"
30 \ .. "#{text: 'a comment line', props: [#{"
90 …call popup_create('wrapped longer text', #{line: 8, col: 55, padding: [0, 3, 0, 3], border: [0, 1,…
91 …call popup_create('right aligned text', #{line: 11, col: 56, wrap: 0, padding: [0, 3, 0, 3], borde…
762 \ 'some text',
853 " create a popup with some text to be selected
889 let winid = popup_create("text", {})
905 let winid = popup_create("text", #{tabpage: -1})
917 let winid = popup_create("text", #{tabpage: 1})
930 let winid = popup_create("text", #{col: 0})
937 let winid = popup_create("text", #{col: 'cursor-100'})
943 let winid = popup_create("text", #{pos: 'center'})
955 call assert_fails('call popup_create("text", "none")', 'E715:')
961 call assert_fails('call popup_create("text", #{col: "xxx"})', 'E475:')
963 call assert_fails('call popup_create("text", #{col: "cursor8"})', 'E15:')
965 call assert_fails('call popup_create("text", #{col: "cursor+x"})', 'E15:')
967 call assert_fails('call popup_create("text", #{col: "cursor+8x"})', 'E15:')
970 call assert_fails('call popup_create("text", #{line: "xxx"})', 'E475:')
972 call assert_fails('call popup_create("text", #{line: "cursor8"})', 'E15:')
974 call assert_fails('call popup_create("text", #{line: "cursor+x"})', 'E15:')
976 call assert_fails('call popup_create("text", #{line: "cursor+8x"})', 'E15:')
979 call assert_fails('call popup_create("text", #{pos: "there"})', 'E475:')
981 call assert_fails('call popup_create("text", #{padding: "none"})', 'E714:')
983 call assert_fails('call popup_create("text", #{border: "none"})', 'E714:')
985 call assert_fails('call popup_create("text", #{borderhighlight: "none"})', 'E714:')
987 call assert_fails('call popup_create("text", #{borderhighlight: test_null_list()})', 'E714:')
989 call assert_fails('call popup_create("text", #{borderchars: "none"})', 'E714:')
992 call assert_fails('call popup_create([#{text: "text"}, 666], {})', 'E715:')
994 call assert_fails('call popup_create([#{text: "text", props: "none"}], {})', 'E714:')
996 call assert_fails('call popup_create([#{text: "text", props: ["none"]}], {})', 'E715:')
998 call assert_fails('call popup_create([#{text: "text", props: range(3)}], {})', 'E715:')
1000 call assert_fails('call popup_create("text", #{mask: ["asdf"]})', 'E475:')
1002 call assert_fails('call popup_create("text", #{mask: range(5)})', 'E475:')
1004 call popup_create("text", #{mask: [range(4)]})
1006 call assert_fails('call popup_create("text", #{mask: test_null_list()})', 'E475:')
1007 call assert_fails('call popup_create("text", #{mapping: []})', 'E745:')
1009 call assert_fails('call popup_create("text", #{tabpage : 4})', 'E997:')
1015 let winid = popup_create('some text', {})
1019 let winid = popup_create('some text', {})
1025 let winid = popup_create('some text', {})
1254 \ [['hello', 'this', 'window', 'displays', 'all of its text'], 15],
1255 \ [['hello', 'this', 'window', 'all of its text', 'displays'], 15],
1256 \ [['hello', 'this', 'all of its text', 'window', 'displays'], 15],
1257 \ [['hello', 'all of its text', 'this', 'window', 'displays'], 15],
1258 \ [['all of its text', 'hello', 'this', 'window', 'displays'], 15],
1489 call setline(5, 'here is some text to hover over')
1531 call setline(1, 'some text')
1588 let text = range(1, 20)->map({_, v -> string(v)})
1589 let g:winid = popup_create(text, #{maxheight: 5, minwidth: 3, filter: 'invalidfilter'})
1659 let g:winid = popup_create('some text', {'filter': 'invalidfilter'})
1924 " - text
2016 let [ text, line, col, e_line, e_col, e_width, e_height ] = test
2023 let p = popup_create(text, options)
2025 let msg = string(extend(options, #{text: text}))
2107 let winid = popup_atcursor('text', #{moved: 'any'})
2117 let winid = popup_atcursor('text', #{moved: 'word'})
2126 let winid = popup_atcursor('text', #{moved: 'word'})
2140 let winid = popup_atcursor('text', {})
2153 let winid = popup_atcursor('text', #{moved: [5, 10]})
2229 def CreatePopup(text: list<string>)
2230 popup_create(text, {
2246 let text =<< trim END
2255 call CreatePopup(text)
2371 eval p->popup_settext('this is a text')
2399 …call term_sendkeys(buf, ":call popup_settext(p, [#{text: 'aaaa'}, #{text: 'bbbb'}, #{text: 'cccc'}…
2436 let winid = popup_atcursor('text', #{hidden: 1})
2441 let winid = popup_create('text', #{hidden: 1})
2471 let winid = popup_create('some text', #{highlight: 'Beautiful'})
2647 " text "short"
2652 " text "long line th"
2656 " text "at will wrap"
2660 " text "other"
2678 call writefile(['some text', 'in a buffer'], 'XsomeFile')
2995 let winid = popup_create('some text', {})
2999 let winid = popup_create('some text', #{ cursorline: 1, })
3003 let winid = popup_create('some text', #{ cursorline: v:true, })
3007 let winid = popup_create('some text', #{ cursorline: 0, })
3011 let winid = popup_menu('some text', {})
3015 let winid = popup_menu('some text', #{ cursorline: 1, })
3019 let winid = popup_menu('some text', #{ cursorline: 0, })
3142 var winid = popup_create('some text', { cursorline: true, })
3146 assert_fails("popup_create('some text', { cursorline: 2, })", 'E1023:')
3255 \ 'menu': 'extra text',
3263 \ 'menu': 'extra text',
3264 \ 'info': "other words are\ncooler than this and some more text\nto make wrap",
3271 \ 'menu': 'extra text',
3279 \ 'menu': 'extra text',
3287 call setline(1, 'text text text text text text text ')
3388 call term_sendkeys(buf, "test text test text\<C-X>\<C-U>")
3404 call term_sendkeys(buf, "otest text test text\<C-X>\<C-U>")
3458 call term_sendkeys(buf, "test text test text test\<C-X>\<C-U>")
3465 call term_sendkeys(buf, "Gotest text test text\<C-X>\<C-U>")
3514 let menuText = 'some long text to make sure the menu takes up all of the width of the window'
3520 \ info: "other words are\ncooler than this and some more text\nto make wrap",
3672 \ 'text': '>>',
3677 \ 'text': '#!',
3914 call setline(1, 'some text')
3931 call setline(1, 'some text')
3952 setline(1, ['', 'some text', '', 'other text'])
3988 let id = popup_create("Some text", {})