You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gobang/src/components
Takayuki Maeda 6615a235a7
Filter completion (#88)
* create completion component

* add move_up/down

* fix variable name

* pass config

* create debug component

* remov set

* add reserved words

* remove equal

* allow dead code

* always reset offset

* apply completion candidates correctly

* implement selected_candidate, word

* fix clippy warnings

* complete

* add tests for complete

* fix variable name

* fmt

* add tests for `filterd_candidates`

* add "IN" to reserved words

* remove "IN"

* add test cases

* add debug_assertions

* return complete directly

* add s

* make input field private

* update gobang.gif
3 years ago
..
utils fix clippy warnings 3 years ago
command.rs Some minor modifications (#60) 3 years ago
completion.rs Filter completion (#88) 3 years ago
connections.rs Filter completion (#88) 3 years ago
databases.rs use a outside scroll bar with no borders 3 years ago
debug.rs Filter completion (#88) 3 years ago
error.rs Add key config (#33) 3 years ago
help.rs use version module 3 years ago
mod.rs Filter completion (#88) 3 years ago
record_table.rs Filter completion (#88) 3 years ago
tab.rs get indexes (#46) 3 years ago
table.rs Filter completion (#88) 3 years ago
table_filter.rs Filter completion (#88) 3 years ago
table_status.rs Integrate table_value into table (#90) 3 years ago
table_value.rs Integrate table_value into table (#90) 3 years ago