Lockna / divine

Qt-based cross-platform text editor in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

divine

A customizable, modular and cross-platform text editor which is built using the Qt library. It aims to be an editor for efficient programming.

It is planned to offer a list of features:

  • FileBrowser
  • Syntax Highlighting
  • Terminal
  • Intuitive Keybinds
  • Split files
  • Themes
  • LSP integration for semantic highlighting

Building

TODO

Contact

Feel free to reach out to lockna on Discord

License

divine is distributed under the terms of the BSD-2-clause license.

divine makes use of Qt 6, which is dynamically linked against under LGPL-3. No modifications to the source were made. The Qt binaries are available here.

See LICENSE for details.

About

Qt-based cross-platform text editor in C++

License:BSD 2-Clause "Simplified" License