Open calumk opened 2 years ago
@kazzkiq any chances to accept this pull request? It looks like a valuable improvements to the editor. Errors reported in Travis CI build look rather like environment related, not code related (although I may be wrong, so please check if some config in workflows is required, or indeed there is some mistakes in @calumk code).
I have re-released this and provided updates at : https://github.com/calumk/codeCup
Multiple Updates
Solves
https://github.com/kazzkiq/CodeFlask/issues/132 - Enable/Disable Line numbers https://github.com/kazzkiq/CodeFlask/issues/107 - Destroy
Fixes
https://github.com/kazzkiq/CodeFlask/issues/133
toggleReadonlyMode()
: Toggles the ReadOnly ModeenableLineNumbers()
: Enables (Shows) Line numbersdisableLineNumbers()
: Disables (Hides) Line numberstoggleLineNumbers()
: Toggle the state of the line numbersdispose()
: Destroys the Instance, and destroys event listeners.