[Github-comments] [geany/geany] Different colors for objects, methods and attributes? (#2441)
fightthepower
notifications at xxxxx
Tue Feb 18 09:35:27 UTC 2020
Consider this python code
```
class example:
def __init__(self):
self.hello = "Hello"
def world(self):
return "World !"
e = example()
print(e.hello)
print(e.world())
```
I am using a Tango color scheme and currently all of these
```
e = example()
e.hello
e.world()
```
have the same color (ie white) in geany. It would be nice if we get different colors for objects,methods and attributes.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2441
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20200218/75a8b26e/attachment.htm>
More information about the Github-comments
mailing list