my fiery code editor
Find a file
2024-07-14 15:24:16 +02:00
.github/workflows added print in the action to try to debug 2024-01-28 10:01:59 +01:00
assets better readme and redrawing calls 2024-07-14 15:24:16 +02:00
custom builds format code 2024-02-07 14:47:29 +01:00
project better readme and redrawing calls 2024-07-14 15:24:16 +02:00
src better readme and redrawing calls 2024-07-14 15:24:16 +02:00
.gitignore fixed the key input when switching workspaces 2024-03-27 09:23:23 +01:00
Cargo.lock added version 2024-03-27 09:45:37 +01:00
Cargo.toml better readme and redrawing calls 2024-07-14 15:24:16 +02:00
README.md better readme and redrawing calls 2024-07-14 15:24:16 +02:00
shell.nix fixed the key input when switching workspaces 2024-03-27 09:23:23 +01:00

Calcifer

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

GUI

using egui to have immediate mod rendering (so the app is using very few processing power when not interacted with)

Screeshots

screenshot

Features

  • find and replace
  • undo/redo
  • syntax highlighting (asm, js, lua, py, rust, shell, sql)
  • simple themes
  • tabs
  • file tree
  • terminal
  • a very crude project mode (kanban)