History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-31513
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Alexey Pegov
Reporter: Stephen Friedrich
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

New HTML files should be formatted according to settings

Created: 12 Sep 08 01:48   Updated: 20 Oct 08 20:25
Component/s: HTML.Editing
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 8,787
Fixed in build: 8,931


 Description  « Hide
When I let IDEA create a html file it looks like this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <title></title>
</head>
<body>

</body>
</html>

I have to explicitly invoke a reformat to make it conform to my code style settings:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/html4/loose.dtd">
<html>
    <head>
        <title></title>
    </head>
    <body>

    </body>
</html>

IDEA should automatically format according to the style settings.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.