jdaugherty opened a new issue, #64:
URL: https://github.com/apache/grails-intellij-plugin/issues/64

   Currently, the intention called from a groovy tag body splits enclosing html 
tag. It is confusing and leads to uncompilable code.
   Before:
   ```
   <div>
       <g:textArea name="some">
       Some text<caret>
       </g:textArea>
   </div>
   ```
   After:
   ```
   <div>
       <g:textArea name="some">
           Some text</div><div>
       </g:textArea>
   </div>
   ```
   
   ---
   
   *Imported from [IDEA-54208](https://youtrack.jetbrains.com/issue/IDEA-54208) 
· Type: Feature · Votes: 0*
   *Comments, attachments, dates and reporter are not part of the export — 
follow the link above for the full history.*
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to