livecode-ide
livecode-ide copied to clipboard
LiveCode cross-platform development environment (IDE)
In the revCore.8.livecode stack, the functions ideCoreCardOfcontrol() and ideCoreParentOfControl() have the same contents. My guess is that ideCoreParentOfControl() is intended to return the actual parent of the given object, and...
This PR (https://github.com/livecode/livecode-ide/pull/670) shouldn't be necessary - perhaps something that's changed in the frame behavior has caused it.
This might not be bug, in which case the mention of it should be removed from the Geometry Manager Section of the LiveCode Script guide.
On Windows. If you open a large script, eg revidelibrary, resizing the script editor is slow and does not live resize. It's fine for smaller scripts.
It might be good if the labels were in-editor like for the checkbox editor. That would also help distinguish the color editor from the pattern one.
See https://github.com/livecode/livecode-ide/pull/854
See https://github.com/livecode/livecode-ide/pull/594
In LiveCode 8, there are two command-line tools that are useful to have in the system `$PATH`: **lc-run** and (especially) **lc-compile**. It would be really nice to have a "File→Install...
I should be able to re-work the data grid editor to be much better after this.