Peter TB Brett
Peter TB Brett
It would be really useful to have a basic logging API in the LCB stdlib. The basic syntax could be something like: ``` log message "foo" -- Log at "info"...
This pull request is for continued work on encoding/decoding support for Builder, based on @livecodeali's progress in #1652. In particular, I have: - Added support for multi-byte replacements when encoding...
This branch has four main parts: 1. e01edf2, 49736d0, 3cf5f8e, 17326ea: These add a UUID field and accessors to `MCObject`, and some convenience functions for working with UUIDs and altids....
There's a need in Builder to be able to define operations that are specialized by type. Traits allow methods to be "added on" to other types and allow in turn...
When using lc-run on Windows, there's the problem of correctly converting a command argument string that should be a filename into a correct LiveCode-style file path, so that it can...
Initial draft of specification for revised LiveCode Builder signal and event subsystem. [Rendered version](https://github.com/peter-b/livecode/blob/feature/lcb-signals-and-events/docs/specs/lcb-signals-and-events.md) **Unresolved issues:** - [x] What happens when an event handler blocks/waits in the "dispatch" phase (possibly...
Add a new syntax for LCB `repeat` loops that allows looping over values generated by an arbitrary LCB function. The main current shortcoming is that it is not possible to...