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

Key: IDEA-15834
Type: Usability Problem Usability Problem
Status: Open Open
Assignee: Maxim Shafirov
Reporter: t800t8
Votes: 0
Watchers: 0
Operations

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

Formating XML code moves the cursor to next line

Created: 18 Oct 07 05:37   Updated: 18 Oct 07 15:35
Component/s: Code Formatting and Code Style

Build: 7,361


 Description  « Hide
Before formating
<bean id="localContainerEntityManagerFactory"
        class="org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean">
        |
        </bean>

After formating

<bean id="localContainerEntityManagerFactory"
          class="org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean">

|    </bean>

Note: "|" is the place the cursor is located.

Sorry, 'cause of JIRA's problem so I cannot indent <bean> tag. The formating function works well, the only problem is the cursor was moved to next line.



 All   Comments   Work Log   Change History      Sort Order:
Maxim Mossienko - 18 Oct 07 15:35
I see this problem with Java code too so I believe this is editor caret position updater issue