diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-10-20 16:43:38 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-20 16:43:38 +0900 |
commit | df9094e52066fb85a06d373cb3a82b670d69c88e (patch) | |
tree | e71ff2bb27b0946e79d80d64b5141653c8d69162 /QA.md | |
parent | 958b931090e0cc012e36a9361ea6e4cd9be1471d (diff) | |
parent | 7acbdbfef25d04503d4a31dfa1953be29323cc87 (diff) |
Merge pull request #492 from ueokande/qa-0.19
QA 0.19
Diffstat (limited to 'QA.md')
-rw-r--r-- | QA.md | 23 |
1 files changed, 14 insertions, 9 deletions
@@ -4,12 +4,6 @@ Test operations with default key maps. -#### Scrolling - -- [ ] Smooth scroll by `:set smoothscroll` -- [ ] Non-smooth scroll by `:set nosmoothscroll` -- [ ] Configure custom hint character by settings `"smoothscroll": true`, `"smoothscroll": false` - #### Console The behaviors of the console are tested in [Console section](#consoles). @@ -48,9 +42,6 @@ The behaviors of the console are tested in [Console section](#consoles). - [ ] Select link and open it in new tab in `<iframe>`/`<frame`> on following by <kbd>F</kbd> - [ ] Select link and open it in `<area>` tags, for <kbd>f</kbd> and <kbd>F</kbd> - [ ] Open new tab in background by `"background": true` -- [ ] Configure custom hint character by `:set hintchars=012345678` -- [ ] Configure custom hint character by settings `"hintchars": "012345678"` in add-on preferences -- [ ] Opened tabs is in child on Tree Style Tab ### Consoles @@ -122,6 +113,20 @@ The behaviors of the console are tested in [Console section](#consoles). - [ ] Select next item by <kbd>Tab</kbd> and previous item by <kbd>Shift</kbd>+<kbd>Tab</kbd> - [ ] Reopen tab on *only current window* by <kbd>u</kbd> +### Properties + +- [ ] Configure custom hint character by `:set hintchars=012345678` +- [ ] Configure custom hint character by settings `"hintchars": "012345678"` in add-on preferences +- [ ] Opened tabs is in child on Tree Style Tab + +- [ ] Smooth scroll by `:set smoothscroll` +- [ ] Non-smooth scroll by `:set nosmoothscroll` +- [ ] Configure smooth scroll by settings `"smoothscroll": true`, `"smoothscroll": false` + +- [ ] Show search engine, bookmark and history items in order by `:set complete=sbh` +- [ ] Show bookmark, search engine, and search engine items in order by `:set complete=bss` +- [ ] Configure completion items by setting `"complete": "sbh"`, `"complete": "bss"` + ### Settings #### JSON Settings |