dfmt 0.1.0

Kagamin via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sat Mar 7 06:47:44 PST 2015


On Friday, 6 March 2015 at 20:22:42 UTC, Ben Boeckel wrote:
> You're making assumptions about the features of your users' 
> editors. These features are not trivial to implement

Implementation of three different word wrapping algorithms in 
Scintilla took 52 lines of code. For comparison: a rudimentary D 
lexer is only modest 400 lines.

> requires things like pygments and other tools used to render 
> code to the web with all kinds of logic to handle dynamic 
> viewports of the shown code.

You think too web 2.0, browsers wrap text since the beginning, 
tools only need to stop fight with them.


More information about the Digitalmars-d-announce mailing list