Yeah I copied default.rui, renamed it and Im editing that new default.rui with text editor. Using ‘workspace editor’ is slow, editing .rui file with text editor is much faster.
I managed to strip all the tags from default.rui using regural expressions and make a nice html table that gives me macros name, and macro id that is referenced in toolbar / menu item.
As I get this, macros are used to create action for toolbar button / menu. Then you just create a tag for toolbar button and link it to macro, and macro has defined script it runs, bitmap it shows, description text etc. Its a good system, its just not organized. I found a macro that runs no script so its useless, Animation Tools I think.
Will make python script that takes default.rui, extracts macros and lists them in a table with all the fields like macro name, macro id, bitmap used, description texts etc. And also will make the same thing for bitmaps so that it lists all images used with id next to it.
Then I will go from there and just sort those macros and link them with toolbars, using reference linked in previous posts.