Preferences

File Exists

You can use these settings to control what happens if a file being dragged and dropped onto the work area already exists in your project.

Auto-rename

Automatically rename the file being added to the project so there are no naming conflicts.

Use newest

Use the newest of the two files.

Ask

Ask you if you would like to overwrite the file currently in your project with the new file, or add the file with a new name.

Dropped Script

You can use these settings to control what happens when a script file (*.lua) is dragged and dropped onto the work area of your project.

Add Application.LoadScript to Global Functions.

Automatically add an Application.LoadScript action to the Global Functions of your project.

Ignore

Ignore the attempt to add the file.

Ask

Ask you if you would like to load the script file using an Application.LoadScript action in Global Functions.