thymeleaf-extras-eclipse-plugin icon indicating copy to clipboard operation
thymeleaf-extras-eclipse-plugin copied to clipboard

Thymeleaf integration plugin for the Eclipse IDE

Results 54 thymeleaf-extras-eclipse-plugin issues
Sort by recently updated
recently updated
newest added

i install success and right click project thymeleaf>Add thymeleaf Nature complet, but editor html file input "th" not any prompt, Do I still need to configure something? thanks

Hi! As a continuation of the #48, I can propose another improvement regarding the restriction feature. Still in the [Dandelion-Datatables](http://dandelion.github.io/datatables) dialect, it can happen that an attribute has no reason...

enhancement
contrib:open

![Thymeleaf Explorer](https://f.cloud.github.com/assets/1483538/120952/9367a49e-6d57-11e2-891b-4e642eeb2838.png) It would be great to have some kind of "Thymeleaf Explorer" view in Eclipse. This could be a separate view and/or node in the existing Eclipse project explorer....

enhancement
contrib:open

The schema that this plugin relies on, and which we share on a public URL for other dialects to make use of, is hosted inside this project. This project, however,...

question

An addition to the schema, so that we can discourage the use of old processors in newer versions. There are a lot of processors going away in 3.1, marked as...

enhancement

Hi @ultraq, I was wondering how to properly configure Eclipse to avoid those warning when writing help files, for extra dialects. For example: ``` cvc-complex-type.2.4.d: Invalid content was found starting...

Displaying the attribute's precedence (in the content assist) could be really helpful.

enhancement

Given these 2 attribute processors: ``` ``` The proposal for the `confGroup` attribute never appears, whereas it works with: ``` ``` IMHO, we shouldn't have to specify the prefix again....

question

Just like how the plugin can provide expression object suggestions or enumerated value suggestions inside certain attribute processors, provide fragment name suggestions when inside `th:include` or `th:replace` processors. Those aren't...

enhancement

As an extension to #31, if the fragment implements the new fragment signature syntax, reflect that syntax in the suggestion, maybe even in the result if it's selected.

enhancement