Skip to content

Latest commit

 

History

History
64 lines (58 loc) · 1.78 KB

README.md

File metadata and controls

64 lines (58 loc) · 1.78 KB

Edyt Code Compiler

A simple text editor, and code compiler. This application allows you to compile C# code, preview web-based code and edit several file types. With a clean and consistant UI, Edyt rivals text editors like NotePad++ and Brackets.

Screenshots


Installations

Edyt is still under developed but, should have a release soon with VisualBasic compiling. Improvements to the UI and features already present in the app will still be made, as Edyt trys to become an alternative to other text editors such as, notepad++ and brackets.

Features

  • Write code in any language

  • Syntax higlighting for:
    • C#
    • Visual Basic
    • JavaScript
    • HTML
    • Lua
    • SQL
    • PHP
    • XML

  • Compile files
    • C#
    • Visual Basic soon...

  • Useful editing functions
    • Find
    • Search and replace
    • Go to line
    • Line folding
    • Autocomplete brackets

Help

For documentation on the features and options in Edyt, view the Edyt Code Documentation. And use issues to report any problems when using Edyt, or contact me at [email protected].

Upcoming Improvements

  • Optimisation of code

  • More syntax higlighting

  • More compiling options

  • Custom theme creator
---