orbitalquark

Results 98 comments of orbitalquark
trafficstars

You'll want to turn off `io.ensure_final_newline` (https://orbitalquark.github.io/textadept/api.html#io.ensure_final_newline)

This is expected behavior. I do not commit HTML documentation to the repository (thus reflected in the source archive you linked to), only the markdown files. GitHub automatically generates HTML...

That is a fine suggestion, but I'm not familiar enough with CMake to add a non-required target that generates HTML documentation. That is, I don't want the documentation generated as...

That's a good idea. I hadn't thought of that. I'll look into it. Thanks!

I've committed a [change][1] that allows you to run `cmake -D GENERATE_HTML=1` followed by `cmake --build --target html` to build HTML documentation in the *docs/* directory. As mentioned in the...

Kudos to you for spending the time trying to decipher that fold function. It's difficult for me to follow in places... Before I consider adding this event, I need to...

Thanks for writing. I will read, digest, and respond when I have some time. Thanks for your patience!

Sorry for the delayed response, and thanks for your very well thought out, and well-articulated description of events. I believe this is precisely the reason why Scintilla allows lexers to...