Skip to content

Latest commit

 

History

History
71 lines (47 loc) · 1.75 KB

README.md

File metadata and controls

71 lines (47 loc) · 1.75 KB

BreizhEdit

BreizhEdit is an efficient text editor written with the Qt framework.
It has been successfully tested on MacOS Catalina, Ubuntu 20, Windows10 and RaspberryPiOS.

Features

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

Screenshot

Main window :

Main window


Text with colored keywords:

Colored keywords


Search dialog :

Search


Go to line dialog :

Go to line


Zoom/Unzoom :

Zoom


Quick commands display :
Commands


Limitations

  • Single window display

  • Distribution for RaspberryPiOS and Ubuntu to improve

Build from source

Open the BreizhEdit.pro file inside Qt Creator and compile it.

Alternative solution is to compile with the "qmake" tool:
cd ./project
qmake
make

Download

You can download BreizhEdit for each platform in the Release section

Enjoy :)