Age | Commit message (Collapse) | Author | Files | Lines |
|
Tests added for example numeric literals.
|
|
|
|
|
|
#if 1 / 0
or
#if 1 //
|
|
return 0.
|
|
|
|
causing preprocessor memory to be out of sync.
|
|
|
|
|
|
switch focus.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to avoid deprecation warnings on GTK+ 2.20.
|
|
|
|
|
|
|
|
|
|
That code used deprecated APIs.
|
|
|
|
|
|
|
|
|
|
|
|
Fix from Colomban Wendling.
|
|
|
|
When new line characters are inserted on a folded fold header line,
the fold is unfolded.
|
|
Cleaned up the powerpro lexer.
Renamed variables to be more descriptive
Removed code that wasn't being used
|
|
|
|
'as' is a keyword but in all other contexts it is a normal identifier.
The highligthting was failing if the operators are not separated by spaces: 10+20
There was highlighting for data types, classes and instances but it didn't
work correctly. This was removed.
|
|
Some tidying.
|
|
|
|
|
|
|
|
Updated documentation to describe the common DBCS support between platforms
and removed outdated text.
|
|
Caused by 16-bit integer underflow on coordinates, possibly in X.
|
|
Chinese code page 936 maps to iconv id CP936 which maps
more characters than GB2312.
|
|
|
|
DBCS case folder implemented on Windows.
|
|
|
|
|
|
|
|
Patch from Eric Promislow.
|
|
|
|
and brace matching as it is much faster on DBCS text.
|
|
|