- Moderator
- #11
@offbyone
having the design functionality would be aweasome!
So people could do easy modifications without looking to much at the code![]()
I guess you misinterpreted what I meant
@offbyone
having the design functionality would be aweasome!
So people could do easy modifications without looking to much at the code![]()
This feature already exists, inside SkinHelperPlugin there is a "ReloadSkin" action, which maps following shortcuts:But we would need a way for the rendering engine to quickly reload when the user changes something in the xml.
public static readonly Key RELOAD_SCREEN_KEY = Key.F3;
public static readonly Key RELOAD_THEME_KEY = Key.F4;