Oliver Geer
Oliver Geer
As this is part of the default functionality of a `` element (I think), this should be implemented in the core code, not as a separate plugin. Thank you for...
This occurs on any of these three occasions: * Large piece of text pasted onto a line - goes to middle of pasted text. [Regardless of Indent plugin] * Indent...
Fix #100 inadvertently caused bug #115, which makes `code-input` unusable on mobile devices (note to self: always test on mobile devices!). Another fix is needed that does not `blur` then...
> try `letter-spacing: 0` on `code-input > pre` Thanks for the suggestion, but it didn't work. The bug: * Persists no matter the `letter-spacing` I apply to `code-input textarea, code-input...
In Chrome DevTools with Prism.js, this code makes the alignment correct at the far left and far right sides of the example, but in the middle the highlighted code (`pre...
Setting the [`text-rendering`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-rendering) property to any consistent value on `code-input textarea, code-input pre, code-input pre *` doesn't seem to work.
I'm not sure how to fix this bug; I'll leave it now because it's very much of an edge-case but if you have any idea of how it could be...
Sorry for the very long delay. The match braces plugin relies on detecting when the user hovers over the syntax-highlighted `` element, which will never happen with `` by default...
@ozonosphere I just realised I didn't @ mention you above. Please let me know your choice when you have time.
@ozonosphere For your information, I'm working on this right now. There are a few small bugs remaining in my local code, but once I've fixed them I'll commit, push, and...