Method | Description | |
---|---|---|
GetContainingProject ( string fileName ) : Project |
Given a filename, retrieve the Project container
|
|
WhereAmI ( IWpfTextView view, IWhereAmISettings settings ) : System |
Initializes a new instance of the WhereAmI class. Creates a square image and attaches an event handler to the layout changed event that adds the the square in the upper right-hand corner of the TextView via the adornment layer
|
|
onSizeChange ( ) : void |
Method | Description | |
---|---|---|
GetFolderDiffs ( string filePath, string folderPath ) : string |
Given 2 absolute paths, returns the difference in folder structure. (The first should be nested in the second)
|
public static GetContainingProject ( string fileName ) : Project | ||
fileName | string | |
return | Project |
public WhereAmI ( IWpfTextView view, IWhereAmISettings settings ) : System | ||
view | IWpfTextView | The |
settings | IWhereAmISettings | The |
return | System |