Ivan Grigorov
Ivan Grigorov
Have you tried explicitly allowing the internal Java packages, used by Better Strings (see my answer in #22)? I think that `--illegal-access=permit` is deprecated in Java 17.
I was eventually able to use better-strings under Java 16+. The problem was not in the combination with other APTs, but with the imposed restrictions on using Java core libraries...
I'm reproducing this on Windows 10 21H2 too. I suspect that this may be happening a) after hibernating or b) after switching from 2-display configuration to one or vice versa......
I also have problem with this feature - when I search for something on a page (using FAYT, if this matters), the highlights are shown normally. Then if I close...
Yes, this is it :) I could not figure out what would be the meaning of the F3 option without removing the highlight first, but when I saw it in...
+1 - sorting the attributes adds a lot of difficulty when trying to diff the previous (unformatted) and the formatted version of an XML file. However, I'm not very optimistic...