vidar icon indicating copy to clipboard operation
vidar copied to clipboard

Right Click Menus

Open nelsam opened this issue 8 years ago • 2 comments

We need to support small menus on right click, based on available actions for the thing being right clicked on.

nelsam avatar Mar 15 '16 20:03 nelsam

Which commands are planning add?

Kvaz1r avatar Oct 22 '16 10:10 Kvaz1r

@Kvaz1r It sort of depends, but a few examples:

  • Right click on highlighted text should bring up a menu with copy/cut/paste
  • Right click on the text without highlighted text should bring up paste
  • Right click on a tab should bring up "close tab", "split horizontally", "split vertically", "new tab"

I think there are more things to do (e.g. after gorename support, right clicking on the text should also include "refactor/rename <name_at_point>" if there's a name that can be refactored. But these are the basics.

nelsam avatar Oct 23 '16 18:10 nelsam