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

Key: IDEADEV-16814
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Maxim Shafirov
Reporter: Igor Karpov
Votes: 0
Watchers: 0
Operations

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

Code formatting should insert <p> tags more intelligently

Created: 17 Apr 07 19:30   Updated: 10 May 07 17:32
Component/s: Code Formatting and Code Style
Fix Version/s: None

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

Build: 6,148


 Description  « Hide
Supposedly there is javadoc like

/**
text text

<p>text text
*/

If an option "insert <p/> for blank lines" is on, IDEA would add <p/>:

/**
text text
<p/>
<p>text text
*/

if a first line after break already starts with <p>, inserting <p/> is unnecessary



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