kazzkiq / CodeFlask

A micro code-editor for awesome web pages.
https://kazzkiq.github.io/CodeFlask/
MIT License
1.07k stars 121 forks source link

Multiple Updates #134

Open calumk opened 2 years ago

calumk commented 2 years ago

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 Mode

enableLineNumbers() : Enables (Shows) Line numbers disableLineNumbers() : Disables (Hides) Line numbers toggleLineNumbers() : Toggle the state of the line numbers

dispose() : Destroys the Instance, and destroys event listeners.

Axinet commented 1 year 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).

calumk commented 11 months ago

I have re-released this and provided updates at : https://github.com/calumk/codeCup