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 205253 - HTML editor need a Source Code Formatter like PHP
Summary: HTML editor need a Source Code Formatter like PHP
Status: RESOLVED DUPLICATE of bug 144164
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 7.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-17 20:35 UTC by joao_neto
Modified: 2012-10-15 13:14 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 joao_neto 2011-11-17 20:35:39 UTC
Hello...

I'm writing a application and i need to edit some html files ( long time ago writed files ) and these files are badly indented...

HTML editor needs to be more configurable on Source Code Formatting ( CTRL +SHIFT + F feature ), like:

-- Add a space between tags (<span><a></a></span> to <span>\n\t<a></a>\n<span>)
-- Add a tool to change order of elements on a tag:

  <a href="" class="" id="" style=""> to <a id="" class="" style="" href=""> or other configurable way ( This is a good way to padronize source code development ).

A Formatter like PHP feature is a best way!

Thanks!
Comment 1 Marek Fukala 2012-10-15 13:14:23 UTC

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