homberghp commented on issue #8619: URL: https://github.com/apache/netbeans/issues/8619#issuecomment-3023070899
Assuming you are using Java as a programming language, you might want to use text blocks and turn on `View->Show Indent Guidelines`. Then you can align your text to these guidelines and you can observe that tabbing works the same inside and outside text variables. The indent guides are only shown before the first non-space character. Note that with text blocks, the white space inside the string is determined by the minimal indentation inside the block. See https://docs.oracle.com/en/java/javase/18/text-blocks/index.html  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists