aboutsummaryrefslogtreecommitdiff
path: root/QA.md
diff options
context:
space:
mode:
Diffstat (limited to 'QA.md')
-rw-r--r--QA.md21
1 files changed, 2 insertions, 19 deletions
diff --git a/QA.md b/QA.md
index ec20811..5272597 100644
--- a/QA.md
+++ b/QA.md
@@ -16,6 +16,7 @@ The behaviors of the console are tested in [Console section](#consoles).
- [ ] Add-on is enabled and disabled by clicking the indicator on the tool bar.
- [ ] The indicator changed on selected tab changed (changes add-on enabled)
- [ ] Notify to users on add-on updated at first time.
+- [ ] Reopen tab on *only current window* by <kbd>u</kbd>
### Following links
@@ -26,6 +27,7 @@ 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`
+- [ ] Opened tabs is in child on Tree Style Tab
### Consoles
@@ -37,36 +39,17 @@ The behaviors of the console are tested in [Console section](#consoles).
#### History and search engines
-- [ ] `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
- [ ] Complete commands matched with input keywords in the prefix.
-#### Buffer command
-
-- [ ] `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
-
-- [ ] `bdelete`, `bdeletes`: show tabs excluding pinned tabs
-- [ ] `bdelete!`, `bdeletes!`: show tabs including pinned tabs
-
#### Misc
- [ ] 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`