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

Key: GRVY-1691
Type: Cosmetics Cosmetics
Status: Open Open
Priority: Major Major
Assignee: Peter Gromov
Reporter: Ingo Kegel
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Groovy

Add possibility to disable warnings and errors in GSP editor

Created: 14 Aug 08 12:33   Updated: 13 Nov 08 16:37
Component/s: Grails editor support
Affects Version/s: jetgroovy 1.6
Fix Version/s: None

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


 Description  « Hide
Many errors and warnings in the GSP editors are related to dynamic HTML generation. For example, the fragment

<label for="name">Name: </label>
<g:textField name="name"/>

will show an "invalid ID reference" error in the editor, even though an id="name" attribute is automatically generated by g:textField.

There should be a way to switch off these errors (and other warnings). I would suggest to add an entry to the intention menu that adds a special GSP comment right before the offending element.



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