Workspace

DlangIDE workspace

Constructors

this
this(string fname)
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
load
bool load(string fname)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

projects
Project[] projects [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_projects
Project[] _projects;
Undocumented in source.

Inherited Members

From WorkspaceItem

_filename
string _filename;
Undocumented in source.
_dir
string _dir;
Undocumented in source.
_name
dstring _name;
Undocumented in source.
_description
dstring _description;
Undocumented in source.
filename
string filename [@property getter]

file name of workspace item

filename
string filename [@property setter]

file name of workspace item

name
dstring name [@property getter]

name

name
dstring name [@property setter]

name

description
dstring description [@property getter]

name

description
dstring description [@property setter]

name

load
bool load(string fname)

load

save
bool save()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta