Hi folks,

possibility of highlighting variable name is a new feature in the trunk.

It's not clear however, in which circumstances variable should get highlighted -if at all.

Also might drop that, should it not be considered useful.

Would be nice to get some comments before a release.

Thanks,

Andreas



-------- Original-Nachricht --------
Betreff: [Bug 858304] [NEW] variable name is highighted on LHS of equality (==) test, but shouldn't be
Datum: Sat, 24 Sep 2011 15:58:38 -0000
Von: Andrew Uzilov <858...@bugs.launchpad.net>
Antwort an: Bug 858304 <858...@bugs.launchpad.net>
An: andreas.roeh...@online.de

Public bug reported:

This pertains to the lp:python-mode branch, I think this bug does not
occur in 6.0.2.

LHS of equality (==) tests now gets highlighted, but it shouldn't.  The
highlighting should only be for LHS on assignment (=) expressions.  For
example:

if someVar == 5:
     doSomething()

"someVar" is highlighted.  However, if you wrap it with something, like
this:

if len (someVar) == 5:
     doSomething()

"someVar" is not highlighted.

** Affects: python-mode
     Importance: Undecided
         Status: New

--
You received this bug notification because you are subscribed to python-
mode.el.
https://bugs.launchpad.net/bugs/858304

Title:
  variable name is highighted on LHS of equality (==) test, but
  shouldn't be

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-mode/+bug/858304/+subscriptions

_______________________________________________
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode

Reply via email to