dcchambers / vb4c

vb4c has been archived - please direct all conversation to the original cVim project page: https://github.com/1995eaton/chromium-vim
MIT License
141 stars 13 forks source link

Added multiwindow command #16

Open eastmancr opened 4 years ago

eastmancr commented 4 years ago

Implemented suggestion from issue #15. I attempted to make the main window come to the front but I think the PORT message listeners are destroyed by the time the function is called and chrome.windows is inaccessible. I also didn't want to modify messenger.js too much before the code gets refactored/rewritten.

dcchambers commented 4 years ago

Nice, looking forward to testing this.