elementary / code

Code editor designed for elementary OS
https://elementary.io
GNU General Public License v3.0
480 stars 112 forks source link

[GTK4 Prep] Use actions for New Window menu item in FileItem #1456

Closed colinkiama closed 3 months ago

colinkiama commented 3 months ago

Part of of "Replace Gtk.MenuItem with GLib.MenuModel" task in https://github.com/elementary/code/issues/1157

After this, the none of menu items in FileView context menus will be activated using the activate signal. The switch to GLib.MenuModel will be simple after this.