Closed
Description
Created by: scudly
Java versions 15+ support multi-line strings in the form of text blocks delineated by three double-quotes:
String foo = """
some text
some more text
""";
The linux 4b3 install includes openjdk 17.0.1 2021-10-19, but the above code still generates a syntax error in the IDE.
Text blocks would be a very convenient way to include small shaders without having to resort to a separate external editor, though, granted, they won't have any syntax highlighting or automated formatting.