gaurav-nelson / asciidoc-reference-check

Atom package to check if all the references in the current document are valid.
https://atom.io/packages/asciidoc-reference-check
MIT License
2 stars 3 forks source link

Add support for recursice check in from treeView #12

Closed fritz-hh closed 6 years ago

fritz-hh commented 6 years ago

This commit introduces a feature to launch check from the treeView, both for single adoc files, a well as for folders (in the latter case it performs a recursive check of all adoc files in the folder and subfolders)

Note that error notifications still need to be improved in order to be able to clearly identify in which file a error has been detected (this can be added later)

fritz-hh commented 6 years ago

I did not adapt the indentation of the checkReferences function in order to avoid to have too many changes.

fritz-hh commented 6 years ago

Replaced by #14