kazzkiq/CodeFlask

Add Feature : updateLineNumbers(bool)

calumk opened this issue · 0 comments

Hello Great project,

Any chance you could add the following feature, to be able to toggle the state of the lineNumbers, rather than only on load

eg:

updateLineNumbers(true) // Show line numbers
updateLineNumbers(false) // hide line numbers

or as helpers:

showLineNumbers()
hideLineNumbers()

Cheers