code-input icon indicating copy to clipboard operation
code-input copied to clipboard

Fully customisable, editable, syntax-highlighted textareas + plugins

Results 48 code-input issues
Sort by recently updated
recently updated
newest added

Aesthetic but annoying; WebKit (e.g. GNOME Web, Safari) only. Open tests/i18n.html; keyboard navigate to right-to-left element with plugins then to the end of the longest line so scrolls left. Keyboard...

bug
area:browser
priority:medium

Currently they are not passed and do nothing since code-input elements aren't focusable and making them focusable would be illogical. The consistency is with the focus event, `selectionStart`, `selectionEnd`, etc.

enhancement
area:tests
priority:medium

For this code: ``` // Create a function for autocompletion var tags = ["!DOCTYPE html", "html", "head", "body", "title", "style", "script", "link", "meta", "h1", "h2", "h3", "h4", "h5", "h6", "em",...

bug
area:tests
priority:medium

Using these special characters (all ASCII chars from 0000 to 007F), on Firefox 140: ```   !"#$%&'()*+,-./0123456789:;?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ ``` Out of the full-plugin demos here, only with highlight.js and not...

bug
help wanted
area:existing-plugin
priority:medium

## Steps to reproduce * Open tests/i18n.html (in the repository). * Alternatively, create a code-input element and input some Devangari (e.g. Hindi) or Hebrew text into it. * Make the...

bug
area:core
area:browser
priority:medium

Currently, if no find-and-replace query has been executed before, the first match found will be the first in all the code. The expected result mirrored in IDEs is starting at...

bug
good first issue
area:existing-plugin
priority:medium

The autocomplete-created pre to find where to place the popup does not handle special character sizes. Potentially autocomplete should use the pre element. This is part of #106.

bug
area:existing-plugin
priority:low

Aims: * Make it easier for people to try out `code-input` * Make it easier for people to contribute to `code-input` * Give `code-input` a website, a space on the...

documentation
enhancement
priority:medium