dlangide v0.7.77 (2017-09-12T14:20:07Z)
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