I totally had this thought too when making it. The logic is super simple as-is, so I was scared if I went down the rabbit whole of trying to auto increment/decrement line numbers I might muddy things up. I'll see if add that functionality cleanly at some point (or if you'd like to feel free to take out a PR!) Thanks for the feedback!
Makes sense! I'll have to figure out a way to incorporate that because my current code structure is kind weird, but when I do I'll let you know! Feel free to sign up for the newsletter so I can notify you when that feature is ready! :D
Pretty interesting concept! I'd like to be able to add variables that are used throughout snippets, so changing designs doesn't require me to re-enter a lot of information.
I like the idea, but I want it to be embeddable and since I'll mostly be embedding this in some syntactically C-like language, I would like the scripting syntax to not look so out of place. I updated my previous post to say as much.
Agreed, it's not the most elegant code, but it's so short and simple I haven't bothered reorganizing the code yet. I probably will start adding features like re-bindable pause key, etc., and I will untangle the mess a bit at that time.
This is a great idea! I hadn't thought about it.
I'm currently fixing the major bugs and refactoring the code a bit, and when I finish that, I'll get to your idea, I find it really interesting.
I actually downloaded the code that was used for this off GitHub and tried it out. It is very simple, though I wish I could say I understood it better. I’d love to see a more robust implementation of it to be able to produce better looking results.
reply