daa84 / neovim-gtk

gtk ui for neovim
GNU General Public License v3.0
718 stars 56 forks source link

Single click activation on projects popover #64

Closed christopher-l closed 6 years ago

christopher-l commented 6 years ago

These are not really clear improvements, but changes I like. The changes are:

What I would have liked, but not yet done is to include a style sheet to

If you like some of the changes, I am happy to adapt the pull request.

mcepl commented 6 years ago

Just a question: isn't the single-click / double-click activation somehow configurable? Or it isn't hard-coded in this script, is it?

mcepl commented 6 years ago

OK, with applying this PR, single-click activation works for me. Thank you. Is there some kind of the key shortcut to get this dialogue opened?

mcepl commented 6 years ago

So, what's remain this to be merged? I have rebased it on the top of the current master (ec22081) and it works just fine.

christopher-l commented 6 years ago

Sorry for the late answer, overlooked your question the first time.

Is there some kind of the key shortcut to get this dialogue opened?

Currently there isn't as far as I know, but I would like to have shortcuts for GUI functions, too. I think I'll look into this when I find some time.

So, what's remain this to be merged?

I looked again for ways to change the styling of the TreeView elements and didn't really find a good solution for what I initially wanted. So I would leave it for now as is.

@daa84: Would you have something changed before merging?

Update: rebased onto master.

daa84 commented 6 years ago

Looks ok, thanks :+1: