Add leftrelease override to call the activatenode method on single click#246
Add leftrelease override to call the activatenode method on single click#246ryanoasis merged 1 commit intoryanoasis:masterfrom
Conversation
|
I realize that with this double click will obviously not be the way to open the directories but I think this might be preferable. Do you have any info on that? So far this looks good to me... |
|
In my opinion this change collides with https://github.com/scrooloose/nerdtree/blob/master/doc/NERDTree.txt says:
Nope, with this commit and |
You're right! My bad...I hope the new PR can fix the problem. |
|
Thanks. I just felt I wanted to get your work in but I'll review your other PR when able |
#246: fix override when the g:NERDTreeMouseMode = 1
Requirements (please check off with 'x')
What does this Pull Request (PR) do?
When you open a directory on the nerdtree plugin the directory icon doesn't open. This PR permits to call the activatenode method on the single click, when the user try to open a directory.
How should this be manually tested?
Try to open a directory on nerdtree plugin. The icon will change with on the single click event.
Any background context you can provide?
I don't think you need other info.
What are the relevant tickets (if any)?
Screenshots (if appropriate or helpful)