Skip to content

Latest commit

 

History

35 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nextpad

Customasible text editor, fully written in C99 from the ground up.

Image of build

Information

This text editor comes with neat features, like fully customisable syntax highlighting for any file. Currently this includes some basic highlighting for numbers, strings and multiline and single line comments in .c|.h|.cpp files! You can change these however you like, just look through the code and have fun!

How to install

git clone https://github.com/LiveEmily/nextpad.git
cd nextpad
make

Optional

Place the executable in the binary folder for system wide use VERY NOT RECOMMENDED

cp main /usr/bin/

ToDo

  • Make shortcuts global.
  • Use the ducking branch system.
  • Clean code by using less else statements.
  • Add some personal comments.
  • Come up with some personal bindings or shortcuts and implement them correctly.
  • Fix UI bugs.
  • Add more syntax highlighting vor .c|.h|.cpp files.
  • Make syntax highlighting more customisable
  • Actual version control.
  • Improvements to UI and refactor code.

Disclaimer

This project is very new and in very early stages, expect many bugs, errors and issues. If you do find one or would like to contribute, please open an issue, pull request or hit me up at discord.
Discord

About

Text editor with syntax highlighting fully written in C99!

Topics

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages