Property
IdeRunCommand:languages
Description
Contains the programming languages used.
This is to be set by run command providers when they know what languages are used to create the program spawned by the run command. This can be used by debuggers to ensure that a suitable debugger is chosen for a given language used.
Type: | An array of char* |
Getter method | ide_run_command_get_languages() |
Setter method | ide_run_command_set_languages() |