mybatis / mybatipse

Eclipse plugin adding support for MyBatis SQL Mapper Framework.
Eclipse Public License 1.0
332 stars 91 forks source link

Mybatipse is installed but the plugin is not prompted #92

Closed padishahG closed 5 years ago

padishahG commented 5 years ago

image image There are no prompts in the mapper file。thanks

harawata commented 5 years ago

Hi @padishahG ,

Have you tried re-opening the editor? It seems that the plugin does not work if the editor is opened before installing the plugin.

kenjdavidson commented 5 years ago

During my debugging of this, I came across the same problem. The XML Validator wasn't running when opening the file - both before and after installing the plugin. After looking around a little I found the issue was that XML Validation was turned off:

Preferences > Validation - was enabled Preferences > XML > XML Files > Validation - Enable markup validation was unchecked

By right clicking on the XML file an going to Validate (menu item) it worked properly. After checking the option above (Enable markup validation) the XML validator was firing on each change as expected. Not sure if this is your issue, but worth a shot since it took me a bit to find it.

padishahG commented 5 years ago

@harawata Thank you, suddenly it will be fine.

padishahG commented 5 years ago

@kenjdavidson Thank you very much, have written so much. Hard work. Just restart a few times and it will be fine. Haha

harawata commented 5 years ago

Assuming this is not an issue. :)