Right now, the reference resolving and content completion interface always get the parent tree node of the selection, e.g. in


entity X {

}

if you select X, the reference resolver is invoked with Entity("X", []). This interface should be changed to just return just the selected tree node, or possibly a single-child parent such as ID("X"). With the current interface, the reference resolver has to guess which child was selected.

Submitted by Lennart Kats on 14 April 2011 at 18:28

On 14 April 2011 at 18:29 Lennart Kats tagged incompatible

On 14 April 2011 at 18:29 Lennart Kats tagged 1.0

On 14 April 2011 at 18:30 Lennart Kats closed this issue.

On 14 April 2011 at 18:30 Lennart Kats commented:

Implemented in r22534.


On 30 September 2012 at 20:00 Emmanuel Castro tagged !manu

Log in to post comments