Sublime Fields Behavior

2022-02-26 Thread Jim Lambert via use-livecode
I whipped up this behavior just for fun after seeing Ali use SublimeText to 
edit code. 

https://livecodeshare.runrev.com/stack/1015/sublime-fields 


This behavior creates fields similar to the fields in the SublimeText Code 
Editor.

When 'sublimeField Behavior' is attached to a field a small image of the 
field's entire contents will be created and placed in a group to the right of 
the field.

As the field scrolls the smaller version will scroll in sync.

When the number of lines in the field change the small version is updated to 
match.

The size ratio of the small image to the field is determined by the 
kPercentShrink constant in the behavior script.

Public Domain  - Jim Lambert 2022


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Standalone build under Big Sur on M1 Airbook

2022-02-26 Thread Paul McClernan via use-livecode
Is Lipo is part of the Apple Command Line tools? I believe so, and that’s a
separate from XCode (I’ve usually install it via Terminal command).
It is used to strip out unwanted architectures (PPC,X86 32bit, etc.) from
binaries (it can unfatten ‘fat’ binaries)

On Tue, Feb 22, 2022 at 4:44 PM Mike Kerner via use-livecode <
use-livecode@lists.runrev.com> wrote:

> i'm not sure what an airbook is, but i'm using a 2021 m1max mbp
>
> On Tue, Feb 22, 2022 at 4:24 PM Mike Kerner 
> wrote:
>
> > i am not having any trouble building using 6.8.5 on osx 12.2.1
> >
> > On Tue, Feb 22, 2022 at 3:05 PM Paul Dupuis via use-livecode <
> > use-livecode@lists.runrev.com> wrote:
> >
> >> I was just building an app under Big Sur on a new M1 Airbook when during
> >> the build process with the build dialog showing "Copying files..." the
> >> macOS told me the command 'lipo' was not installed and did I want to
> >> download it.
> >>
> >> Has anyone else seen this?
> >>
> >> I mean I already get a whole pile of "Do you want to allow permission to
> >> ..." the Desktop, Documents, etc. etc.
> >>
> >> You would think the LC being code signed, entitled, notarized, stapled,
> >> etc. would mean the macOS would not ask me, but Apple is nuts with
> >> "security" these days.
> >>
> >>
> >>
> >> ___
> >> use-livecode mailing list
> >> use-livecode@lists.runrev.com
> >> Please visit this url to subscribe, unsubscribe and manage your
> >> subscription preferences:
> >> http://lists.runrev.com/mailman/listinfo/use-livecode
> >>
> >
> >
> > --
> > On the first day, God created the heavens and the Earth
> > On the second day, God created the oceans.
> > On the third day, God put the animals on hold for a few hours,
> >and did a little diving.
> > And God said, "This is good."
> >
>
>
> --
> On the first day, God created the heavens and the Earth
> On the second day, God created the oceans.
> On the third day, God put the animals on hold for a few hours,
>and did a little diving.
> And God said, "This is good."
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode