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/ui
Takayuki Maeda 4bcd4802fc
Add SQL Editor component (#84)
* syntax text

* add sql editor

* remove sytaxx_text module

* remove sytax_text

* add a focus above key

* add a event for movining focus and table component

* add syntax text component

* add a key for executing queries

* add completion

* add reserved words

* update completion when key is delete or left/right

* use reserved words in where clause

* editor

* add a macro for debugging

* stop inserting a new line in the sentence

* remove run key

* enter to execute a query

* fix tests for stateful paragraph

* change const to let
3 years ago
..
mod.rs Add SQL Editor component (#84) 3 years ago
reflow.rs Add SQL Editor component (#84) 3 years ago
scrollbar.rs move table_status under table 3 years ago
scrolllist.rs Highlight filter keywords (#34) 3 years ago
stateful_paragraph.rs Add SQL Editor component (#84) 3 years ago
syntax_text.rs Add SQL Editor component (#84) 3 years ago