Property
IdeContext:project-id
Description
The “project-id” property is the identifier to use when creating files and folders for this project. It has a mutated form of either the directory or some other discoverable trait of the project.
It has also been modified to remove spaces and other unsafe characters for file-systems.
This may change during runtime, but usually only once when the project has been initialize loaded.
Before any project has loaded, this is “empty” to allow flexibility for non-project use.
Type: | gchar* |
Default value | empty |
Setter method | ide_context_set_project_id() |