dlangide v0.5.7 (2015-12-10T13:40:30Z)
Home
Dub
Repo
WorkspaceItem
dlangide
workspace
project
Undocumented in source.
class
WorkspaceItem {
protected
string
_filename
;
protected
string
_dir
;
protected
dstring
_name
;
protected
dstring
_description
;
this
(string fname);
string
filename
[@property getter];
string
dir
[@property getter];
string
filename
[@property setter];
dstring
name
[@property getter];
dstring
name
[@property setter];
dstring
description
[@property getter];
dstring
description
[@property setter];
bool
load
(string fname);
bool
save
(string fname);
}
Constructors
this
this
(string fname)
Undocumented in source.
Members
Functions
load
bool
load
(string fname)
load
save
bool
save
(string fname)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
description
dstring
description
[@property getter]
name
description
dstring
description
[@property setter]
name
dir
string
dir
[@property getter]
workspace item directory
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
Variables
_description
dstring
_description
;
Undocumented in source.
_dir
string
_dir
;
Undocumented in source.
_filename
string
_filename
;
Undocumented in source.
_name
dstring
_name
;
Undocumented in source.
Meta
Source
See Implementation
dlangide
workspace
project
classes
DubPackageFinder
Project
ProjectFolder
ProjectItem
ProjectSourceFile
WorkspaceItem
functions
dmdSourcePaths
isProjectFile
isValidFileName
isValidModuleName
isValidProjectName
toForwardSlashSeparator
structs
ProjectConfiguration