Skip to content

Missing support for multi-line string text blocks #371

@processing-bot

Description

@processing-bot

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions