fisheva / Eva-Theme

A comfortable and semantic theme.
https://marketplace.visualstudio.com/items?itemName=fisheva.eva-theme
MIT License
452 stars 38 forks source link

If Variable Name is same to one of the Built-in Functions then Variable Color appears same as Calling a Function [Python] #39

Closed REYNEP closed 3 years ago

REYNEP commented 3 years ago

Eva 1.0.1

Screenshot

image

Code Snippet

Python 3.7

input = input("Enter Something: ")
inputType = type(input)
x = self.draw_buttons(cur_context, UI_layout)

Supplement

As of Eva 1.0.1 All function-call are Of Same colors, But I think in eva support.function.builtin.python are also same color as a function-call. Thus the variable gets the same color as a function-call, Wouldn't it be better if variables like 'input' were the same color as regular Variable

image image image

fisheva commented 3 years ago

Thank you! This's a point I didn't notice. Is this the effect you wanted?

QQ20201124-003646@2x
REYNEP commented 3 years ago

Thanks For the fix, Got it in 1.0.2

fisheva commented 3 years ago

@REYNEP Sorry, it took so late to update with another fix. As you can see, I left a message for you on 2020-10-24, and I have been waiting for your reply.

REYNEP commented 3 years ago

@fisheva, Sorry for not replying, DEC 1 was deadline for a Short Film, That me and a friend was Working on for over a couple of months, WE were in Rush.... had to use some code for changing filenames, noticed that bug, So i thought I would just open a new issue here and assumed that you will fix it anyway....