rosshadden / sublime-xpath

Sublime Text plugin for easier cursor navigation of XML and HTML files using XPath 1.0.
45 stars 9 forks source link

more options for cursor movement to XPath results #15

Closed keith-hall closed 8 years ago

keith-hall commented 8 years ago

Hi Ross,

Firstly, sorry for all the pull requests - you can see that I like adding features!

I have fixed a bug with auto completion of attributes that have a namespace prefix. I have added support for moving the cursors to attributes and text nodes. In addition, I have added configuration settings to control this behavior, or even disable it if desired. See the readme for details :)

Thanks!

keith-hall commented 8 years ago

I have also made a fix for the cursor sometimes not updating when switching results in the quick panel using the up and down arrow keys.

rosshadden commented 8 years ago

Haha you don't ever have to apologize for improving a project.

I've been considering making you a contributor for months, but I still like seeing these pull requests so I know what's going on, and so that I may create incremental tags accordingly. I'm going to do it anyway, and would like you to continue making the pull requests. If I am ever non-responsive for an extended time for some reason, feel free to merge stuff in yourself and make/push a new tag.

rosshadden commented 8 years ago

Published in v2.3.0.

keith-hall commented 8 years ago

thanks very much Ross! :)