jacobson3 / VI-Peek

MIT License
4 stars 3 forks source link

Ctrl+Shift+N doesn't always toggle peek visibility #24

Closed negentropicdev closed 2 years ago

negentropicdev commented 2 years ago

Self explanatory. I understand that there are separate start and stop methods but they could both be made to call the same vi which checks the current state and launches as necessary or triggers the close.

jacobson3 commented 2 years ago

I think that makes sense and shouldn't be too difficult. We should be able to check if the module is running and just run the open method if it's not running and the close method if it is running, regardless of the "open" input.

jacobson3 commented 2 years ago

fixed in 01701a8ac26b9ccc223233627f610ea0611da21c

Also made some changes that should allow other developers to more easily reuse the zoom_out.llb that we are using.