Age | Commit message (Collapse) | Author | Files | Lines |
|
Linux -> OS X works.
From Mitchell Foral.
|
|
|
|
|
|
convertBaseToScreen:
call on 10.6. convertBaseToScreen: was deprecated in 10.7.
|
|
and cause a crash and shouldn't read beyond length anyway.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* CPP highlighting is disableable
* CPP is now correctly colored when inside comments and strings
* Some bugs with incremental lexing fixed
* Indented imports folding is now undisableable
|
|
Fixed a bug when X wasn't highlighted as a module in import {-# SOURCE #-} X
Fixed a bug when preprocessor directives could mess up context keywords
|
|
From Alpha.
|
|
|
|
From Alpha.
|
|
Make compatible with PyPy.
|
|
|
|
|
|
Also needs changes to GUID code and the pixel format in InitPixMap but the
correct code for those issues is less certain.
|
|
|
|
|
|
|
|
lexer.haskell.allow.hash
* Allow only one dot in base 10 numeric literals
* Comments are now treated as whitespace by the folder
* Fixed inconsistent folding at end of the file
|
|
|
|
|
|
|
|
from and to UTF-8 together. Wrapping the allocation ensures deallocation
in all cases.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Don't check result of new as failures throw an exception.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Made more variables const.
|
|
|
|
|
|
|
|
|
|
|
|
|