Open GoogleCodeExporter opened 9 years ago
Good idea! MyBatisEditor uses the default XML Editor from Eclipse Web Tools, so
it would need to fit in there. I will investigate the possibilities to extend
content assist on the Eclipse XML Editor.
Original comment by peerkehe...@gmail.com
on 8 Apr 2012 at 12:25
Finally managed to take time to work out the content assist proposals in XML
editor (and co-exist happily with popular XML editor add-ons like M2E). I have
pushed some support for completing on id references, resultMaps. Will try on
the "property" Java resolves. These are a bit more tricky, but it should be
doable.
Original comment by peerkehe...@gmail.com
on 4 Jul 2012 at 2:34
The new 1.1.0 version contains the completion enhancements!
I skipped "isNotNull" for now, but a lot of code completions should now work in
resultMap. isNotNull requires some more work because, it's different from
resultmap (getters vs setters) and less clear where the type information is
(can be used in includes as well).
Other things, like completion on Java types, or recognizing type aliases, seem
useful too. There is some basic infrastructure in the code, but is a lot more
work to make this behave and feel sane, and next weeks will be busy for me, so
I am skipping this for now. Please, let me know what you think!
Original comment by peerkehe...@gmail.com
on 6 Jul 2012 at 8:02
Awesome, I will give it a try. Thanks for your work on this.
Original comment by snowto...@gmail.com
on 6 Jul 2012 at 9:03
my eclipse version 4.3 don't have Navigate from a Java Mapper interface to the
corresponding XML.
can you tell me how to do
Original comment by qrb.jue...@gmail.com
on 14 Jan 2014 at 9:08
Original issue reported on code.google.com by
snowto...@gmail.com
on 2 Apr 2012 at 7:34