Age | Commit message (Collapse) | Author | Files | Lines |
|
efficiently.
|
|
dwell start on timer. Send dwell end for mouse leave.
|
|
|
|
|
|
|
|
|
|
keyword.
|
|
|
|
the start of document.
|
|
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.
|