UniSciTE in version 3.x Script Edtior

Hey everyone,

I recall in version 2.6 the default script editor would show some sort of tool tip with available function parameters and all overloaded versions of a function when I would type the function name with the first parenthesis. Ex... Instantiate( ...then the tool tip would show with all the info i mentioned.

I cannot figure out how to make this happen for Unity 3... or if it is even supported anymore. I know I could switch editors but I don't want to.

If anyone knows if or how I can enable this, please help.

Thanks

This page describes how to use Notepad++ for Unity development, including auto-completion: http://www.unifycommunity.com/wiki/index.php?title=Using_Notepad_Plus_Plus_as_a_script_editor

(Notepad++ and UniSciTE are both based on Scintilla, so fairly similar, but Notepad++ is better.)