Skip to content

Releases: arsdever/syrax

syrax_1_0_0

07 Dec 21:17
Compare
Choose a tag to compare
syrax_1_0_0 Pre-release
Pre-release

Syrax Editor v1.0

What was done until this day?

There's much more to be done. But for now I have created mechanism for developing and creating new and interesting plugins providing simple API.
Also I have created 2 main plugins.

  1. console
  2. logger

Both are using the general interface provided by application for collecting logs. console plugin provides a window (dock) where you can see the output messages. logger plugin is printing out all the messages into a file. For now path of log output file is hardcoded to "./info{date}.log"

How can I create my own plugin?

All you need is to write your plugin, provide 2 functions for loading / unloading your plugin. Afterwards you will have to build your project into .dll and load plugin via File menu > Load Plugin action. You can also write down the path of your plugin into plugin_list.json file, not to load it every time you start the program.

What it looks like?

For now program has very simple look. But it planned to make it possible to customize all of the tings starting with the color of interface until the buttons of title bar.

Here is the screenshot

capture

Enjoy it.