Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #64808
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Subject | Re: Highlighting program variables instead of keywords? |
| Date | 2014-01-26 19:46 -0500 |
| References | <CANc-5UwcZT18RgLqzHq0oMPA4sxfbfu0ZQhGPJBYZ0KEUJ6m2g@mail.gmail.com> <CANc-5UwkLjmwA5LCAKRGjDZaf5EiHXCfU4_Hm2e9yXsDmApR=g@mail.gmail.com> <CANc-5UxqBJPjk-QYgOL+n1A85xHAicPQHSPfB1fhBg877g0TTQ@mail.gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.6009.1390783600.18130.python-list@python.org> (permalink) |
On 1/26/2014 7:31 PM, Skip Montanaro wrote: > My son sent me a link to an essay about highlighting program data > instead of keywords: > > https://medium.com/p/3a6db2743a1e/ What it is doing is color coding user-supplied identifiers, with different color for each one. I found that confusing to read. The only use I can see for this is to track the usage of a particular name, but that would be better done by just highlighting one name at a time. > I think this might have value, especially if to could bounce back and > forth between both schemes. Is anyone aware of tools like this for > Python? Bonus points for pointers to an Emacs implementation. -- Terry Jan Reedy
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Highlighting program variables instead of keywords? Terry Reedy <tjreedy@udel.edu> - 2014-01-26 19:46 -0500
csiph-web