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

@@ -2,13 +2,13 @@
use crate::math_app::AppSettings;
use crate::misc::*;
use crate::widgets::AutoComplete;
use egui::{
plot::{BarChart, PlotUi, Value},
widgets::plot::Bar,
Checkbox, Context,
};
use epaint::Color32;
use parsing::AutoComplete;
use parsing::{process_func_str, BackingFunction};
use std::{
fmt::{self, Debug},