Open more than one Code Editor Window?

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
erikhans08
Posts: 87
Joined: Wed Mar 25, 2015 2:01 am

Open more than one Code Editor Window?

Post by erikhans08 » Mon May 11, 2015 4:22 am

The Code Editor and Property Inspector functionality is provided by two stacks,
revTemplateScriptEditor and revTemplatePalette. These stacks are cloned each time you
open a new Script Editor or Inspector. To make permanent changes you need to apply the
changes to these stacks and save them.
====
Is there a workaround to open more than one Code Editor Window at a time?
TIA

Erik Hansen

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7403
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Open more than one Code Editor Window?

Post by jacque » Mon May 11, 2015 5:30 am

If you have two or more tabs in the editor you can right right click on a tab to move it to a new window.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

Post Reply