Waldir Pimenta

Results 319 issues of Waldir Pimenta

Similar to the spell-checking one.

Right now the line-wrapping guide is displayed via a weird hack, introduced back in 25d8c64cc0801802a8bb24a465bc836a8acb59b5: a separate textarea with 80ch of width, a 1px right border, and a z-index of...

We should have tests to ensure all the code (JS), page structure (HTML) and styling (CSS) works as intended. Running these tests in each PR would have prevented regressions like...

Syntax highlighting could be supported by using an external library. Contenders: - [highlight.js](https://highlightjs.org/) - [google-code-prettify](https://code.google.com/p/google-code-prettify/) - [Remember the dot's Syntax highlighter](https://www.mediawiki.org/wiki/User:Remember_the_dot/Syntax_highlighter#Overview_of_approach)

enhancement

Support for typing tab characters in the textarea was introduced all the way back in d2549d0efdd9efa05f76d98cd7e8163c29194a99, but it stopped working along the way, as @SenadAlagic pointed out in #70. I've...

bug

In #65 a simple method to display a dialog box was implemented using the [dialog](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog) element and its `showModal()` method. However, it would be nice if as much of the...

For sharing / bookmarking

enhancement

- http://danml.com/replace/ (replace w/ highlight & regex mode) - (bring more from the readme)

enhancement

see d2eef3f (doesn't seem to have worked, need to debug it)

bug