- absoluteToRelativePath
string absoluteToRelativePath(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
- addDependencyProject
bool addDependencyProject(Project p)
Undocumented in source. Be warned that the author may not have intended to support it.
- addProject
void addProject(Project p)
Undocumented in source. Be warned that the author may not have intended to support it.
- cleanupUnusedDependencies
void cleanupUnusedDependencies()
Undocumented in source. Be warned that the author may not have intended to support it.
- close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
- fillStartupProject
void fillStartupProject()
Undocumented in source. Be warned that the author may not have intended to support it.
- findProject
Project findProject(string filename)
find project in workspace by filename
- findProjectByName
Project findProjectByName(string name)
find project in workspace by filename
- findSourceFile
ProjectSourceFile findSourceFile(string projectFileName, string fullFileName)
Undocumented in source. Be warned that the author may not have intended to support it.
- findSourceFileItem
ProjectSourceFile findSourceFileItem(string filename, bool fullFileName)
tries to find source file in one of projects, returns found project source file item, or null if not found
- getBreakpoints
Breakpoint[] getBreakpoints()
returns all workspace breakpoints
- getSourceFileBookmarks
EditorBookmark[] getSourceFileBookmarks(ProjectSourceFile file)
Undocumented in source. Be warned that the author may not have intended to support it.
- getSourceFileBreakpoints
Breakpoint[] getSourceFileBreakpoints(ProjectSourceFile file)
Undocumented in source. Be warned that the author may not have intended to support it.
- isDependencyProjectUsed
bool isDependencyProjectUsed(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
- load
bool load(string fname)
Undocumented in source. Be warned that the author may not have intended to support it.
- refresh
void refresh()
Undocumented in source. Be warned that the author may not have intended to support it.
- removeProject
Project removeProject(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
- save
bool save(string fname)
Undocumented in source. Be warned that the author may not have intended to support it.
- setSourceFileBookmarks
void setSourceFileBookmarks(ProjectSourceFile file, EditorBookmark[] bookmarks)
Undocumented in source. Be warned that the author may not have intended to support it.
- setSourceFileBreakpoints
void setSourceFileBreakpoints(ProjectSourceFile file, Breakpoint[] breakpoints)
Undocumented in source. Be warned that the author may not have intended to support it.
- setStartupProjectConfiguration
void setStartupProjectConfiguration(string conf)
setups currrent project configuration by name
- buildConfiguration
BuildConfiguration buildConfiguration [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- buildConfiguration
BuildConfiguration buildConfiguration [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- includePath
Setting includePath [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- projectConfiguration
ProjectConfiguration projectConfiguration [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- projectConfiguration
ProjectConfiguration projectConfiguration [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- projects
Project[] projects [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- startupProject
Project startupProject [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- startupProject
Project startupProject [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
DlangIDE workspace