Skip to content

dumrich/zed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zed

An IDE for C programming

  • Text Editor (called zed)
  • Built in compiler for error checking
  • Built in parser for syntax highlighting
  • Built in static memory analyzer

Todo

Prototype

  • Create CLI and Manpage
  • Create basic user interface components
    • Dashboard
    • Statusbar
  • Create utility components
    • Generic-over-iterator telescope like finder
    • Live Grep and Live Files
      • Respect .gitignore
      • Remove flashing (lessen the number of dirs)
  • [-] Text Editing
    • Display Text
    • Move around text
    • Edit and save text
    • Keybindings
  • Configuration
    • Package Management
    • [-] Essential Packages
      • Tab bar
      • Find/Replace
      • Undo/Redo
      • Copy and Paste

Finishing touches

  • Fix minor bugs:
    • Half screen finder bug
    • Make it work on all terminal sizes
      • Statusbar
      • Dynamic resizing
  • Add Proper Errors and Error Handling
  • Performance optimizations
  • LSP (*in like a year or so)

What is it?

Text Editor

How to use?

Text editor.

Install

Compile Text Editor

License

MIT

About

A text editor, in Rust: Part 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages