Jaremy Creechley
Jaremy Creechley
That does look cleaner! A PR would be great so I could review it a bit more.
> Coming up soon. Trying to make sure everything still works. 😅 Any tests you wanna add in that pursuit would be awesome! ;) There should already be some tests...
> I'm thinking an enum named Orient, leading to either `Orient.Left / Orient.Start / Orient.NextWord` or `o_Left / o_Start / o_NextWord` (embrace the power of the dark_side) 😸 . Enum...
Oh the QT one makes sense, `MoveOperation` makes more sense than `Orient`. Though I don't care too much as Orient could be be seen as an "adverb" to a `move`...
> Would like to port it to Figuro. Is Figuro currently up to the task of something like this? I think it is! Aside from lack of documentation and minor...
Note the CSS will be unstable until I get the new file monitor stuff merged, but I blanked out the themes.css for now. You can try it out but note...
> the other is the statusbar Actually not sure about the status bar. It's something I'd like to add though.
I re-added `setTitle` in `apis.nim` which lets you set the windows title.
Nice, glad you're able to get that far! One note, you can use `100'pp` to get a "percent of parent" width or height. Main shouldn't need a `box` as nodes...
Made a new release v0.11.0 that provides APIs in Input to answer your questions. See [tinput.nim](https://github.com/elcritch/figuro/blob/main/tests/tinput.nim): ```nim Input.new "input": box node, 10'ux, 10'ux, 400'ux, 100'ux align node, Middle justify node,...