Chris Hinsley

Results 118 comments of Chris Hinsley

I pushed a new version on the simple docs app. This now has dynamically loaded modules for each doc section type ! Which means it easy to add new handlers....

@FrankC01 has been working on a standard IPC and comms lib that is higher level than the basic message system! Check out the 'lib/ipc/' folder and Franks examples. This ties...

It is possible to save a string direct to a file using (save). So to save the edit buffer file out you could do. (save (apply cat text_buf) "path...") That...

Actually that save line would be: (save (join text_buf (ascii-char 10)) "path...") as you want to add the LF between each line, they are not stored in the text_buf.

Not strictly needing the EOF as such.

Worth mentioning here that we now have: (sys-pii-dirlist) function available. But I would use it sparely ! It's a bit of a stop gap till a 'real' filesystem shows up....

I’ll comment more soon on this list. Probably when I’m free over the weekend. But I’m definitely keen on some changes to the GUI to simplify things. New layouts and...

Push the simplification of window component to be just a resizable panel. Macros for stand window types will come soon.

I just push a load of changes! One of those was making the title bar just a flow, but I need to think on the drag issue. I think you...

None of the theamable properties are baked in at the VP level now. So you no longer need to rebuild etc just to change a colour or size default. And...