my fiery code editor
Find a file
2024-01-23 12:21:47 +01:00
assets added icon 2024-01-21 10:24:16 +01:00
src added multi line tab and shift tab 2024-01-23 12:21:47 +01:00
.gitignore initial commit 2024-01-14 10:56:21 +01:00
calcifer_save.json added replace 2024-01-23 09:41:17 +01:00
Cargo.lock find show selection 2024-01-23 09:27:41 +01:00
Cargo.toml find show selection 2024-01-23 09:27:41 +01:00
README.md text edit shortcut structure 2024-01-23 10:46:09 +01:00

Calcifer

My custom code editor (only the features I want inside) using egui and my own fork of egui_code_editor https://lib.rs/crates/egui_code_editor

1.0.0 :

Added a File Tree Added Tabs Added an Embedded Terminal Added Syntax Highlighting Added Themes

1.0.1 :

Fixed Terminal sterr output Fixed scroll between tabs Library subjugation (got the raw files of the egui_code_editor for some internal modifications)

1.0.2 :

Added find and replace function