https://github.com/arkneid/cppeditor
Cpp Text Editor
https://github.com/arkneid/cppeditor
Last synced: 2 months ago
JSON representation
Cpp Text Editor
- Host: GitHub
- URL: https://github.com/arkneid/cppeditor
- Owner: arkneid
- Created: 2023-11-03T19:58:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-27T11:24:00.000Z (over 1 year ago)
- Last Synced: 2023-11-27T12:32:02.399Z (over 1 year ago)
- Language: C++
- Homepage: HomePage
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.