Email or username:

Password:

Forgot your password?
Top-level
Devil Lu Linvega

Yesterday, I was going on about how I wanted this round-about way of having quick access to definitions without scrolling, sort of like an IDE.

Talking about it gave me the motivation to stop procrastinating on this and just implement the darn thing. Left is now able to locate symbol definitions and its methods and members, and draw them inline.

8 comments
[DATA EXPUNGED]
Devil Lu Linvega

:cooldog: Improved Left further, by adding different looks for routines, buffers and methods. This is getting pretty comfy.

I've allocated myself about 100 bytes of implementation space for this whole set of features, and I still have a few bytes left to do things with..

efelbar

@neauoire every time you talk about uxn and all the cool things you're doing with it I sometimes forget just how absurdly small the programs are - 100 bytes seems tiny!

Devil Lu Linvega

@flbr the editor, including the font, is 11.8kb, it's fun to see the code and assembled data side-by-side to see how small it really is:

WimⓂ️

@neauoire Is there a way to do the mouse actions without a mouse?

Go Up