Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
* 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
event->modifiers()
due to limitation mentioned in Qt documentation.
http://qt-project.org/doc/qt-4.8/qkeyevent.html#modifiers
|
|
|
|
|
|
|
|
From Mark Yen.
|
|
|
|
|
|
|
|
|
|
|