The following forum message was posted by gumpish at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3811602:

Ahhh, I see. Yes, what I was hoping for was just to have brackets always appear 
as a different color from the rest of the code. For that matter having 
operators appear in a different color would also be an improvement. Both of 
these should be more straightforward than general syntax highlighting since no 
determination has to be made as to whether or not part of some larger word is 
being typed... EVERY instance of (, ), [, and ] should be in the bracket color 
and every instance of =, +, -, *, /, %, etc should be displayed in the operator 
color...

Also on my wish list would be function calls / method invocations, but starting 
small with the easy stuff is fine. I did take a look at the PyCodeScanner code 
and may take a crack at it later on myself if necessary (though I\'ve never 
tried to build an eclipse plugin before).

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to