C++ Qt TextEditor
This is a simply GUI text editor with C++ highlighter
- CMake 3.16.3 or above - https://cmake.org/download
- Qt 5.14 or above - https://www.qt.io/download
You need to install Qt library to run this app. If you are haven't Qt, you can do next things:
Open terminal and do next command:
sudo apt-get install qt5-default
After this you can build app with build.sh.
You executable file will in ./build/app/utext
path.
Open terminal nad do next command:
brew install Qt5
After this you can build app with build.sh. Executable file will in ./build/app/utext
path.
If your installed path of brew
not in ~./brew
, you need to change first and second lines in build.sh
- Allows to edit text files.
- C++ Highlighter
- Tree view directories
- Change fonts.
- CMake
- Qt
Collision is an open-sourced software licensed under the MIT license. 012345678901234567890123456789