In the method: Generate_Color_Flow_Smart_Filter() you change the custom filter file and then ask the user to restart.
If you run the following lines, you the sidebar in all open documents should reload and no restart is needed.
GSGlyphsInfo.sharedManager().reloadCustomFilterGroup()
NSNotificationCenter.defaultCenter().postNotificationName_object_("GSGlyphGroupsHaveChanged", None)
In the method:
Generate_Color_Flow_Smart_Filter()you change the custom filter file and then ask the user to restart.If you run the following lines, you the sidebar in all open documents should reload and no restart is needed.