aboutsummaryrefslogtreecommitdiff
path: root/QA.md
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2018-08-05 12:51:46 +0000
committerGitHub <noreply@github.com>2018-08-05 12:51:46 +0000
commit2795025d0a6b002ea68b4905f5d73c32e7773fc1 (patch)
tree88ed345092600796defe4ce98a31e9f755772026 /QA.md
parent8ea004f629021a0fb5fcbce9398f2cf2f952938a (diff)
parentfddb4914ad3b126cb18395c30eca6be5805460c3 (diff)
Merge pull request #444 from ueokande/qa-0.16
QA 0.16
Diffstat (limited to 'QA.md')
-rw-r--r--QA.md20
1 files changed, 12 insertions, 8 deletions
diff --git a/QA.md b/QA.md
index 0473126..d8f7e16 100644
--- a/QA.md
+++ b/QA.md
@@ -30,6 +30,8 @@ The behaviors of the console are tested in [Console section](#consoles).
- [ ] <kbd>y</kbd>: yank current URL and show a message
- [ ] <kbd>p</kbd>: open clipboard's URL in current tab
- [ ] <kbd>P</kbd>: open clipboard's URL in new tab
+- [ ] <kbd>p</kbd>: search clipboard's keywords in current tab
+- [ ] <kbd>P</kbd>: search clipboard's keywords in new tab
- [ ] Toggle enabled/disabled of plugin bu <kbd>Shift</kbd>+<kbd>Esc</kbd>
- [ ] Hide error and info console by <kbd>Esc</kbd>
- [ ] Vim-Vixen icons changes on <kbd>Shift</kbd>+<kbd>Esc</kbd>
@@ -56,32 +58,35 @@ The behaviors of the console are tested in [Console section](#consoles).
#### Exec a command
-- [ ] `<EMPTY>`, `<SP>`: do nothing
+- [ ] `<EMPTY>`: do nothing
<br>
- [ ] `open an apple`: search with keywords "an apple" by default search engine (google)
- [ ] `open github.com`: open github.com
- [ ] `open https://github.com`: open github.com
- [ ] `open yahoo an apple`: search with keywords "an apple" by yahoo.com
-- [ ] `open yahoo`,`open yahoo<SP>`: search with empty keywords; yahoo redirects to top page
-- [ ] `open`,`open<SP>`: open default search engine
+- [ ] `open yahoo`: search with empty keywords; yahoo redirects to top page
+- [ ] `open`: open default search engine
<br>
- [ ] `tabopen`: do above tests replaced `open` with `tabopen`, and verify the page is opened in new tab
- [ ] `winopen`: do above tests replaced `open` with `winopen`, and verify the page is opened in new window
<br>
-- [ ] `buffer`,`buffer<SP>`: do nothing
+- [ ] `buffer`: do nothing
- [ ] `buffer <title>`, `buffer <url>`: select tab which has an title matched with
- [ ] `buffer 1`: select leftmost tab
- [ ] `buffer 0`, `buffer <a number more than count of tabs>`: shows an error
- [ ] select tabs rotationally when more than two tabs are matched
+- [ ] `buffer %`: select current tab (nothing to do)
+- [ ] `buffer #`: select last selected tab
<br>
- [ ] `addbookmark` creates a bookmark
<br>
- [ ] `q`, `quit`: close current tab
+- [ ] `qa`, `quitall`: close all tabs
- [ ] `bdelete`: delete a not-pinned tab matches with keywords
- [ ] `bdelete`: show errors no-tabs or more than 1 tabs matched
- [ ] `bdelete`: can not delete pinned tab
@@ -94,20 +99,20 @@ The behaviors of the console are tested in [Console section](#consoles).
#### History and search engines
-- [ ] `open`: show no completions
- [ ] `open<SP>`: show all engines and some history items
- [ ] `open g`: complete search engines starts with `g` and matched with keywords `g`
- [ ] `open foo bar`: complete history items matched with keywords `foo` and `bar`
+- [ ] `set `: show prperties starts with keywords
- [ ] The completions shows histories, search engines, and bookmarks.
- [ ] also `tabopen` and `winopen`
- shortening commands such as `o` are not test in this release
-- [ ] Show completions for `:open`/`:tabopen`/`:buffer` on opening just after closed
+- [ ] Complete commands matched with input keywords in the prefix.
#### Buffer command
-- [ ] `buffer`: show no completions
- [ ] `buffer<SP>`: show all opened tabs in completion
- [ ] `buffer x`: show tabs which has title and URL matches with `x`
+- [ ] shows tab index and marks
#### Buffer command
@@ -207,7 +212,6 @@ The behaviors of the console are tested in [Console section](#consoles).
## Misc
-- [ ] Work after plugin reload
- [ ] Work on `about:blank`
- [ ] Able to map `<A-Z>` key.
- [ ] Open file menu by <kbd>Alt</kbd>+<kbd>F</kbd> (Other than Mac OS)