Could you add support for suffixes as well as prefixes? I call all my TMenuItems "XxxItem", so the corresponding TAction should be "XxxAction", not "actXxxItem".
Make it a list of supported suffixes (Item,MenuItem) and a new Suffix (Action)
summary: Suffix handling in addition to Prefix handline --> Suffix handling in addition to Prefix handling in Menu Items to Actions
Description has changed:
Diff:
--- old+++ new@@ -1,3 +1,3 @@Could you add support for suffixes as well as prefixes? I call all my TMenuItems "XxxItem", so the corresponding TAction should be "XxxAction", not "actXxxItem".
-Make is a list of supported suffixes (Item,MenuItem) and a new Suffix (Action)+Make it a list of supported suffixes (Item,MenuItem) and a new Suffix (Action)
assigned_to: Thomas Mueller
Group: -->
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Diff:
implemented in revisions #5528 and #5529
Please test and file a bug report if something does not work.