BBEdit language module for xtalk

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
beix
Posts: 18
Joined: Wed Dec 17, 2008 7:27 am

BBEdit language module for xtalk

Post by beix » Wed Dec 17, 2008 7:34 am

http://hot.com.my/?p=394

If you use BBEdit on Mac OS X, coding in xTalk, read on.

--

trevordevore
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1005
Joined: Sat Apr 08, 2006 3:06 pm
Contact:

Post by trevordevore » Wed Dec 17, 2008 6:34 pm

Hi,

I read your blog post and you mention that my language module is broken on 8.7.2. I'm using the language module with BBEdit 8.7.2 on OS 10.5 Intel without any problems myself. Is the module not being recognized in your install of BBEdit?
Trevor DeVore
ScreenSteps - https://www.screensteps.com

LiveCode Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode
LiveCode Builder Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode-builder

beix
Posts: 18
Joined: Wed Dec 17, 2008 7:27 am

Post by beix » Thu Dec 18, 2008 8:42 am

I am on BBEdit 8.7.2 too, OS X 10.5.4 Intel.
The module did not show up after I've installed it, and hence the hack ;)

I should've given more credit to your module as I've "borrowed" a chunk of keywords from your Info.plist file.

--

trevordevore
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1005
Joined: Sat Apr 08, 2006 3:06 pm
Contact:

Post by trevordevore » Fri Dec 19, 2008 5:58 am

I just checked the download from the website and it was failing for me when I installed it as well. I think it may have to do with how it was compressed. Using the OS X ZIP compressor seems to strip a necessary resource. I compressed with PathFinder and it now works.

I took the opportunity to fix a parsing bug for situations where "[" appears right after a getProp/setProp and for instances of \" in a 'format' string. If you are interested you can grab the new version at my site.
Trevor DeVore
ScreenSteps - https://www.screensteps.com

LiveCode Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode
LiveCode Builder Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode-builder

beix
Posts: 18
Joined: Wed Dec 17, 2008 7:27 am

Post by beix » Fri Dec 19, 2008 11:12 am

Working now. Thanks!

Post Reply