dlangide v0.8.7 (2017-10-16T10:34:14Z)
Home
Dub
Repo
FileCreationResult
dlangide
ui
newfile
Undocumented in source.
class
FileCreationResult {
Project
project
;
string
filename
;
this
(Project project, string filename);
}
Constructors
this
this
(Project project, string filename)
Undocumented in source.
Members
Variables
filename
string
filename
;
Undocumented in source.
project
Project
project
;
Undocumented in source.
Meta
Source
See Implementation
dlangide
ui
newfile
classes
FileCreationResult
NewFileDlg
ProjectTemplate
enums
FileKind