dlangide v0.8.17 (2018-11-26T09:12:46Z)
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
functions
createFile
getPackageName