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] Add FileView actions #1444

Closed colinkiama closed 4 months ago

colinkiama commented 4 months ago

Adds actions to FileView to prepare to use GLib.MenuModel for context menus in FileView items. As part of #1157

colinkiama commented 4 months ago

I've made changes that should address all of your comments.

FileView actions are now used by Gtk.MenuItems in FileView items.

colinkiama commented 4 months ago

I've now made changes to address your latest comments