A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'src/sym.rs')
| -rw-r--r-- | src/sym.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ use crate::rnd::simplify_path; use crate::text::{Bookmarks, col, color_, set_a}; pub enum Symb {} impl MenuData for Symb { + const NAME: &'static str = "symbols"; type Data = ( SymbolsList, Vec<SymbolInformation>, |