dlangide v0.5.7 (2015-12-10T13:40:30Z)
Home
Dub
Repo
ProjectSettings
dlangide
workspace
projectsettings
Undocumented in source.
class
ProjectSettings : SettingsFile {
this
(string filename);
void
afterLoad
();
void
updateDefaults
();
Setting
buildSettings
[@property getter];
Setting
debugSettings
[@property getter];
bool
buildVerbose
[@property getter];
string
getToolchain
(IDESettings idesettings);
string
getArch
(IDESettings idesettings);
}
Constructors
this
this
(string filename)
Undocumented in source.
Members
Functions
afterLoad
void
afterLoad
()
override to do something after loading - e.g. set defaults
getArch
string
getArch
(IDESettings idesettings)
Undocumented in source. Be warned that the author may not have intended to support it.
getToolchain
string
getToolchain
(IDESettings idesettings)
Undocumented in source. Be warned that the author may not have intended to support it.
updateDefaults
void
updateDefaults
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
buildSettings
Setting
buildSettings
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
buildVerbose
bool
buildVerbose
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
debugSettings
Setting
debugSettings
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dlangide
workspace
projectsettings
classes
ProjectSettings
variables
AVAILABLE_ARCH
AVAILABLE_TOOLCHAINS