]> git.gir.st - VimFx.git/commit
Rework how notifications are shown
authorSimon Lydell <simon.lydell@gmail.com>
Wed, 11 Nov 2015 17:03:40 +0000 (18:03 +0100)
committerSimon Lydell <simon.lydell@gmail.com>
Mon, 16 Nov 2015 19:12:23 +0000 (20:12 +0100)
commit340584c83d622d73110595d1099e75ad379b1135
tree1985447c478c33be7e80311296a9f38dfad70cc2
parent78352621aa557aa0722a41e04f25540ef4faa1db
Rework how notifications are shown

Users found `new Notification(message)` too intrusive. This commit shows
notifications in a `<statuspanel>` instead, like the "URL popup" (shown when
hovering or focusing links), but on the opposite side.

When pressing `n` or `N` and the search matches a link, the URL popup is shown.
Putting the VimFx notification on the opposite side allows both to be visible at
the same time.

Notifications are shown until you click them, press a key or switch tab.

See #576.
documentation/README.md
documentation/api.md
documentation/notifications.md [new file with mode: 0644]
documentation/options.md
extension/lib/events.coffee
extension/lib/main.coffee
extension/lib/status-panel.coffee [new file with mode: 0644]
extension/lib/vim.coffee
Imprint / Impressum