Code editor
This project is just a simple javascript implementation of code editor. It writen on plain js it is based on such Design Patterns as:
- builder;
- singelton;
- observer (sub/pub);
- module (revealing);
- constructor.
This early version hase next features:
- text adding;
- backspace button emulation;
- enter button emulation;
- delete button emulation;
- tab button emulation;
- arrows emulation;
- hetkey console.