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

   I have GSP file with Grails Tags and Intellij 2017.3 prevents me from 
editing sometimes. So within the tag i cannot add line breaks, I can add 
attributes, change them but i cannot add a new line break.
   This is frustrating and annoying since i cannot clean up larger tags
   
       <g:select class="select2" id="specialty" name="specialty"
                 from="${Specialty.list()}"
                 value="${specialty*.id:''}"
                 optionKey="id"
                 multiple="true"
                 required="required"/>
   
   ---
   
   *Imported from 
[IDEA-183618](https://youtrack.jetbrains.com/issue/IDEA-183618) · Type: Bug · 
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