siggemannen
siggemannen
I took a look at the code that does the non-wrapping version in TokenImpl#getListOffset The problem is that it's using some sort of quadratic algo to calculate the width of...
I think i got the coverage up a bit, and merged the fixes from main, but now it seem to fail due to length of a class i haven't changed!...
I have implemented a very dirty version locally, and was not easy, but i'm not a great programmer swingwise either. The way i did was to implement a mouse listener...
Hi, i downloaded the master repo and wrote two tests that replaces a string. The only difference is that one test had one long line of text. In the second...
Yeah, it's tricky. My first idea was to actually perform a string replace separately and then do a setText(newString) once. It ain't pretty of course and i'm not sure it...
@JohnLCaron - When i debug this line: if (octet12 != 1) The value in octet12 was 2. Or at least that's how i remember it. 😄 I will take a...
I asked a colleague of mine that has access to oracle db and he could run this fine, so i'm guessing it's some kind of type: `create table t (...
Hi. Any progress on this nice PR? I might be interested to contribute some functions too