0

So I have this base64 formatted image and i keep it in a string, but seems the editor keeps breaking the line when the string is too long. It's annoying for me because the base64 almost filled most lines in the editor.

I have unchecked Soft Wrap in Settings > Editor > General, unchecked Ensure right margins is not exceeded, changing maximum soft wrap lines but none of them works. I have looked every single question and none of the answers worked for me.

So this is what I'm having right now

String base64string = "iVBORw0KGgoAAAANSUhEUgAAALUAA
AC1CAYAAAAZU76pAAAABmJLR0QA/wD/AP..."

I'm expecting to have this

String base64string = "iVBORw0KGgoAAAANSUhEUgAAALUAAAC1CAYAAAAZU76pAAAABmJLR0QA/wD/AP..."

0 Answers0