move AutoComplete

This commit is contained in:
Simon Gardling
2022-05-11 21:45:11 -04:00
parent 2dfa0dd5af
commit 30475eb4f4
7 changed files with 113 additions and 115 deletions

View File

@@ -1,9 +1,10 @@
use crate::consts::is_mobile;
use crate::function_entry::FunctionEntry;
use crate::widgets::{widgets_ontop, Movement};
use crate::widgets::widgets_ontop;
use egui::{Button, Id, Key, Modifiers, TextEdit, WidgetText};
use emath::vec2;
use parsing::Hint;
use parsing::Movement;
use std::ops::BitXorAssign;
use uuid::Uuid;