Large text areas should be doable if there's a way to wrap a text edit control.
Manual resizing of the window instead, maybe?
Mouseover hints can be done so long as there's some mouse-over trigger or something.
I want to add separators, for sure.
Custom buttons sound like a good idea, although this actually makes me consider more things as well, e.g. live updates of specific variables, just more things to interface with.
Prefs can be added dynamically very easily just be running the
registerBlocklandPref function at any point, I just need to add a function to send a signal to clients when that happens. The current GUI is
too dynamic right now as it fetches everything every time a category is clicked. This is
technically already there, but I'm going to rewrite how it creates rows/etc.
I'd like/am coding the system to be designed to allow for custom clients as well. (I can see Blockland Glass potentially making their own)
Yeah, this is what I meant. Sorry, I typed all that on my phone in the airport, it wasn't very concise.
ah that's fine