nerdtree icon indicating copy to clipboard operation
nerdtree copied to clipboard

Added toggle for displaying symlink destination

Open rzvxa opened this issue 2 years ago • 2 comments

Description of Changes

Added an option to settings for showing or hiding symlink destinations. Note: This actually hides the special highlighting for symlink, As its highlighting depends on the -> mark being present and I've tried to reflect that in the documentation. Changing this behavior may need changes to the way symlinks are represented so we can highlight them without the destination path being present.


New Version Info

Author's Instructions

  • [ ] Derive a new MAJOR.MINOR.PATCH version number. Increment the:
    • MAJOR version when you make incompatible API changes
    • MINOR version when you add functionality in a backwards-compatible manner
    • PATCH version when you make backwards-compatible bug fixes
  • [ ] Update CHANGELOG.md, following the established pattern.

Collaborator's Instructions

  • [ ] Review CHANGELOG.md, suggesting a different version number if necessary.
  • [ ] After merging, tag the commit using these (Mac-compatible) bash commands:
    git checkout master
    git pull
    sed -n "$(grep -n -m2 '####' CHANGELOG.md | cut -f1 -d: | sed 'N;s/\n/,/')p" CHANGELOG.md | sed '$d'
    git tag -a $(read -p "Tag Name: " tag;echo $tag) -m"$(git show --quiet --pretty=%s)";git push origin --tags
    

rzvxa avatar Sep 05 '23 02:09 rzvxa

@alerque I would appreciate it if you review this one too, It's been hanging out here for over a month.

rzvxa avatar Oct 09 '23 01:10 rzvxa

Thanks, I was holding back on merging this one until some feedback came. I'm not sure if this change is necessary.

rzvxa avatar Oct 23 '23 15:10 rzvxa