larsenwork / monoid

Customisable coding font with alternates, ligatures and contextual positioning. Crazy crisp at 12px/9pt. http://larsenwork.com/monoid/
7.85k stars 170 forks source link

Wrong character appears for bit shift. #127

Closed gvela024 closed 8 years ago

gvela024 commented 8 years ago

Using Eclipse Luna.

I type in:

uint8_t blah;

// do some stuff

blah <<= 1;

Monoid turns this into a less than sign followed by a less than or equal to sign. Haven't tried any other variations but I'm assuming there is a similar issue with >>=.

larsenwork commented 8 years ago

cheers, fixed <<=

= is currently a ligature as used in haskell...not sure what to do about it...

screen shot 2015-08-26 at 15 22 00

larsenwork commented 8 years ago

I'll upload a new version soon (probably this weekend).

gvela024 commented 8 years ago

Nice! Love the font.