This is my Editplus like Netbeans light color scheme.
There are lots of dark schemes but a few light one.
My colors based on Editplus default colors and inverted Symfony 2 dark scheme.
Font: Consolas 12px
PHP:
So, today, I bought new one at garage sale.
Well it isn’t brand-new. It’s few years old but it’s still in fantastic condition.
It’s working like a charm.
It’s very simple. I’m using it very often.
$offset = 0;
for($i = 0; $i<10; $i++) {
$offset = 1 - $offset;
echo $offset;
}
The above example will output:
1010101010