Cannot edit plugin

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
MarcVanCauwenberghe
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 142
Joined: Thu Feb 21, 2013 8:47 am

Cannot edit plugin

Post by MarcVanCauwenberghe » Fri Aug 16, 2013 8:45 am

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

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Cannot edit plugin

Post by Mark » Fri Aug 16, 2013 9:12 am

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
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

MarcVanCauwenberghe
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 142
Joined: Thu Feb 21, 2013 8:47 am

Re: Cannot edit plugin

Post by MarcVanCauwenberghe » Fri Aug 16, 2013 9:49 am

Thank you Mark,

You learn something new every day :)

Best regards,
Marc

Post Reply