How to Control LiveCode 5.5.5 IDE
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
How to Control LiveCode 5.5.5 IDE
Hi all,
Happy New Year.
After a long holiday I'm back and want to control the IDE a bit.
When I am editing the script in a button,
I want to click on another button and have the script editor automatically change to the script for the button I just clicked.
Is there a way to do this?
			
			
									
									Happy New Year.
After a long holiday I'm back and want to control the IDE a bit.
When I am editing the script in a button,
I want to click on another button and have the script editor automatically change to the script for the button I just clicked.
Is there a way to do this?
Thanks to RunRev.
Thanks to LiveCode forum members.
LiveCode v5.5.5 - iOS Android Mac Windows - 6.5 Community
27" 2012 iMac i5, MacBook Pro, MacBook Air, iPhone 5, iPhone 4
xCode 5.0.2 - iOS7 - OS X Mavericks
Paid Apple iOS Developer Program Member
						Thanks to LiveCode forum members.
LiveCode v5.5.5 - iOS Android Mac Windows - 6.5 Community
27" 2012 iMac i5, MacBook Pro, MacBook Air, iPhone 5, iPhone 4
xCode 5.0.2 - iOS7 - OS X Mavericks
Paid Apple iOS Developer Program Member
Re: How to Control LiveCode 5.5.5 IDE
Hi,
Not sure how you will integrate this into your scripts, but would placing this into each button script do?
Craig Newman
			
			
									
									
						Not sure how you will integrate this into your scripts, but would placing this into each button script do?
Code: Select all
on mouseUp
   edit the script of me
end mouseUp
or
on mouseUp
   edit the script of me
   breakpoint
   beep 3 -- or your other stuff
end mouseUpRe: How to Control LiveCode 5.5.5 IDE
Hi LC4iOS,
and that is asking for trouble 
 
Best
Klaus
			
			
									
									
						not without some ugly hacks deep in the Rev IDE scriptsLC4iOS wrote:Is there a way to do this?
and that is asking for trouble
 
 Best
Klaus
Re: How to Control LiveCode 5.5.5 IDE
OK thanks for the help.
I'm over it now.
Would have been nice.
			
			
									
									I'm over it now.
Would have been nice.
Thanks to RunRev.
Thanks to LiveCode forum members.
LiveCode v5.5.5 - iOS Android Mac Windows - 6.5 Community
27" 2012 iMac i5, MacBook Pro, MacBook Air, iPhone 5, iPhone 4
xCode 5.0.2 - iOS7 - OS X Mavericks
Paid Apple iOS Developer Program Member
						Thanks to LiveCode forum members.
LiveCode v5.5.5 - iOS Android Mac Windows - 6.5 Community
27" 2012 iMac i5, MacBook Pro, MacBook Air, iPhone 5, iPhone 4
xCode 5.0.2 - iOS7 - OS X Mavericks
Paid Apple iOS Developer Program Member
Re: How to Control LiveCode 5.5.5 IDE
If you hold down the option and command keys when you click the button, its script will open.  Use control - alt on Windows.
			
			
									
									Jacqueline Landman Gay         |     jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
						HyperActive Software | http://www.hyperactivesw.com
Re: How to Control LiveCode 5.5.5 IDE
He actually wants a behavior like the (unlocked) property palette for the script editor:
Click another object and the currently open script window changes dynamcially
to display the script of the newly selected object.
At least that is how I understood the initial posting
			
			
									
									
						Click another object and the currently open script window changes dynamcially
to display the script of the newly selected object.
At least that is how I understood the initial posting

Re: How to Control LiveCode 5.5.5 IDE
Ah. Okay. Well you're right Klaus, that would be a big job. I've always been happy with just getting a new tabbed script, so I guess we adjust.
			
			
									
									Jacqueline Landman Gay         |     jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
						HyperActive Software | http://www.hyperactivesw.com
