paperwm / gnome-shell-mode

Package for developing gnome-shell extensions
GNU General Public License v2.0
27 stars 7 forks source link

Make it simple to update classes (ie, their prototype) instead of replacing them #22

Open olejorgenb opened 6 years ago

olejorgenb commented 6 years ago

Eg. when re-evaluating a class, update its prototype instead of creating a brand new class

hedning commented 5 years ago

Should be pretty doable when evaluating the whole class. Would need logic for two cases:

The var can be useful as classes are let bound by default.