Skip to content

arkneid/cppEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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.