diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-09-03 03:11:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-03 03:11:10 +0000 |
commit | ab6295d0f136b77534e6e290e165b1035c7abdc2 (patch) | |
tree | 5e435a9396979e4307c783f131f251581b955aac /QA.md | |
parent | 07bcc15e7b487fb5815b151e8c7e84a31f875dce (diff) | |
parent | f64b7ca320f73dd523113f0eedca35e176843bd6 (diff) |
Merge pull request #638 from ueokande/qa-0.24
QA 0.24
Diffstat (limited to 'QA.md')
-rw-r--r-- | QA.md | 48 |
1 files changed, 0 insertions, 48 deletions
@@ -25,46 +25,10 @@ The behaviors of the console are tested in [Console section](#consoles). ### Settings -#### JSON Settings - -##### Validations - -- [ ] show error on invalid json -- [ ] show error when top-level keys has keys other than `keymaps`, `search`, `blacklist`, and `properties` - -###### `"keymaps"` section - -- [ ] show error on unknown operation name in `"keymaps"` - -###### `"search"` section - -- validations in `"search"` section are not tested in this release - -##### Updating - -- [ ] changes are updated on textarea blure when no errors -- [ ] keymap settings are applied to open tabs without reload -- [ ] search settings are applied to open tabs without reload - -##### Properties - -- [ ] show errors when invalid property name -- [ ] show errors when invalid property type - #### Form Settings -<!-- validation on form settings does not implement in 0.7 --> - -##### Search Engines - -- [ ] able to change default -- [ ] able to remove item -- [ ] able to add item - ##### `"blacklist"` section -- [ ] able to add item -- [ ] able to remove item - [ ] `github.com/a` blocks `github.com/a`, and not blocks `github.com/aa` ##### Updating @@ -72,12 +36,6 @@ The behaviors of the console are tested in [Console section](#consoles). - [ ] keymap settings are applied to open tabs without reload - [ ] search settings are applied to open tabs without reload -### Settings source - -- [ ] show confirmation dialog on switched from json to form -- [ ] state is saved on source changed -- [ ] on switching form -> json -> form, first and last form setting is equivalent to first one - ## Find mode - [ ] open console with <kbd>/</kbd> @@ -86,9 +44,3 @@ The behaviors of the console are tested in [Console section](#consoles). - [ ] Wrap search by <kbd>n</kbd>/<kbd>N</kbd> - [ ] Find with last keyword if keyword is empty - [ ] Find keyword last used on new tab opened - -## Misc - -- [ ] Work on `about:blank` -- [ ] Able to map `<A-Z>` key. -- [ ] Open file menu by <kbd>Alt</kbd>+<kbd>F</kbd> (Other than Mac OS) |