Skip to content

seipy/Ennio-Editor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ennio Editor

A minimalist GTK+ text editor written in Vala.

TODO

  • Improve error handling.
  • Create 'Save As' Widget.
  • Create 'Tools' Widget.
  • Prevent 'About' Widget from opening more than once.
  • Create a makefile.
  • Create application icon.
  • Create a desktop file.

COMPILING

Before running anything, ensure that gtk+-3.0, valac, and all of their dependencies are already installed.

In a terminal, navigate to the src directory run the following command:

make

To run Ennio Editor after compilation, enter the following command into the terminal:

./ennio

LINKS

About

A minimalist GTK+ text editor written in Vala.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vala 98.6%
  • Makefile 1.4%