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
2021-09-16 13:20:11 +09:00
..
utils fix clippy warnings 2021-09-05 23:40:48 +09:00
command.rs Enable to change database tree width (#99) 2021-09-16 13:20:11 +09:00
completion.rs Enable to change database tree width (#99) 2021-09-16 13:20:11 +09:00
connections.rs Filter completion (#88) 2021-09-12 15:50:59 +09:00
databases.rs use a outside scroll bar with no borders 2021-09-05 23:20:42 +09:00
debug.rs Filter completion (#88) 2021-09-12 15:50:59 +09:00
error.rs Add key config (#33) 2021-08-01 01:03:39 +09:00
help.rs use version module 2021-09-06 22:34:07 +09:00
mod.rs Enable to change database tree width (#99) 2021-09-16 13:20:11 +09:00
record_table.rs Filter completion (#88) 2021-09-12 15:50:59 +09:00
tab.rs get indexes (#46) 2021-08-28 17:16:38 +09:00
table_filter.rs Filter completion (#88) 2021-09-12 15:50:59 +09:00
table_status.rs Integrate table_value into table (#90) 2021-09-11 13:07:53 +09:00
table_value.rs Integrate table_value into table (#90) 2021-09-11 13:07:53 +09:00
table.rs Enable to change database tree width (#99) 2021-09-16 13:20:11 +09:00