Marcus: -------------------------------------------------------------------------------- The CTRL+SPACE BAR mode seem work on Response.Wri..te but is only appaerance, because Write (as like as the "Read" keyword) are in the method list provided for the FileSystemObject, instead of the Write method of the Response ASP-object. --------------------------------------------------------------------------------
Code-completion in PSPad is not aware of object inheritance and such. Suggestions by Ctrl+J are based on what you've already typed and the keywords defined for the given language, Ctrl+Space uses its own predefined list of snippets. Basically, this means that there is no way to distinguish several Write methods for different objects. -- <http://forum.pspad.com/read.php?2,48812,48822> PSPad freeware editor http://www.pspad.com
