An open API service indexing awesome lists of open source software.

https://github.com/arkneid/cppeditor

Cpp Text Editor
https://github.com/arkneid/cppeditor

Last synced: 2 months ago
JSON representation

Cpp Text Editor

Awesome Lists containing this project

README

        

# cppEditor
cppEditor is a lightweight application that uses cpp language under the hood.
The objective of this app is to create/edit text files, with code or normal text files.

## v1.0 - May 2023
This version includes the features and bug fixes mentioned bellow.
* Features:
* File Menu -> This menu have the options **Open** (Ctrl + O), **Save** (Crtl + S), **Save As** (Crtl + Shift + S), **Close file** and **Exit**
* View file opended -> After open a file, the file path will be shown in the bottom of the window. This allow us to see if a file is already opened or not.