https://github.com/yovsky/edito
Edito is a text editor written in c++
https://github.com/yovsky/edito
cpp cpp17 editor qt qt6 text-editor
Last synced: about 2 months ago
JSON representation
Edito is a text editor written in c++
- Host: GitHub
- URL: https://github.com/yovsky/edito
- Owner: Yovsky
- License: gpl-3.0
- Created: 2025-08-18T12:10:21.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-01T21:34:30.000Z (10 months ago)
- Last Synced: 2025-09-01T23:28:37.659Z (10 months ago)
- Topics: cpp, cpp17, editor, qt, qt6, text-editor
- Language: C++
- Homepage:
- Size: 281 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Edito - Modern Text Editor.






A modern, cross-platform text editor built with Qt framework
## Features
- **Cross-Platform support** : Runs seamlessly on Windows, Linux, and macOS
- **Modern UI** : Clean, professional and easy interface
- **File Operations** : Full support for new, open, save, save as operations.
- **Encoding Support** : Support for UTF-8, UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE, ISO-8859-1 and System encoding.
## Instalation
### Prerequisites
- Qt 6.0 or higher
- C++17 Compatible compiler
- QMake 3.16+
### Building from Source
```bash
# Clone the repository
git clone https://github.com/Yovsky/Edito.git
cd Edito
# Create build directory
mkdir build && cd build
# Configure with CMake
cmake ..
# Build the project
cmake --build .
# Install (optional)
cmake --install .
```
### Pre-built Binaries
Download the latest release for your platform from the [Releases page](https://github.com/Yovsky/Edito/releases)
## Usage
### Basic Text Editing
Edito works like any standard text editor. Create new files, edit existing ones, and save your work with your preferred encoding.
## License
This project is licensed under the GPLv3 License - see the [LICENSE](https://github.com/Yovsky/Edito/blob/main/LICENSE) file for details.
## Acknowledgments
- Qt Company for the framework
- Contubutors and testers
- Open source community
## Support
If you have any questions or issues:
- Create an [issue](https://github.com/Yovsky/Edito/issues)
- Email: Yovsky@proton.me