https://github.com/arsdever/syrax
https://github.com/arsdever/syrax
c-plus-plus qt5 syrax-editor text-editor
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arsdever/syrax
- Owner: arsdever
- Created: 2018-10-18T09:48:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-05T15:04:10.000Z (over 7 years ago)
- Last Synced: 2025-03-17T16:01:12.553Z (over 1 year ago)
- Topics: c-plus-plus, qt5, syrax-editor, text-editor
- Language: C++
- Size: 20 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Support: support/plugin_list.json
Awesome Lists containing this project
README
# Syrax editor
### Qt version [`5.11.2`](https://download.qt.io/official_releases/qt/5.11/5.11.2/)
Syrax editor is a new text editor, which allows you to easly contribute many plugins. It's written in `C++` programming language using [Qt](www.qt.io/) library.
To contribute new plugins, you have to build final `.dll` and add path to it in file `plugin_list.json`, which have to be in the same directory as main program is.
You can download the latest release [here](https://github.com/arsdever/syrax/releases)
> Please open visual studio using [`open_debug.bat`](open_debug.bat) or [`open_release.bat`](open_release.bat), because there are some configurations included.
I'm happy to hear any feedback from you.
## Thank you