hupfdule

Results 68 comments of hupfdule

I am bit reluctant here. Providing all methods that use `java.io.File` additionally for `java.nio.file.Path` would enlarge the public interface massively without much benefit. `java.io.File` and `java.nio.file.Path` are convertable from one...

Other than doubling all the public methods to support both, `java.io.File` and `java.nio.file.Path`, which is very unlikely, it _may_ be possible to introduce a breaking change to exchange `java.io.File` with...

Hello, thank you for your fast answer. As requested, here is a diff for the non-invasive change that only adds keybindings to the already existing ones. It doesn't add _all_...

I have the same problem with asciidoc files. Running ctags manually generates a tag file with content, but tagbar isn't displaying anything.

I found it. support for a language needs to be explicitly added to tagbar. I have prepared [a PR to support asciidoc](https://github.com/majutsushi/tagbar/pull/529). You could do the same for yaml. See...

I leave this issue closed, as it seems that other people are fine with the current solution. But in fact this is not fully what I meant when writing this...

I can clearly understand that you want to avoid cluttering the diagram to unreadability. Providing different types of diagram is an interesting idea, like an object oriented view and a...

As far as I can tell this issue also applies to the Markdown and RestructuredText parsers. Both seem to generate the same "flat" structure as the AsciiDoc parser. > a...

Thanks for the hint, but that was not exactly what I had in mind. These movements are linewise movements. They jump to the next _line_ that differs. But they don't...

I just rebased the PR to the current HEAD. I would be glad if someone could review it and especially tell what is the problem with the failing test.