Skip to content

ailchuk/utext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝uText

Description

Text editor made with Qt GUI

How to use

Must Have (dependencies)

Building

First step

If you do not have CMAKE_PREFIX_PATH you can fix it in 2 ways:

  • go into utag/CMakeLists.txt and add set(CMAKE_PREFIX_PATH "/your/path/to/qt")
  • or you can just write in terminal export CMAKE_PREFIX_PATH=/your/path/to/qt
Second step
./build.sh

Run

utext 

App features

  • 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

    image

License

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

About

📝Text editor app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published