BreizhEdit is an efficient text editor written with the Qt framework.
It has been successfully tested on MacOS Catalina, Ubuntu 20, Windows10 and RaspberryPiOS.
The below functionalities are available :
- New / Open / Save / SaveAs / Print file
- Cut / Copy / Paste texte
- Undo function
- Search for a string (forward/backward) with Replace
- Go to a line number
- Display line numbers
- Highlight current line
- Font selection
- Zoom / Unzoom text window
- Text displayed with colored keywords
- Status bar for general information
- Single window display
- Distribution for RaspberryPiOS and Ubuntu to improve
Open the BreizhEdit.pro file inside Qt Creator and compile it.
Alternative solution is to compile with the "qmake" tool:
cd ./project
qmake
make
You can download BreizhEdit for each platform in the Release section
Enjoy :)