Project
IntelliJ IDEA
Priority
Normal
Type
Bug
Fix versions
No Fix versions
State
Fixed
Assignee
Maxim Mossienko
Subsystem
Code Formatting and Code Style
Affected versions
No Affected versions
Fixed in build
108.65  
  • Created by   Aleksey Kabanov
    2 years ago (08 Jun 2009 02:10)
  • Updated by   root
    2 years ago (17 Jan 2010 21:16)
  • Jira: IDEADEV-37627
    (history, comments)
 
IDEA-49285 Flex: Incorrect code format on the next line after the 'CDATA' statement in a mxml file.
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
Prerequisites:

Steps to reproduce:
1. Create new mxml file and add some imports to it;
2. Press 'Ctrl+Alt+L' and reformat the code.

Actual result:
The first import statement right after the 'CDATA' keyword has incorrect indent.

Expected result:
Code should be properly highlighted and all indents should be correct.

Environment: Windows XP SP3, 4 Gb RAM, JVM 1.6.03_b03

Issue was resolved
Comments (2)
 
History
 
Linked Issues (?)
 
Igor Uzhviev
  Igor Uzhviev
08 Jun 2009 15:13
2 years ago
Code navigation doesn't also work with the first incorrect formatted import. If between "<![CDATA[" line and the first import is free line, navigation works fine.
Maxim Mossienko
  Maxim Mossienko
08 Jun 2009 21:01
2 years ago
Code navigation issues seems to be same as IDEA-49237