메소드 | 설명 | |
---|---|---|
AddFile ( |
Adds a project file to the cache if it has a known file extension and exists in the project specified during object creation.
|
|
AddFolder ( MonoDevelop.Ide.Gui.Pads.ProjectPad.ProjectFolder projectFolder ) : void |
Enumerate the given folder and add all compatible files to the cache.
|
|
AddProject ( |
Add a project to cache if it has a known project type.
|
|
CacheWholeProject ( |
A call to this function will go through all project files and cache all compatible files.
|
|
CreateStyleCopCodeProject ( |
Create a StyleCop compatible code project from MonoDevelop project.
|
|
GetCachedProjectFiles ( |
Get all cached files of the associatedProject.
|
|
GetProjectForFile ( string fileName ) : |
Get MonoDevelop project based on fileName
|
|
IsWholeProjectCached ( |
Get caching status of a project.
|
|
RemoveFile ( |
Removes a file with it's children from cache.
|
|
RemoveFile ( |
Removes a file with it's children from cache.
|
|
RemoveFolder ( MonoDevelop.Ide.Gui.Pads.ProjectPad.ProjectFolder projectFolder ) : void |
Enumerate the given folder and remove all files from cache.
|
|
RemoveProject ( |
Remove project and all it's files from cache.
|
메소드 | 설명 | |
---|---|---|
IsDirectory ( string pathToCheck ) : bool |
Analyzes pathToCheck and checks if it is just a directory.
|
public AddFile ( |
||
fileToAdd | File to add to cache | |
리턴 | void |
public AddFolder ( MonoDevelop.Ide.Gui.Pads.ProjectPad.ProjectFolder projectFolder ) : void | ||
projectFolder | MonoDevelop.Ide.Gui.Pads.ProjectPad.ProjectFolder | Project folder to enumerate. |
리턴 | void |
public AddProject ( |
||
projectToAdd | Project that should be cached. | |
리턴 | bool |
public CacheWholeProject ( |
||
projectToCache | Project that should get completely cached. | |
리턴 | void |
public CreateStyleCopCodeProject ( |
||
projectToUse | MonoDevelop project to use for StyleCop code project creation. | |
리턴 | CodeProject |
public GetCachedProjectFiles ( |
||
associatedProject | Project to get the cached files of. | |
리턴 | HashSet |
public GetProjectForFile ( string fileName ) : |
||
fileName | string | Filename to use during project lookup. |
리턴 |
public IsWholeProjectCached ( |
||
projectToCheck | Project to check caching status. | |
리턴 | bool |
public RemoveFile ( |
||
fileToRemove | File to remove. | |
리턴 | void |
public RemoveFile ( |
||
fileToRemove | File to remove. | |
projectOfFile | Project of the file. | |
리턴 | void |
public RemoveFolder ( MonoDevelop.Ide.Gui.Pads.ProjectPad.ProjectFolder projectFolder ) : void | ||
projectFolder | MonoDevelop.Ide.Gui.Pads.ProjectPad.ProjectFolder | Project folder to enumerate. |
리턴 | void |
public RemoveProject ( |
||
projectToRemove | Project to remove. | |
리턴 | void |