Gavin Lambert
Gavin Lambert
Yeah, sorry, I should have been clearer about that. The only event that is currently wired up is `onclick`. `oninput` wouldn't work anyway since that's only really intended for text...
I kinda deliberately didn't make a PR for this (yet) since I'm not entirely sure what the intended solution might be. There are a number of possibilities each with different...
At least in the current version, it has `OnHidden`, which does work.
Laziness is one of the biggest defects of `future`, and why I've never found them useful in any real program.
I can partially solve the third problem by moving the `DragDrop` properties to the `Header` of the `TabItem` rather than on the `TabItem` itself -- ie. the second `TabItem` becomes:...
Which way is better may also depend on how easy it is to integrate with Inform; the previous layout was nice in that you could just clone or export the...
The licensing status of all Inform extensions from the Public Library is given as [CC-BY](http://inform7.com/book/WI_27_1.html). While this repository isn't curated to the extent that used to be (and has a...
I don't think GitHub directly recognises CC-BY licenses like it does some of the others (to show the license name directly) since it has software-only blinders on. But this will...
The command-replacement functionality in Glulx Entry Points is broken. Use [this extension](https://github.com/i7/extensions/blob/master/Gavin%20Lambert/Inline%20Hyperlinks.i7x) instead.
A similar problem is that if you link a `CancelCommand` to an `AsyncCommand`, because the former suppresses the `OperationCanceledException` it results in `AsyncCommand.Execution.IsCanceled` never becoming true. Removing the exception swallowing...