http://bugzilla.novell.com/show_bug.cgi?id=615544 http://bugzilla.novell.com/show_bug.cgi?id=615544#c0 Summary: MD: stop function parameters hinting when argument list is complete Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: x86-64 OS/Version: Other Status: NEW Severity: Minor Priority: P5 - None Component: Mono AssignedTo: bnc-team-mono@forge.provo.novell.com ReportedBy: bluedzins@wp.pl QAContact: qa@suse.de Found By: --- Blocker: --- Consider this code: void foo(string x,string y) { ... } string a,b; foo(a,|); | denotes cursor position. Type "b" now -- MD will still show the description of the function despite the facts: a) the function is complete now (two arguments are given) b) there is no match for any other entity starting with "b" Please, once done, stop hinting. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.