Commit Graph

27 Commits

Author SHA1 Message Date
shaunrd0 d53ef9aa1b Launch clide in separate process by default.
Improve CLI to support tui and gui modes.
Also supports attaching the GUI to the current terminal via -g
2025-04-13 11:58:28 -04:00
shaunrd0 a29ae43e84 Use CWD if no directory is provided. 2025-04-13 11:01:37 -04:00
shaunrd0 41a9a2a3bf Use structopt. 2025-04-13 10:21:02 -04:00
shaunrd0 7bf6c3299c Add basic CLI for launching head(less) mode. 2025-04-13 09:35:55 -04:00
shaunrd0 90c10d2a16 Debug missing console placeholder text.
It appears on resizing horizontally
2025-04-13 08:31:41 -04:00
shaunrd0 2dcf0529d1 Custom highlighting to fix UI bugs.
+ Selecting text caused blurry editor view.
+ Now prefers syntect theme background color over QML background color.
2025-04-12 13:33:39 -04:00
shaunrd0 f740ff347b Fix file loading. 2025-03-31 22:56:57 -04:00
shaunrd0 9b86553513 Add syntax highlighting with syntect. 2025-03-31 22:32:17 -04:00
shaunrd0 365940267f Add some checks before reading file. 2025-03-31 19:26:04 -04:00
shaunrd0 b426b88b79 Fix colors. 2025-03-30 21:58:38 -04:00
shaunrd0 bdf942371c Add basic FileSystem view. 2025-03-30 21:38:57 -04:00
shaunrd0 b62dce631f Add ClideTreeView. 2025-03-30 16:14:58 -04:00
shaunrd0 1546eb1028 Add FileSystem Rust module. 2025-03-30 13:50:23 -04:00
shaunrd0 4f3aebe64f Add basic stub for filesystem. 2025-03-30 13:14:58 -04:00
shaunrd0 413500dad3 Add an about window. 2025-03-30 12:52:44 -04:00
shaunrd0 b0064c2f69 Update README. 2025-03-30 12:00:27 -04:00
shaunrd0 0f055603a2 Remove unused LineCount. 2025-03-30 11:51:23 -04:00
shaunrd0 094ac92fe4 Reorganize qml files. 2025-03-30 11:49:00 -04:00
shaunrd0 3b8e407632 Consolidate source files. 2025-03-30 11:47:16 -04:00
shaunrd0 d2f5823594 Add RustColors singleton helper. 2025-03-30 11:20:21 -04:00
shaunrd0 be9981291c Speed up animation for dock handles. 2025-03-29 20:20:28 -04:00
shaunrd0 500a329dea Separate LineCount from main. 2025-03-29 20:14:42 -04:00
shaunrd0 70e9f79c8a Separate ProjectView and Editor. 2025-03-29 18:00:16 -04:00
shaunrd0 13a405a801 Add LineCount module. 2025-03-29 16:55:26 -04:00
shaunrd0 a6d2fb9e31 Change colors. 2025-03-29 10:26:39 -04:00
shaunrd0 8b71af06a8 Add placeholders for side panel and console. 2025-03-29 09:55:09 -04:00
shaunrd0 59acdc48fa Initial commit. 2025-03-29 08:03:32 -04:00