The only functional way I’ve detected in IDA 9.4 Pro for creating enums and bitfields is the programmatic one. Are there any methods to create an enumeration or bit field manually? Are the old menus removed or disabled per default?
I might be misunderstanding you but if you go into the “local types” (Shift + F1) and right click (or press insert) you get the dialog to create structs and enums (both manually and by writing C/C++ style code)
You have understood me perfectly well, thank you. Some times ago this was shift-F10, then it stopped working and moved to EDIT, then this was disappeared at all. The current documentation mentions the SDK-based method only, which works (differently as documented) but is not really handy. Your answer is what I was looking for, thank you!