How to create Action Categories? - Forum

Forum Navigation
You need to log in to create posts and topics.

How to create Action Categories?

I'm trying to organize my plugin commands by category. I can't find any documentation on how to do this.

Is it something simple where we enter the Plug-In's actions?

nbAddAction( 3, 'SpinEditSetValue', 'Change the value of an existing spin edit control.',
    [ACTIONPARAM_ALPHA,ACTIONPARAM_NUMERIC], 2 );

Example of what I mean..

 

Uploaded files:
  • You need to login to have access to uploads.

https://visualneo.com/forum/topic/how-to-add-heading-in-the-action-list

luishp and Darbdenral have reacted to this post.
luishpDarbdenral

Hi @hpw,

Perfect..  I searched around and missed that.

That worked!

Thank you!