From 0eaf8e275c973597cfd5d09a8531d1d7957f0c93 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Wed, 1 Aug 2018 21:14:33 +0900 Subject: Update QA.md --- QA.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'QA.md') diff --git a/QA.md b/QA.md index 0473126..291219c 100644 --- a/QA.md +++ b/QA.md @@ -30,6 +30,8 @@ The behaviors of the console are tested in [Console section](#consoles). - [ ] y: yank current URL and show a message - [ ] p: open clipboard's URL in current tab - [ ] P: open clipboard's URL in new tab +- [ ] p: search clipboard's keywords in current tab +- [ ] P: search clipboard's keywords in new tab - [ ] Toggle enabled/disabled of plugin bu Shift+Esc - [ ] Hide error and info console by Esc - [ ] Vim-Vixen icons changes on Shift+Esc @@ -76,12 +78,15 @@ The behaviors of the console are tested in [Console section](#consoles). - [ ] `buffer 1`: select leftmost tab - [ ] `buffer 0`, `buffer `: 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
- [ ] `addbookmark` creates a bookmark
- [ ] `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 @@ -98,16 +103,19 @@ The behaviors of the console are tested in [Console section](#consoles). - [ ] `open`: 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`: 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 -- cgit v1.2.3 From c0502c0f9a4b9663a7c2d2959b9458da80aaaa34 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Thu, 2 Aug 2018 22:09:29 +0900 Subject: Remove old test cases --- QA.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'QA.md') diff --git a/QA.md b/QA.md index 291219c..d8f7e16 100644 --- a/QA.md +++ b/QA.md @@ -58,22 +58,22 @@ The behaviors of the console are tested in [Console section](#consoles). #### Exec a command -- [ ] ``, ``: do nothing +- [ ] ``: do nothing
- [ ] `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`: search with empty keywords; yahoo redirects to top page -- [ ] `open`,`open`: open default search engine +- [ ] `open yahoo`: search with empty keywords; yahoo redirects to top page +- [ ] `open`: open default search engine
- [ ] `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
-- [ ] `buffer`,`buffer`: do nothing +- [ ] `buffer`: do nothing - [ ] `buffer `, `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 @@ -99,7 +99,6 @@ 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` @@ -107,12 +106,10 @@ The behaviors of the console are tested in [Console section](#consoles). - [ ] 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 @@ -215,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) -- cgit v1.2.3