Skip to content

SkitDev/litecode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiteCode (v1.5)

A tiny, VS Code–styled editor built with PySide6. Fast start, clean UI, zero bloat.

Repo: SkitDev/litecode


✨ Highlights

  • 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

🚀 Quick Start

python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
python app.py

🧭 Shortcuts

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)

📂 Features (v1.5)

  • 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

🛠️ Customize

  • Colors live in resources/theme.qss
  • Highlighter colors in widgets/highlighter.py
  • Toggle features in the View/Edit menus

📸 Screenshots

Add a couple screenshots or GIFs here (dark theme, find panel, minimap).


License

MIT. See LICENSE (or the repo).

About

a lightweight code editor in Python

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages