[Patches] [ python-Patches-805830 ] Highlight builtins

SourceForge.net noreply at sourceforge.net
Mon Mar 8 15:51:52 EST 2004


Patches item #805830, was opened at 2003-09-13 20:29
Message generated for change (Comment added) made by kbk
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=805830&group_id=5470

Category: IDLE
Group: Python 2.4
Status: Closed
Resolution: Accepted
Priority: 5
Submitted By: Nigel Rowe (fisheggs)
Assigned to: Kurt B. Kaiser (kbk)
Summary: Highlight builtins

Initial Comment:
There was a recent discussion on c.l.p regarding shadowing builtins.  (Summary, DONT).

The point was made that decent editors should highlight builtins and keywords.

The attached patch enables hightlighting of all entries in __builtin__ excluding those starting with a '_'




----------------------------------------------------------------------

>Comment By: Kurt B. Kaiser (kbk)
Date: 2004-03-08 15:51

Message:
Logged In: YES 
user_id=149084

This also fixed 
Python [897872 ] Unknown color name on HP-UX

----------------------------------------------------------------------

Comment By: Kurt B. Kaiser (kbk)
Date: 2004-03-08 13:33

Message:
Logged In: YES 
user_id=149084

Thanks for the patch!

This also implemented a fix for IDLEfork bug 
[ 693418 ] Normal text background color not refreshed
which is a significant contribution!

Add a highlight theme for builtin keywords.
Python Patch 805830 Nigel Rowe

M ClassBrowser.py 1.8
M ColorDelegator.py 1.13
M EditorWindow.py 1.56
M NEWS.txt 1.31
M PyShell.py 1.87
M TreeWidget.py 1.9
M config-highlight.def 1.8
M configDialog.py 1.57
M configHandler.py 1.34


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=805830&group_id=5470



More information about the Patches mailing list