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 166667 - Pasting HTML code as text
Summary: Pasting HTML code as text
Status: RESOLVED DUPLICATE of bug 161493
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-06 12:13 UTC by testerro
Modified: 2013-01-02 12:09 UTC (History)
0 users

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 testerro 2009-06-06 12:13:14 UTC
There should be a way to paste HTML code into the Netbeans editor as text, ie. with automatic replacements of characters
like <, >, & and " to their corresponding HTML entities:

<i>"This is an example."</i>

->

&lt;i&gt;&quot;It is an example.&quot;&lt;/i&gt;

Having to do such conversions by hand is unfeasible for larger amounts of text and requires using an external editor for
larger amounts of text.
Comment 1 Marek Fukala 2013-01-02 12:09:28 UTC
I believe such usecase could be covered by some "convert to entities" action.

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