hi, i'm python coder and need scite for coding (it really cooll editor=))
BUT, it not colored builtins=\
python buitlins:
>>> dir(__builtins__)
*['ArithmeticError', 'AssertionError', 'AttributeError',
'DeprecationWarning', 'E
OFError', 'Ellipsis', 'EnvironmentError', 'Exception', 'False',
'FloatingPointEr
ror', 'FutureWarning', 'IOError', 'ImportError', 'IndentationError',
'IndexError
', 'KeyError', 'KeyboardInterrupt', 'LookupError', 'MemoryError',
'NameError', '
None', 'NotImplemented', 'NotImplementedError', 'OSError',
'OverflowError', 'Ove
rflowWarning', 'PendingDeprecationWarning', 'ReferenceError',
'RuntimeError', 'R
untimeWarning', 'StandardError', 'StopIteration', 'SyntaxError',
'SyntaxWarning'
, 'SystemError', 'SystemExit', 'TabError', 'True', 'TypeError',
'UnboundLocalErr
or', 'UnicodeDecodeError', 'UnicodeEncodeError', 'UnicodeError',
'UnicodeTransla
teError', 'UserWarning', 'ValueError', 'Warning', 'WindowsError',
'ZeroDivisionE
rror', '_', '__debug__', '__doc__', '__import__', '__name__', 'abs',
'apply', 'b
asestring', 'bool', 'buffer', 'callable', 'chr', 'classmethod', 'cmp',
'coerce',
'compile', 'complex', 'copyright', 'credits', 'delattr', 'dict', 'dir',
'divmod
', 'enumerate', 'eval', 'execfile', 'exit', 'file', 'filter', 'float',
'frozense
t', 'getattr', 'globals', 'hasattr', 'hash', 'help', 'hex', 'id',
'input', 'int'
, 'intern', 'isinstance', 'issubclass', 'iter', 'len', 'license',
'list', 'local
s', 'long', 'map', 'max', 'min', 'object', 'oct', 'open', 'ord', 'pow',
'propert
y', 'quit', 'range', 'raw_input', 'reduce', 'reload', 'repr',
'reversed', 'round
', 'set', 'setattr', 'slice', 'sorted', 'staticmethod', 'str', 'sum',
'super', '
tuple', 'type', 'unichr', 'unicode', 'vars', 'xrange', 'zip']*
and it will be colored! (but no all (as pytnon IDLE editor))B)
but#2 i saw python lexer sources and there only 1 keywords var=\
can i colored it whitout keywords?
thx