Skip to content

vorobeyka/TextEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextEditor

C++ Qt TextEditor

Description

This is a simply GUI text editor with C++ highlighter

How to use

Must Have (dependencies)

Building and running

You need to install Qt library to run this app. If you are haven't Qt, you can do next things:

For Linux users:

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.

For Mac OS users:

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

App features

  • Allows to edit text files.
  • C++ Highlighter
  • Tree view directories
  • Change fonts.

Tech/framework used

  • CMake
  • Qt

License

Collision is an open-sourced software licensed under the MIT license. 012345678901234567890123456789

About

C++ Qt TextEditor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published