Completion proposal should remove extraneous text
Status: Beta
Brought to you by:
bernhardbrem
Create the class below...
public class Test {
public void v() {
System.IDisposable d;
}
}
In the empty line after the declaration of 'd', type 'd.'. A 'd.Dispose()' proposal will appear. I think that the proposal should only display 'Dispose()' without the 'd.'.
Logged In: YES
user_id=1858080
Originator: NO
Hm, it was a little bug with has been fixed last week and is in the CVS. I cannot reproduce this with the newest cvs...
Logged In: YES
user_id=1858080
Originator: NO
fixed