Joseph Humfrey

Results 85 comments of Joseph Humfrey

External functions aren't a good idea in this situation since they're called in the middle of the ink running, which would be dangerous and probably wouldn't work. The best way...

Good point! Also, if you're opening a file that's an include of a project that's currently open, it could simply switch to it.

Oh dear. Well, I started upgrading in the the branch [electron8](https://github.com/inkle/inky/tree/electron8). Tracker for issues: - [x] Node integration is now disabled by default in the renderer process. I have now...

Hey! Yeah, there have actually been a few discussions on this topic, for example #89. The summary is: we don't currently have an "official" tried and tested solution since we've...

Hmmm, the multi-line string option wouldn't work, since ink string literals are actually embedded/nested ink themselves! As in, you can do `~ myVaryingThing = "hello {world|New York}!"`. You cooooould maybe...

It's unlikely that I'd have time to look at this, but if anyone's interested, take a look at the [ace editor documentation](https://ace.c9.io/#nav=higlighter) (search for "Code Folding"), and see if you...

But after a quick look at Ace's folding implementation, it seems that it relies on a "stop marker" (e.g. for code that uses brackets like `{` and `}`). Unfortunately we...

Hrm. Not at my computer so I can't double check, but theoretically that should be it! So, not sure I'm afraid... On Sat, 30 Jul 2016 at 16:19, Miguel Angel...

I was imagining that you could use knot and stitch declarations as the top level code fold markers, and then use the number of bullets in a choice or gather...

Yeah, it’s just that the new author approach is very slightly better!