You are browsing as a guest. Sign up (or log in) to start making projects!

Open comments for this post

1h 16m 23s logged

PolishingSeason

ran out of new features so I did what every developer does at this point —
stared at the editor until things started bothering me 🤣.

I refined the design and made it more colorful. then I noticed that scrolling
was never truly implemented. scroll_offset existed, was passed around, just
never actually updated anywhere 💀

int scroll_offset = 0; // was never changed. ever.

scrolling should work now. I sure hope so.

then I took a look at the menu and decided to rewrite it completely because I
didn’t like how you interacted with it. the new version has proper feedback
when saving or changing the filename and a quick confirmation if you really
want to quit or stay.

feel free to test it in the new pre-release:
github.com/MrLuki2727/OwnLanguage/releases/tag/v1.1

1
22

Comments 0

No comments yet. Be the first!