Re: visual mode popup menu ?

2020-04-30 Thread M Kelly
Andy, hi I think it does work if I add the exe normal gv in the popup func. cool! thx, -m -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You

Re: visual mode popup menu ?

2020-04-30 Thread M Kelly
Andy, hi again I was thinking of something like - call popup_menu(g:menulist, #{ title: 'MyMenuTitle:', filter: 'MyFilter', callback: 'MyCallback' }) I would highlight some code and then press a key to trigger the popup menu and select some option from that menu, but when the menu pops I

Re: visual mode popup menu ?

2020-04-30 Thread 'Andy Wokula' via vim_use
Am 27.04.2020 um 02:37 schrieb M Kelly: Hi, Is there a way to be in visual mode with some text highlighted and popup a menu and keep the highlighted text during and after the popup menu ? thx, -m I would think it could make sense for some popup menu entries, but not all ... how about an

visual mode popup menu ?

2020-04-26 Thread M Kelly
Hi, Is there a way to be in visual mode with some text highlighted and popup a menu and keep the highlighted text during and after the popup menu ? thx, -m -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For