Copying scripts to text file

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

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

Re: Copying scripts to text file

Post by jacque » Wed Dec 30, 2020 6:19 pm

If you don't want to use git, you can just open the two versions of the text files in BBEdit and choose the menu item that compares the two frontmost windows. That's usually what I do because I can get around in git if I have to but I'm not comfortable there. BBEdit gives you a nice double page view with changes both highlighted and listed at the bottom. It's easy to see where the differences are.

BBEdit is a Mac app but maybe there's something similar for other OSs.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

stam
Posts: 3072
Joined: Sun Jun 04, 2006 9:39 pm

Re: Copying scripts to text file

Post by stam » Thu Dec 31, 2020 2:30 pm

I personally prefer Atom for this - it's multi-platform and has both syntax colouring for LiveCode but also syntax checking and highlights errors much like the IDE does...

marksmithhfx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 931
Joined: Thu Nov 13, 2008 6:48 am

Re: Copying scripts to text file

Post by marksmithhfx » Fri Jan 01, 2021 9:57 pm

kdjanz wrote:
Wed Dec 30, 2020 3:20 am
Do try! You literally have nothing to lose!

Kelly
Thanks Kelly, I most certainly will.

Mark
macOS 12.6.5 (Monterey), Xcode 14.2, LC 10.0.0, iOS 15.6.1
Targets: Mac, iOS

marksmithhfx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 931
Joined: Thu Nov 13, 2008 6:48 am

Re: Copying scripts to text file

Post by marksmithhfx » Sat Jan 09, 2021 1:44 pm

FourthWorld wrote:
Tue Dec 29, 2020 5:18 pm
So at the moment I'm drafting the UI for this, a way to drop two different versions of a stack file into the window and review a list of property and script diffs, applying them selectively as one sees fit.

Progress has been slowed by client project needs, but work continues in the late hours as time permits.

I'll post more once it's ready for external testing...
Sounds great Richard, and exactly what I am looking for. Wishing you good luck on the progress.

Mark
macOS 12.6.5 (Monterey), Xcode 14.2, LC 10.0.0, iOS 15.6.1
Targets: Mac, iOS

Post Reply