Hi I was wondering if there is a smart way of finding usage of UI resources modules. For example, I have FontAwesome module https://marketplace.mendix.com/link/component/119189/Mariusvanderknaap/FontAwesome-for-Mendix which is used extensively across the app. Now I want to replace it, but I need to find all the spots where its classes are used - in widgets custom class property or in style documents in other modules. Any hints on how to find the usages without manually going through all potential widgets and style files?
asked
Jakub Cyganek
1 answers
0
I am also missing some searching methods in Studio. Sometimes it is possible to duplicate the project, delete the unwanted part like the module and just see what errors pop up and what stopped working. It is a rough method, yes. but sometimes it quickly points to the places we are searching for.