Issue1479219
Created on 2006-04-30 07:48 by taleinat, last changed 2006-07-17 22:07 by kbk.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
ColorDelegator.patch
|
taleinat,
2006-06-29 15:55
|
ColorDelegator patch diff |
|
|
|
msg50144 - (view) |
Author: Tal Einat (taleinat) |
Date: 2006-04-30 07:48 |
|
This patch fixes the following bugs in the Bug Tracker:
[ 1325071 ] "as" keyword sometimes highlighted in strings
This patch fixes the following undocumented bugs:
* "as" keyword colored as a keyword even in comments on
the 'import' line
* Comments such as "#False identity", which start with
a keyword immediatly after the '#' character, aren't
colored as comments.
* In unicode string literals (e.g. u"bob"), the
preceding 'u' character isn't colored as part of the
string. But the preceding 'r' of raw string literals is.
I have only added/fixed minor details, no logic changes.
|
|
msg50145 - (view) |
Author: Tal Einat (taleinat) |
Date: 2006-06-29 15:55 |
|
Logged In: YES
user_id=1330769
Replaced patch file:
Fixed a minor bug caused by faulty use of the "and/or trick".
|
|
msg50146 - (view) |
Author: Kurt B. Kaiser (kbk) |
Date: 2006-07-17 22:07 |
|
Logged In: YES
user_id=149084
rev 50692. Thanks for the patch!
|
|
| Date |
User |
Action |
Args |
| 2006-04-30 07:48:02 | taleinat | create | |
|