Hi,
was wondering how others are quickly creating webui related identifiers when working on a project. At the moment, I find myself every time searching “aimms widget actions” on google when I have a new project and want to add a widget action to any of the widgets because I can’t remember which indices are used and what order they are in….
I came up with generating my own Util library that I add to all projects. This util library consists of a couple of procedures that use model editing to achieve some things I often do (i.e. when creating a set, also create 3 indices derived from the name of the set)
Furthermore, in the library I have now added a section with Webui template identifiers that I can easily copy into my main project:

Was just wondering, whether other people have other approaches that work even better / more efficient?