Scripting: Object properties, e. g. SelectedItem/Code Completion

Hello again,

where can I find infos about all the Object properties e. g. for SelectedItem?
I know .name and .path and looking for the full file name (path\name).
Code Completion inside the scripting editor would be great!

Many thanks and greetings
opusfreak

The Scripting Reference section of the manual contains that information.

Code completion would be great but is very difficult with scripting languages as all the objects/variables lack static types, which makes it hard for the editor to know what they are. (We have provided it for Evaluator code, on the other hand.)