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 255980 - HTML entities conversion feature
Summary: HTML entities conversion feature
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Formatting & Indentation (show other bugs)
Version: 8.0.2
Hardware: PC Windows 8.1
: P1 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-17 10:20 UTC by pepebeans
Modified: 2015-10-17 10:20 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
screenshot of this feature (36.20 KB, image/jpeg)
2015-10-17 10:20 UTC, pepebeans
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pepebeans 2015-10-17 10:20:54 UTC
Created attachment 156765 [details]
screenshot of this feature

Hi,
It would be a very nice feature for both PHP and HTML files, to have an optional HLTML entity converion option.
I have seen this feature in "Coda 2" editor.
It is very simple, yet very powerful in terms of speeding your code completion.
It goes like this.
One example.

You type: "Español" and select the text with doble click or simply drag your mouse pointer along the word of your choice.
Once you select your text. Do a right click on the text and you get an option called "Process > Encode entities" and it is atomatically converted to:

"Español"

So, you can selet an entire phrase, but this feature will only take care of the chararcters that need to be processed in order to be correctly interpreted by the browser.

I want to stress, this feature, would be very useful for BOTH, php and html projects.

See attachment.

Thanks.