Implement @component tag (normally auto-detected).
Instead of checking for cls.inherits_from("Ext.Component") when generating class icons, we can simply check if the class has the component tag. Process::Components takes care of auto-detecting components, so one rarely needs to actually use @component tag.
Loading
Please register or sign in to comment