I’m having trouble finding this one, so I figured I’d ask and hopefully save myself some time. Text blocks in Java look like this:
Notice the left border of the text block showing which portions of the literal are padding and which are contents, and more importantly, notice that in the blank lines, I’ve removed all whitespace, yet the left border is still present.
What’s drawing that? I’d like to do the same in my plugin, but I’m having trouble figuring out the EP/API. Does anyone know? Thanks in advance for any tips!
