On 01/05/2017 at 06:16, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R18
Platform: Windows ;
Language(s) : C++ ;
---------
Hi again,
Working on a plugin project consisting of multiple plugins (tools and commands) which I wanted to see listed in a particular order in the plugin menu. For this I used the "#$n" in the stringtable, with increasing values for n, according to the requested sorting.
I then assign multi key shortcuts to the different plugins, all sharing the same first key (example Q~S, Q~A, Q~D, ...) using the customize command.
The "#$n" is shown in front of the plugin string, in the multi-key popup window when I press "Q".
While in the menu, the "#$n" isn't shown.
Is there something I am missing in order to not show these "sorting" string portions in the multi-key popup window? Or is this a limitation/feature/bug?