alejandroautalan / pygubu-designer

A simple GUI designer for the python tkinter module
GNU General Public License v3.0
828 stars 101 forks source link

Add context menu for object treeview #51

Closed jrezai closed 3 years ago

jrezai commented 3 years ago
  1. Add a new right-click context menu in the object treeview to Cut, Copy, Paste, Delete, Duplicate.
  2. When a new item is duplicated or copied/pasted, the last item to be duplicated or pasted is highlighted in the object treeview to show the user where the latest widget is.

context_menu

duplicate_menu