Page 1 of 1

Cannot edit plugin

Posted: Fri Aug 16, 2013 8:45 am
by MarcVanCauwenberghe
Hi,

I am trying to make a plugin. Have it running but I cannot edit the cards script any more. In the video lesson using a keybaord shortcut
you are able to change the name (delete rev prefix) and you should be able to change.
I changed the setting in the preference also to make this work.

But what is the shortcut?

Regards,
Marc

Re: Cannot edit plugin

Posted: Fri Aug 16, 2013 9:12 am
by Mark
Hi Marc,

DO this in the message box>

Code: Select all

toplevel "revName of Your Stack"
and you'll be able to open the properties inspector of your stack. If you still have issues with the stack, you can execute

set the name of this stack to "Name of Your Stack

Code: Select all

from the message box and all should be fine.
Another way that is useful to quickly change the mode of your stack is pressing Control-Shift-Alt while right-clicking in the stack window. A pop-up menu will appear, in which you can change the mode of the stack.

Kind regards,

Mark

Re: Cannot edit plugin

Posted: Fri Aug 16, 2013 9:49 am
by MarcVanCauwenberghe
Thank you Mark,

You learn something new every day :)

Best regards,
Marc