Calum Knott

Results 28 issues of Calum Knott

Am I missing something? The OSX Binary release has no extension and wont launch from terminal....

investigation

https://github.com/GodotExplorer/ECMAScript/actions/runs/418803638

Would really like an implementation of this: https://www.w3schools.com/bootstrap/tryit.asp?filename=trybs_progressbar6&stacked=h

enhancement

Describe a bug. .ce-popover has a z-index of 4 .ce-toolbar has a z-index of 2 Is there a reason for this? - It is causing a few clipping/overlap issues with...

bug

### Multiple Updates * Added Linenumber add / remove * Added Linenumber toggle * Added Readonly toggle * Added support to destroy/dispose of the editor * Requires the modification from...

Pressing Enter in the readonly mode, can still add a new-line

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) //...

@samiyuru Works perfectly on Macintosh HD, (or any subfolder) of the main drive... but not on any volumes, or partitions Monterery 12.1 - M1 Max Macbook Pro 32gb

Hello Sorry to be yet another format requester, but if your looking for a project to update in the middle of a pandemic, i have a request! Collada format dae...

At least on chrome the code : ``` if(allWords[i].indexOf('.') != -1){ tmpWords[t] = allWords[i].replace('.', '•'); } ``` is replacing all periods with the html? equivilent... but this is not displaying...