dlangide v0.7.6 (2016-09-15T14:12:00Z)
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