Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Thanks, it is actually handy this., but what would be good (for my usecase ;) so feel free to ignore) is that it would track the active equation/formula based on cursor 
So if you have 
3+5

4+7

in the input now it will always show 11, but what if you put your cursor on 3+5 it would show 8?
Another option but maybe more cumbersome would be to have different input tabs.

Really cool tool already, wonder what you will add in future releases.

That's an interesting idea! 
Another option others have suggested is "ghost" results written next to each line, which shows "what would be printed if this was the last line" (which is a little bit different from "what would this line in isolation print", since that doesn't take into account prior line's definitions etc)

(1 edit)

Yeah that ghost thing would also fix "my" usecase of just doing random math equations that are not related to each other at all, which I now just put at the bottom and shuffle around when needed.

In some other editors they work with execute what is selected. This way you can select multiple lines if you need predecessor evaluations

Good to know, thanks!

I 2nd this, it would be awesome with a 'ghost' result next to each line :) Great tool nonetheless, already using it a bunch. Thanks!