Skip to content

LasseJacobs/TextEditor2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextEditor2.0

This is my second try at making a text editor, It will be made using C++ and maybe some python we'll see... Im using the GTKmm lib for the UI. Right now it has basic functionality like opening and saving file, having multiple tabs open and syntax highlighting for C. More features will be added when I find the time to work on this.

How to compile?

You should have Gtkmm and Gtkmm sourceview installed. Then go to the directory which holds the source code and:

$ make
$ ./bin/hello

About

A simple example of a text editor in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published