Method
IdeFileSettingsget_settled
Description
Gets the IdeFileSettings:settled
property.
This property is TRUE
when all of the children file settings have completed loading.
Some file setting implementations require that various I/O be performed on disk in
the background. This property will change to TRUE
when all of the settings have
been loaded.
Normally, this is not a problem, since the editor will respond to changes and update them accordingly. However, if you are writing a tool that prints the file settings (such as ide-list-file-settings), you probably want to wait until the values have settled.
Gets property | Ide.FileSettings:settled |