Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #64810 > unrolled thread

Re: Highlighting program variables instead of keywords?

Started byChris Angelico <rosuav@gmail.com>
First post2014-01-27 11:52 +1100
Last post2014-01-27 07:31 -0800
Articles 3 — 3 participants

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Highlighting program variables instead of keywords? Chris Angelico <rosuav@gmail.com> - 2014-01-27 11:52 +1100
    Re: Highlighting program variables instead of keywords? Roy Smith <roy@panix.com> - 2014-01-26 21:54 -0500
      Re: Highlighting program variables instead of keywords? Ethan Furman <ethan@stoneleaf.us> - 2014-01-27 07:31 -0800

#64810 — Re: Highlighting program variables instead of keywords?

FromChris Angelico <rosuav@gmail.com>
Date2014-01-27 11:52 +1100
SubjectRe: Highlighting program variables instead of keywords?
Message-ID<mailman.6011.1390783954.18130.python-list@python.org>
On Mon, Jan 27, 2014 at 11:51 AM, Chris Angelico <rosuav@gmail.com> wrote:
> On Mon, Jan 27, 2014 at 11:46 AM, Terry Reedy <tjreedy@udel.edu> wrote:
>> 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.
>
> In SciTE, I can put the cursor on a word and hit Ctrl-F3 to find other
> instances of that word. If that's not enough, following it up with
> Ctrl-Home, F3 will find the first instance of it, and if the program
> follows the Define-Before-Use principle, that'll be the definition.
> That's usually enough.
>
> ChrisA

That said, though, I grew up without syntax highlighting of any sort,
and didn't think it particularly important; but now that I have
editors with all those sorts of features, I do find them handy. So
it's possible that a system like this would be of value if once the
programmer gets used to it.

ChrisA

[toc] | [next] | [standalone]


#64820

FromRoy Smith <roy@panix.com>
Date2014-01-26 21:54 -0500
Message-ID<roy-F1EED5.21543026012014@news.panix.com>
In reply to#64810
In article <mailman.6011.1390783954.18130.python-list@python.org>,
 Chris Angelico <rosuav@gmail.com> wrote:

> That said, though, I grew up without syntax highlighting of any sort,
> and didn't think it particularly important; but now that I have
> editors with all those sorts of features, I do find them handy.

Same here, except I'd replace "find them handy" with "totally addicted 
to".

[toc] | [prev] | [next] | [standalone]


#64872

FromEthan Furman <ethan@stoneleaf.us>
Date2014-01-27 07:31 -0800
Message-ID<mailman.6046.1390837928.18130.python-list@python.org>
In reply to#64820
On 01/26/2014 06:54 PM, Roy Smith wrote:
> Chris Angelico wrote:
>>
>> That said, though, I grew up without syntax highlighting of any sort,
>> and didn't think it particularly important; but now that I have
>> editors with all those sorts of features, I do find them handy.
>
> Same here, except I'd replace "find them handy" with "totally addicted
> to".

+1000

--
~Ethan~

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web