NewFileDlg

Undocumented in source.

Constructors

this
this(IDEFrame parent, Project currentProject, ProjectFolder folder)
Undocumented in source.

Members

Functions

close
void close(Action action)
Undocumented in source. Be warned that the author may not have intended to support it.
createItem
bool createItem()
Undocumented in source. Be warned that the author may not have intended to support it.
findSource
bool findSource(string path, string sourceFolderPath, string relativePath)
Undocumented in source. Be warned that the author may not have intended to support it.
initTemplates
void initTemplates()
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize()

override to implement creation of dialog controls

setError
bool setError(dstring msg)
Undocumented in source. Be warned that the author may not have intended to support it.
templateSelected
void templateSelected(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
validate
bool validate()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

isSubdirOf
bool isSubdirOf(string path, string basePath)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_currentTemplate
ProjectTemplate _currentTemplate;
Undocumented in source.
_currentTemplateIndex
int _currentTemplateIndex;
Undocumented in source.
_edFileName
EditLine _edFileName;
Undocumented in source.
_edFilePath
EditLine _edFilePath;
Undocumented in source.
_edLocation
DirEditLine _edLocation;
Undocumented in source.
_edModuleName
EditLine _edModuleName;
Undocumented in source.
_fileName
string _fileName;
Undocumented in source.
_folder
ProjectFolder _folder;
Undocumented in source.
_fullPathName
string _fullPathName;
Undocumented in source.
_ide
IDEFrame _ide;
Undocumented in source.
_location
string _location;
Undocumented in source.
_moduleName
string _moduleName;
Undocumented in source.
_packageName
string _packageName;
Undocumented in source.
_project
Project _project;
Undocumented in source.
_projectTemplateList
StringListWidget _projectTemplateList;
Undocumented in source.
_sourcePaths
string[] _sourcePaths;
Undocumented in source.
_statusText
TextWidget _statusText;
Undocumented in source.
_templateDescription
EditBox _templateDescription;
Undocumented in source.
_templates
ProjectTemplate[] _templates;
Undocumented in source.

Meta