dlangide v0.0.18 (2015-01-21T13:41:15Z)
Home
Dub
Repo
Workspace
dlangide
workspace
workspace
DlangIDE workspace
class
Workspace :
WorkspaceItem
{
protected
Project
[]
_projects
;
this
(string fname);
Project
[]
projects
[@property getter];
bool
load
(string fname);
void
close
();
}
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
Source
See Implementation
dlangide
workspace
workspace
classes
Workspace
WorkspaceException
static variables
currentWorkspace
DlangIDE workspace