Jelmer Snoeck

Results 12 comments of Jelmer Snoeck

I'm not entirely sure this is exactly the same. With justification you [space out](https://en.wikipedia.org/wiki/Typographic_alignment#Examples) the word blocks as well, which is not possible at all so far (or not that...

Digging into the code a bit more, seems like `MultiCell` does the justification already indeed, but this doesn't handle HTML tags. The issue mentioned might help towards solving that, but...

EDIT: Scratch this, I overlooked the `without any`. Could you take a screenshot of both examples? I've run the examples on `02db05c2c`, `04e0bd700` and `master` and they all look the...

Oh, I actually just noticed it. the "without any". Will have a look.

This is output from what SplitLines gives back as an array of bytes (converted to a string): ![SplitLines-strings](http://screenshots.siphoc.com/2015-10-11-19-59-30.png) It looks like the length varies here, and the combined words are...

No worries. I will have a look if there's a way around determining the length with HTML.

I've thought of two things for this. One is a simple (partial) solution, the other a bit more complex. 1) In HTMLBasic, we should only use WriteAligned for tags. There...

Ok cool. I will have a look at this throughout the week.

# Reload Daemon on pref update This proposal is the first draft in getting the daemon to refresh the preferences - and thus the config - when a user updates...

For review purposes, it might be easier if we split this up into multiple PRs. Where we do one PR to inject the client and set up the informers. The...