-
Notifications
You must be signed in to change notification settings - Fork 43
Informations about the project
Serris Code Editor is a free modular code editor for the Universal Windows Platform (Hololens, Xbox, Windows Mobile, Desktop etc...), so he is only compatible with Windows 10 and available on the Windows Store.
This code editor is created by DeerisLeGris (Seeris) under the MIT license, so you can fork the project or help me to build it ! :)
This version of Serris Code Editor on this GitHub are totally different compared to the old version of the editor available in the Windows Store: the application has been rewrited since August 2017 for clean the project, create a real modular code editor and used Monaco Editor by Microsoft (also used in Visual Studio Code) instead of Ace Editor used in the ancient version.
Serris Code Editor works with modules written in JavaScript and JSON, so it's pretty easy to create modules for the editor !
For example, the currently available themes and addons in the editor like the "save addon" (who give you the possibility to save your files) are modules written in JavaScript/JSON and not in C#.
But you can also create a UI for your modules with HTML and CSS, or widgets for create controls for your module in the toolbar of Serris Code Editor.
If you want to look how to create modules for the editor, you can look here !
-
You can check out my blog for more informations about the project: https://yoshilegris.wordpress.com/2017/06/04/join-the-private-beta-of-serris-code-editor-marne-la-vallee-update-1-0/
-
Or directly download here the old version of Serris Code Editor on the Windows Store !
