Menu

#106 Color Customizations

open
nobody
5
2006-03-22
2006-03-22
Anonymous
No

Color Customizations:

Right now it looks like you have the built-in and
keyword type symbol tables grouped together.

It would be nice if they were seperate entities so
that we could color keywords one color and built-ins
another color.

keyword examples
and del for is raise
assert elif from lambda return
break else global not try
class except if or while
continue exec import pass yield
def finally in print

built-in examples
abs, basestring , bool , callable , chr ,
classmethod , cmp , compile , complex , delattr ,
dict , dir , divmod , enumerate , eval , execfile ,
file , filter , float , frozensetgetattr , globals ,
hasattr , hash , help , hex , id , input , int ,
isinstance , issubclass , iter , len , list , locals ,
long , map , max , min , object , oct , open , ord ,
pow , property , range , , raw_input , reduce ,
reload , repr , reversed , round , set , setattr ,
slice , sorted , staticmethod , str , sum , super ,
tuple , type, type , unichr , unicode, vars, xrange,
zip
None, Ellipsis, False, True, NotImplemented
StandardError , ArithmeticError , LookupError ,
EnvironmentError , AssertionError , AttributeError ,
EOFError , FloatingPointError , IOError ,
ImportError , IndexError , KeyError ,
KeyboardInterrupt , MemoryError , NameError ,
NotImplementedError , OSError , OverflowError ,
ReferenceError , RuntimeError , StopIteration ,
SyntaxError , SystemError , SystemExit , TypeError ,
UnboundLocalError , UnicodeError ,
UnicodeEncodeError , UnicodeDecodeError ,
UnicodeTranslateError , ValueError , WindowsError ,
ZeroDivisionError , Warning , UserWarning ,
DeprecationWarning , PendingDeprecationWarning ,
SyntaxWarning , RuntimeWarning , FutureWarning

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.