Filipe Silva
Filipe Silva
Ok, thank you for the gist
In retrospect, an xml attribute seems a bit to specific for targets. targets seems more general: it will work on any filetype. xml attrs will only work in xml like...
That's interesting. Perhaps I could even work on that. Reopening...
By the way, @noctuid, are you actually using targets.el for your day to day work? just curious, because I am.
Maybe we could write a list of those problems somewhere in the repo. I'm looking forward to my next challenge on the targets.el package!
hi @noctuid in #16 you've mentioned that you could provide information regarding the implementation of the xml text object functionality. It would mainly revolve around implementing a seeking function, you...
hi @noctuid, I'm not sure the intended behaviour is clear. I think you are designing an xml tag text object, while I had in mind an xml *attribute* text object,...
Ok, np. I think `dix` would preserve the space between xml attributes, similarly to `diw` vs `daw`. here's a [demo](https://github.com/whatyouhide/vim-textobj-xmlattr) on vim side.
nice, but I did not understand what do I have to do with the `'targets-xml-attribute` thing that I'm creating there? How do I tell targets: "look targets, here's a new...
nice. I think I'll try to define a very dumb *thing* like trying to reimplement the `W` text object, which should be easy. Once I've integrated all the parts into...