ligasgr / intellij-xquery

Plugin to support XQuery in Intellij Idea
Apache License 2.0
35 stars 23 forks source link

Extended MarkLogic and W3C function docs for Quick Documentation #213

Open ronhitchens opened 7 years ago

ronhitchens commented 7 years ago

Grzegorz,

This is a Pull Request against the current tip of your master. It adds some code to display the full MarkLogic documentation for their builtin functions (including the W3C fn: functions) when invoking the Quick Documentation popup. This code is derived from some code I wrote for my own IntelliJ XQuery plugin a few years ago (since abandoned).

I noticed that I committed the change (in XQueryIcons.java) that points to another file icon. I initially did that to verify that my code build was running. You can revert that change if you like, I didn't remove the old icon.

Ron Hitchens ("ronhitchens" on GitHub, Skype, etc) [ron@overstory.co.uk]

ligasgr commented 7 years ago

Hi Ron,

Thanks for contribution. Will try to review it as soon as possible. Please try in the meanwhile get the pull request into a green state as right now a lot of tests are failing and I cannot merge the code in the state like that.

Thanks!