This Week In LiveCode 62
Welcome to This Week in LiveCode! This is a weekly summary of what’s been going on in the LiveCode open source project and community. Want something mentioned? Tweet @LiveCode or send us an e-mail.
Updates from the LiveCode open source community
News & blog posts
Interesting discussions
- Cloning a graphic object does not respect dimensions
- Tips for good HTML5 standalone performance
- Working with regular polygons
Updates in the LiveCode open source project
38 pull requests were merged since the last issue.
New LiveCode releases
Notable changes
- Create behaviors from script only stacks in behavior area of PI: It’s now much easier to create new behavior stacks or scriptify stack scripts
- Interpret
.
as an LCB namespace operator: When 2 LCB modules define a handler with the same name, you can now specify which one to use - Add
expect that _ because _
syntax to LCB: LCB gets some syntax for assertions - lc-compile: Fix namespace-related crash in some compilation modes: For such a small bug, this was extremely difficult to track down
- Ensure <Shift+Tab> reformats entire script
Bug of the week
When LiveCode gained general support for Unicode strings, many of the external APIs didn’t get updated to transparently support Unicode, including revXML.
The reporter of this bug provided an extremely effective and well-explained demonstration of some of the problems this causes.
Currently, strings passed to some revXML handlers, including
revXMLSetAttribute
, may need to be pre-encoded to UTF-8 using the
textEncode()
function.
Help needed!
Want to get involved in the LiveCode open source project but don’t know where to start? Try one of these:
- (Easy) Update & complete documentation for
the processor
- (Easy) Add a default script for scroll bars
- (Medium) Make guide outlines in the Dictionary expand/collapse with repeated clicks
- (Medium) Reduce whitespace in Dictionary
- (Hard) Allow Windows line endings in script-only stacks
- (Hard) Create a LiveCode Community build for Raspberry Pi
Contributors this week
Contribute!
This Week in LiveCode is openly developed on GitHub. If you find any errors in this issue, please file an issue or submit a pull request.