James Johnson
James Johnson
@aberba I don't really know to be honest. I just know there is some implementation in core/css.d and core/cssparser.d and they just have a unittest. It will be easier to...
Hello, I have been implementing this for dlangui. Preview in dlangide:  I'm pretty amateur I don't know how much progress has been made on this, but it's kind of...
@and3md yes, it's possible there are still certain problems with it. The problems with the horizontal scrollbars may need to manually be set for the program at the moment. As...
@and3md Is it working good if you only have a few wrapped lines or if you enable word wrapping for the ircclient, dlangide etc?
@and3md Ok, I've started making some small changes
It is already. I think it's just not obvious how to use it. There's a ResizerWidget that resizes the two widgets on the sides of it. But the easier thing...
@drug007 I could be wrong but I think ListWidgets are more meant for use with text. You could also try extending VerticalLayout for your custom widget.
I don't know how expensive this would be or as good for data hiding but you could simply generate id's for the pieces of data and then associate each of...
Here's some (incomplete) code just to show what I'm trying to get at: class DataHolder { Data[] heldData; Data getDataById(int id) { foreach (curData; Data) { if (curData.id == id)...
Possible fix here #537