Łukasz Lityński
Łukasz Lityński
Lately I'm a little busy, but I will look into it (I hope I will manage to reproduce this).
What theme you have set in Atom? It is supposed to get colors from Atom theme.
There is an option for selecting entities by alt+clicking them if this is what you mean (not sure if I've documented this).
You don't have to enable it. Just alt+click over function name in the sidepanel.
I didn't tested it on Windows, I suppose Windows version of Atom (or just Electron or Chrome on which Atom is based) intercepts somehow `alt + click`. But you may...
It's possible to support different languages, but this is not configurable on end user level yet. I mean, `atom-lupa` is just GUI for `lupa` library (also written by me) which...
it happened when you were editing Python file, right? Do you have Python interpreter installed on your system? (and what operating system you're working on?)
`I am running Mac OS X 10.12.1 as you can see from the bug report.` yes, I overlooked this fact. `No, it didn't. I was editing a normal js file.`...
I've discovered that script which analyses Python* runs always (even with JavaScript files). This can affects performance ( #36 ) but it shouldn't trigger errors (at least I cannot reproduce...