A tiny, VS Code–styled editor built with PySide6. Fast start, clean UI, zero bloat.
- Dark+ inspired theme, crisp typography
- Sidebar explorer and tabbed editor with line numbers
- Syntax highlighting (py / js / json)
- Find panel (regex, case, whole word) and Find in Files
- Minimap (toggle with Ctrl+M)
- Word wrap + Zoom controls
- Autosave, dirty dot, drag & drop open
python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
python app.py
Area | Keys |
---|---|
File | Ctrl+N, Ctrl+O, Ctrl+S, Ctrl+Shift+S, Ctrl+W |
Tabs | Ctrl+Tab / Ctrl+Shift+Tab |
Find | Ctrl+F (panel), Ctrl+Shift+F (in files) |
Replace | Ctrl+H |
View | Ctrl+=, Ctrl+-, Ctrl+0 (Zoom), Ctrl+M (Minimap) |
- Editor: line highlight, line numbers, Dark+ colors
- Search: inline find/replace, project-wide search results list
- Minimap: overview with viewport highlight, click-to-jump
- Status bar: path, Ln/Col, encoding, EOL, indent, autosave state
- View: word wrap toggle, zoom in/out/reset
- Colors live in
resources/theme.qss
- Highlighter colors in
widgets/highlighter.py
- Toggle features in the View/Edit menus
Add a couple screenshots or GIFs here (dark theme, find panel, minimap).
MIT. See LICENSE
(or the repo).