Text editor made with Qt GUI
- CMake 3.18.2 or above - https://cmake.org/download
- Qt 5.15 or above - https://www.qt.io/download
If you do not have CMAKE_PREFIX_PATH you can fix it in 2 ways:
- go into
utag/CMakeLists.txtand addset(CMAKE_PREFIX_PATH "/your/path/to/qt") - or you can just write in terminal
export CMAKE_PREFIX_PATH=/your/path/to/qt
./build.sh
utext open directories and single files
list opened directory files and subdirectories in the Tree area.
open files from the Tree area for reading/editing
save files after editing
copy/cut/paste options in the Toolbar
find/replace/undo/redo options in the Toolbar
keyboard shortcuts
ability to copy/cut/paste/find/replace for the selected piece of text
syntax highlighting for source code, markup languages, config files and other text that appears in an organized or predictable format (you can change highliting color)
highlighting when typing (you can change highliting color)
basic text formatting (font style, font size, color, background color etc.)
autocompletion and auto-indentation
dark & light themes
error handling with the GUI
Collision is an open-sourced software licensed under the MIT license.
