new_file_added


Description:

public signal void new_file_added (File file)

Emitted when a new file is explicitly added to the project (not during scans). This signal is only emitted when a new file is created, not when files are discovered during directory scans. Use this to react to new file creation.

Parameters:

file

The newly created File object