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
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.