This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 100576 - Paste as String constant
Summary: Paste as String constant
Status: RESOLVED DUPLICATE of bug 201130
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-11 09:46 UTC by Tim Lebedkov
Modified: 2012-11-19 18:11 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Lebedkov 2007-04-11 09:46:29 UTC
It would be nice to be able to paste a multiline text as Java String constant.

For example to paste:

function a() {
    return 2+2;
}

as

"function a() {\n" +
"    return 2+2;\n" +
"}"
Comment 1 markiewb 2012-11-19 18:11:04 UTC

*** This bug has been marked as a duplicate of bug 201130 ***