yinwang0 / pysonar2

PySonar2: a semantic indexer for Python with interprocedual type inference

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onmouseover event of left menu tree doesnot work

zengfanfan opened this issue · comments

js event onmouseover=highlight("_a_b_c_d")
should be onmouseover=highlight(".a.b.c.d")

'cause dot(.) is used as separator of xid instead of underscore( _ )