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 950992df8d
Enable to change database tree width (#99)
* add a border width

* add a left_chunk_percentage field

* add keys for extending widget width

* fix completion pop-ups so that they do not protrude from frame

* use expand_or_shorten_widget_width

* handle extend shorten widget width event after component events

* add tests

* add command description

* add tests

* change commands help order

* fix extend_or_shorten_widget_width help

* change left_chunk_percentage to left_main_chunk_percentage
3 years ago
..
utils fix clippy warnings 3 years ago
command.rs Enable to change database tree width (#99) 3 years ago
completion.rs Enable to change database tree width (#99) 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 Enable to change database tree width (#99) 3 years ago
record_table.rs Filter completion (#88) 3 years ago
tab.rs get indexes (#46) 3 years ago
table.rs Enable to change database tree width (#99) 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