-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Object.prototype
members mis-highlighted
#89
Closed
satyr opened this issue
Feb 8, 2011
· 6 comments
· May be fixed by HijadelUFO/ace#11, ethereum-node/ace#10, aliceUnhinged613/ace#19 or sirinartk/ace#14
Closed
Object.prototype
members mis-highlighted
#89
satyr opened this issue
Feb 8, 2011
· 6 comments
· May be fixed by HijadelUFO/ace#11, ethereum-node/ace#10, aliceUnhinged613/ace#19 or sirinartk/ace#14
Comments
Thanks for the bug report. I'm sorry but I don't get it. Do you have an example for me? |
Try typing toString in say, Python mode. |
Oh, now I understand. Should be easy to fix. |
fixed. I had to use getOwnProperty() instead of object lookups. |
Make sure to disclude _proto_:
|
True. This is really the ugly side of JavaScript. Though I'll keep it for now since it will happen very rarely. |
This was referenced Mar 26, 2021
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In modes that use
lang.arrayToMap
as dictionary, words that share the name withObject.prototype
members (such as constructor or toString) are incorrectly highlighted.The text was updated successfully, but these errors were encountered: