Files
openide/java/java-impl/resources/intentionDescriptions/CopyConcatenatedStringToClipboardIntention/description.html
Leonid Shalupov 40795fe787 IJI-2422: community/java: move resources under resources root
GitOrigin-RevId: 8b2b63fc6db476ca0c2cfe5cadd84db6c4236d0f
2025-02-05 04:43:28 +00:00

8 lines
273 B
HTML

<html>
<body>
Copies the text of a <code>String</code> concatenation
to the system clipboard. This can be useful, for example, when you have a multi-line SQL query in
your code split into concatenated lines that you need to copy to an external application.
</body>
</html>