A minimalist GTK+ text editor written in Vala.
- 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.
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